43a54a7ee0
Show schematics where the format could not be detected. Add permissions for //schem list and formats (worldedit.schematic.(list|formats) and added .schematic. permissions for load and save. Made //schem <list|formats> accessible via console and cleaned up a bit.
zml20082012-04-01 09:21:27 -07:00
6e24d981f6
Fixed WorldEdit.getBlock() not supporting custom blocks when they are returned by ServerInterface.resolveItem().
sk89q2012-04-05 00:01:46 -07:00
dfefd479b6
[maven-release-plugin] prepare for next development iteration
zml20082012-03-31 09:31:20 -07:00
56a8574129
Updated the changelog with recent changes
zml20082012-03-31 08:29:27 -07:00
c580d6efc4
Aparrantly this isn't shaded into Bukkit
zml20082012-03-30 09:17:43 -07:00
15714dc78c
Updated for SpoutAPI inventory changes
zml20082012-03-30 09:17:21 -07:00
c76f119fa4
Added basic entity handling with copy and paste. Paintings do not currently respawn properly, entity pastes cannot be undone yet, and schematics do not yet store entities @celticminstrel needs to fix painting spawning
zml20082012-03-29 21:16:59 -07:00
03f7d4ecfb
Added getChunkCubes() to Region to get 16^3 chunks a region overlaps with
zml20082012-03-29 21:06:43 -07:00
3bfb12c051
Cleaned up ContainerBlock inventory reading from NBT Changed ListTag's List parameter to List<? extends Tag>
zml20082012-03-29 21:11:49 -07:00
33752eb058
Added a command to list schematics and the abilitiy to autodetect schematic format
zml20082012-03-28 12:30:36 -07:00
7812dd6a09
Added support for multiple schematic formats
zml20082012-03-28 11:05:52 -07:00
1bd8764090
Corrected flag checks for biome commands
zml20082012-03-28 11:04:59 -07:00
5e8f50699d
Added allFlags setting to Command to prevent it from restricting allowed flags
zml20082012-03-28 11:04:34 -07:00
73dbbbac9a
Make sure all WorldEdit files are in the plugins/WorldEdit folder
zml20082012-03-28 11:03:59 -07:00
a4895cbd5d
Added initial support for plugin channels with WECUI
zml20082012-03-27 22:52:48 -07:00
f3ab90f72b
Updated for SpoutVanilla changes
zml20082012-03-25 18:04:44 -07:00
90fb512a45
Added planks and sandstone to the usesData list
zml20082012-03-24 11:35:51 -07:00
54eed713ab
Update for recent SpoutAPI changes
zml20082012-03-23 21:37:59 -07:00
97c370549f
Handle Bukkit versions without Chest#getBlockInventory()
zml20082012-03-23 21:07:05 -07:00
4208ba33d6
Updated for latest SpoutAPI and fixed some warnings.
TomyLobo2012-03-21 11:06:32 +01:00
a74a0a40e2
We don't really need deprecated private methods :)
TomyLobo2012-03-21 07:37:54 +01:00
34c366d852
Added a command to set biomes. Currently requires a relog for the changes to be visible clientside and is not preserved between chunk regenerations
zml20082012-03-20 23:40:35 -07:00
0702a0f0ac
Improved Spout biome handling and add LocalWorld method for setting biome
zml20082012-03-20 22:45:48 -07:00
d2968b1976
Updated SpoutRawCommandExecutor for changes in SpoutAPI and register command permissions with the Spout commands system
zml20082012-03-17 15:14:58 -07:00
ba1d2c751b
Fixed FloatingTreeRemover (/tool deltree) to work correctly with jungle trees
zml20082012-03-17 15:09:37 -07:00
4328be282c
Register command permissions, integrate with the Bukkit help API Help API support requires a fix in Bukkit to work fully Allow annotation-free registering of commands with other plugins
zml20082012-03-09 23:11:51 -08:00
956b3dd02f
Added Iron Golems and Ocelots to MobType.
Wizjany2012-03-09 19:06:38 -05:00
94619e3fe4
Added default radius setting for butcher and added permissions for killing pets, npcs, and non hostile animals.
SpectralEdge2012-03-02 22:19:30 -08:00
8aabfb0c67
Implemented new Anvil saving format, fixed old chunk saving format.
MeaglinandTomyLobo2012-03-05 07:05:17 +01:00
19b353f6b5
Added a paragraph about building pull requests to README.md.
TomyLobo2012-03-06 22:18:08 +01:00
12b8224957
Changed java version to 1.6.
TomyLobo2012-03-02 20:23:24 +01:00
31e645d500
Fix restoring enchantments from snapshots/schematics.
Meaglinandzml20082012-02-14 21:40:31 +01:00
da75d0cef4
Made tree planter tool try 10 times to make the tree before giving up.
sk89q2012-03-01 20:15:39 -08:00
29c1559f70
Feel free to shoot this down, but it looks like the replace() call in StringUtil.lookup() should really be replaceAll(). "[ _]" looks like a regular expression to me, and one that makes sense.
desht2012-02-21 10:25:14 +00:00
247e8b163d
Removed the com.sk89q.bukkit.migration package and LegacyPermissionsProviderWrapper.
TomyLobo2012-02-20 14:21:22 +01:00