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.
zml2008
2012-04-01 09:21:27 -07:00
6e24d981f6
Fixed WorldEdit.getBlock() not supporting custom blocks when they are returned by ServerInterface.resolveItem().
sk89q
2012-04-05 00:01:46 -07:00
dfefd479b6
[maven-release-plugin] prepare for next development iteration
zml2008
2012-03-31 09:31:20 -07:00
842c469285
Make regions Cloneable
aumgn
2012-03-20 15:14:41 +01:00
56a8574129
Updated the changelog with recent changes
zml2008
2012-03-31 08:29:27 -07:00
c580d6efc4
Aparrantly this isn't shaded into Bukkit
zml2008
2012-03-30 09:17:43 -07:00
15714dc78c
Updated for SpoutAPI inventory changes
zml2008
2012-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
zml2008
2012-03-29 21:16:59 -07:00
03f7d4ecfb
Added getChunkCubes() to Region to get 16^3 chunks a region overlaps with
zml2008
2012-03-29 21:06:43 -07:00
3bfb12c051
Cleaned up ContainerBlock inventory reading from NBT Changed ListTag's List parameter to List<? extends Tag>
zml2008
2012-03-29 21:11:49 -07:00
33752eb058
Added a command to list schematics and the abilitiy to autodetect schematic format
zml2008
2012-03-28 12:30:36 -07:00
7812dd6a09
Added support for multiple schematic formats
zml2008
2012-03-28 11:05:52 -07:00
1bd8764090
Corrected flag checks for biome commands
zml2008
2012-03-28 11:04:59 -07:00
5e8f50699d
Added allFlags setting to Command to prevent it from restricting allowed flags
zml2008
2012-03-28 11:04:34 -07:00
73dbbbac9a
Make sure all WorldEdit files are in the plugins/WorldEdit folder
zml2008
2012-03-28 11:03:59 -07:00
a4895cbd5d
Added initial support for plugin channels with WECUI
zml2008
2012-03-27 22:52:48 -07:00
f3ab90f72b
Updated for SpoutVanilla changes
zml2008
2012-03-25 18:04:44 -07:00
90fb512a45
Added planks and sandstone to the usesData list
zml2008
2012-03-24 11:35:51 -07:00
54eed713ab
Update for recent SpoutAPI changes
zml2008
2012-03-23 21:37:59 -07:00
97c370549f
Handle Bukkit versions without Chest#getBlockInventory()
zml2008
2012-03-23 21:07:05 -07:00
4208ba33d6
Updated for latest SpoutAPI and fixed some warnings.
TomyLobo
2012-03-21 11:06:32 +01:00
a74a0a40e2
We don't really need deprecated private methods :)
TomyLobo
2012-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
zml2008
2012-03-20 23:40:35 -07:00
0702a0f0ac
Improved Spout biome handling and add LocalWorld method for setting biome
zml2008
2012-03-20 22:45:48 -07:00
a8eeacccd4
Add biome support
aumgn
2012-03-17 16:35:29 +01:00
0bd3b346fc
Added support for features added to Spout (now depends on Vanilla)
zml2008
2012-03-20 17:53:48 -07:00
86011a0d0d
Fixed handling of double chests and cleaned WorldEditListener up a bit
zml2008
2012-03-20 17:53:15 -07:00
d2968b1976
Updated SpoutRawCommandExecutor for changes in SpoutAPI and register command permissions with the Spout commands system
zml2008
2012-03-17 15:14:58 -07:00
ba1d2c751b
Fixed FloatingTreeRemover (/tool deltree) to work correctly with jungle trees
zml2008
2012-03-17 15:09:37 -07:00
2fbaa5a29f
fixing search for bPermissions Closes#182
Nidan
2012-03-17 22:32:44 +01:00
d3162f6695
Fixed for latest SpoutAPI.
TomyLobo
2012-03-17 10:00:13 +01:00
499f3ccda7
Add a -f (friendly) flag to butcher
aumgn
2012-03-17 09:09:31 +01:00
a23e9b857f
Add FlatRegion interface and an associated iterator
aumgn
2012-03-13 11:55:47 +01:00
b2eb2741eb
Temporary solution to fix Golems being butchered. This includes Iron and snow golems.
Jadedwolf
2012-03-16 14:02:56 -05:00
d82111a4fc
Fix a NPE with brush using a global mask and no brush mask
aumgn
2012-03-15 16:42:56 +01:00
fcd792191a
Fixed for latest SpoutAPI.
TomyLobo
2012-03-15 10:34:30 +01:00
4ad330a958
Fixed //shift not updating polygonal regions properly.
TomyLobo
2012-03-15 09:05:47 +01:00
857f721bb5
Add support for expand with reverse dir for Cylinder & Ellipsoid
aumgn
2012-03-14 11:58:26 +01:00
760f77e681
Make inset/outset use varargs contract/expand, so they can be used with cylinders and ellipses.
aumgn
2012-03-13 10:02:00 +01:00
8506bb437e
Deprecate expand/contract(Vector) in favor of varargs versions
aumgn
2012-03-14 11:21:41 +01:00
0346228310
Add positive() to Vector and Vector2D
aumgn
2012-03-13 10:05:33 +01:00
85cdd49593
In WorldGuard, teleport/spawn location yaw/pitch should now work.
TomyLobo
2012-03-12 16:40:02 +01:00
b8e9f6bb77
Updated to new SpoutAPI version.
TomyLobo
2012-03-12 07:51:44 +01:00
255b04e13d
Added a Location class and conversion utilities.
TomyLobo
2012-03-12 07:02:54 +01:00
bc94f8f973
Removed an unused import.
TomyLobo
2012-03-11 14:27:04 +01: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
zml2008
2012-03-09 23:11:51 -08:00
956b3dd02f
Added Iron Golems and Ocelots to MobType.
Wizjany
2012-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.
SpectralEdge
2012-03-02 22:19:30 -08:00
8aabfb0c67
Implemented new Anvil saving format, fixed old chunk saving format.
Meaglin
2012-03-05 07:05:17 +01:00
19b353f6b5
Added a paragraph about building pull requests to README.md.
TomyLobo
2012-03-06 22:18:08 +01:00
12b8224957
Changed java version to 1.6.
TomyLobo
2012-03-02 20:23:24 +01:00
31e645d500
Fix restoring enchantments from snapshots/schematics.
Meaglin
2012-02-14 21:40:31 +01:00
da75d0cef4
Made tree planter tool try 10 times to make the tree before giving up.
sk89q
2012-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.
desht
2012-02-21 10:25:14 +00:00
247e8b163d
Removed the com.sk89q.bukkit.migration package and LegacyPermissionsProviderWrapper.
TomyLobo
2012-02-20 14:21:22 +01:00
20315f10ef
Fixed some warnings.
TomyLobo
2012-02-20 14:32:32 +01:00
22b4d0adfb
Updated for SpoutAPI entity changes
zml2008
2012-02-15 20:58:41 -08:00
c6ce8541bc
Upped dependency version for bukkit.
TomyLobo
2012-02-14 02:22:33 +01:00
1e1ef7367a
[maven-release-plugin] prepare for next development iteration
zml2008
2012-02-11 15:55:08 -08:00