Commit Graph

  • 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
  • c38cc745a7 [maven-release-plugin] prepare release 5.3 zml2008 2012-03-31 09:31:10 -07:00
  • ecb5278d4e Updated changelog for aumgn's changes. Closes #184 zml2008 2012-03-31 09:17:42 -07:00
  • 9a90702b2f Fix CombinedMask created with /(g)mask commands aumgn 2012-03-23 01:49:01 +01:00
  • 30ed049918 Implement InvertedMask & UnderOverlayMask as decorators aumgn 2012-03-21 11:34:45 +01:00
  • eb14efd2df Add a dynamic region mask aumgn 2012-03-21 10:15:29 +01:00
  • 84c1492b3f Fix #region mask aumgn 2012-03-20 15:14:49 +01: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
  • bbda908093 Remove error-prone redundancy in Polygonal2D min/max management aumgn 2012-03-25 12:37:03 +02: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
  • 79f2d68e60 Handle empty damage values in WorldEdit.getBlock(). Fixes #921 zml2008 2012-03-20 17:30:57 -07:00
  • 204b36edd3 Prepare changelog for release zml2008 2012-03-20 07:50:25 -07:00
  • cfb19eba9b Made //undo and //redo disregard global masks. TomyLobo 2012-03-20 18:18:02 +01:00
  • 144c0a9f49 Changed Spout maven repo to more stable url Wizjany 2012-03-18 09:55:25 -04:00
  • 4e081b8028 Forgot to git add this file, thanks Moo0 Wizjany 2012-03-18 09:20:08 -04:00
  • f11e2ba6d6 Added Falling sand/gravel entities to /remove command Wizjany 2012-03-17 23:48:46 -04:00
  • b6d1146427 Added support for new tree types to TreeGenerator and make adding more tree types later easier zml2008 2012-03-17 15:24:30 -07:00
  • 7f7178957a Whitespace fixes, reactivated command adjustments zml2008 2012-03-17 15:17:49 -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
  • 1359a7fada Implement contract/expand(Vector...) for Cylinder & Ellipsoid aumgn 2012-03-13 11:00:40 +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
  • 3e60761326 Reduce excess casting zml2008 2012-03-03 16:47:12 -08:00
  • 40aa6aca60 Use the correct Map<String, Tag> when writing enchantments zml2008 2012-03-03 16:46:51 -08:00
  • 4e91f4e988 No longer using deprecated stuff. TomyLobo 2012-03-02 19:57:32 +01:00
  • f265a93913 Bukkit puts out EXACTLY the same message, therefore we don't have to. md-5 2012-03-02 20:57:59 +11:00
  • c58276354e Fix duplicate WEPIF message zml2008 2012-03-01 21:32:33 -08:00
  • 373e4b90c9 Clean up some stray 128 values and update the defaults zml2008 2012-03-01 20:47:19 -08:00
  • 87e40141c6 Remove a bit of trailing whitespace zml2008 2012-03-01 20:32:42 -08:00
  • 742b6b61fa Check for null in ItemStacks zml2008 2012-03-01 20:31:01 -08:00
  • a62cf3a059 Updated for new 1.2 blocks zml2008 2012-03-01 20:28:09 -08:00
  • 4afd2944db Fix Dispensers, Furnaces and remove redundant casts. Meaglin 2012-02-14 21:42:48 +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
  • 2261767b65 [maven-release-plugin] prepare release 5.2 zml2008 2012-02-11 15:55:02 -08:00
  • 0b548b2bac Have BukkitWorld.simulateBlockMine use Bukkit's dropNaturally zml2008 2012-02-11 15:46:29 -08:00
  • 9f1cc0674d Fixed EditSession.makeCylinder's mimimum height check zml2008 2012-02-11 15:21:07 -08:00
  • 437ad14880 Remove broken custom tagging for release commits zml2008 2012-02-11 14:37:48 -08:00
  • 029dca9cdb Corrected usage message for maze.js to say width instead of height zml2008 2012-02-11 14:07:01 -08:00
  • 0525112293 Fixed /scriptname.js and no-double-slash settings not working zml2008 2012-02-11 13:59:42 -08:00
  • 2714aa6bf0 Updated changelog for 5.2 zml2008 2012-02-11 12:48:49 -08:00
  • 1772d02d80 Made BlockBag use WorldVectors for add(Single)SourcePosition zml2008 2012-02-07 17:24:22 -08:00
  • 1f921779fa Fixed the replaceBlocks that takes a Pattern too. Closes #1083. zml2008 2012-02-07 17:14:14 -08:00
  • ea4ee34810 Fixed north face not being set with non-singleblockpatterns. TomyLobo 2012-02-07 00:34:18 +01:00
  • 09f3364d9f Moved the block data check to LocalWorld, adding preliminary support for custom blocks. sk89q 2012-02-05 17:46:26 -08:00
  • 4bb5b56da8 Correctly check for null values in EditSession.replaceBlocks() zml2008 2012-02-05 16:26:19 -08:00
  • 2f2d3f8045 Lookup by id if the string passed to Block/ItemType.lookup() is an integer zml2008 2012-02-04 21:04:20 -08:00
  • 0bea058328 Fixed //replace. Closes #1069 zml2008 2012-02-04 15:23:08 -08:00
  • da6ccd1f98 Update for SpoutAPI exception changes zml2008 2012-02-02 17:26:34 -08:00