Commit Graph
100 Commits
Author SHA1 Message Date
zml2008 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
2012-03-29 21:18:14 -07:00
zml2008 03f7d4ecfb Added getChunkCubes() to Region to get 16^3 chunks a region overlaps with 2012-03-29 21:14:45 -07:00
zml2008 3bfb12c051 Cleaned up ContainerBlock inventory reading from NBT
Changed ListTag's List parameter to List<? extends Tag>
2012-03-29 21:14:45 -07:00
zml2008 33752eb058 Added a command to list schematics and the abilitiy to autodetect schematic format 2012-03-28 13:04:09 -07:00
zml2008 7812dd6a09 Added support for multiple schematic formats 2012-03-28 11:05:52 -07:00
zml2008 1bd8764090 Corrected flag checks for biome commands 2012-03-28 11:04:59 -07:00
zml2008 5e8f50699d Added allFlags setting to Command to prevent it from restricting allowed flags 2012-03-28 11:04:34 -07:00
zml2008 73dbbbac9a Make sure all WorldEdit files are in the plugins/WorldEdit folder 2012-03-28 11:03:59 -07:00
zml2008 a4895cbd5d Added initial support for plugin channels with WECUI 2012-03-28 11:01:44 -07:00
zml2008 f3ab90f72b Updated for SpoutVanilla changes 2012-03-25 18:04:44 -07:00
zml2008 90fb512a45 Added planks and sandstone to the usesData list 2012-03-25 18:02:49 -07:00
zml2008 54eed713ab Update for recent SpoutAPI changes 2012-03-23 21:37:59 -07:00
zml2008 97c370549f Handle Bukkit versions without Chest#getBlockInventory() 2012-03-23 21:07:05 -07:00
zml2008 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 2012-03-20 23:40:35 -07:00
zml2008 0702a0f0ac Improved Spout biome handling and add LocalWorld method for setting biome 2012-03-20 22:45:48 -07:00
zml2008 0bd3b346fc Added support for features added to Spout (now depends on Vanilla) 2012-03-20 17:53:48 -07:00
zml2008 86011a0d0d Fixed handling of double chests and cleaned WorldEditListener up a bit 2012-03-20 17:53:15 -07:00
zml2008 79f2d68e60 Handle empty damage values in WorldEdit.getBlock(). Fixes #921 2012-03-20 17:30:57 -07:00
zml2008 204b36edd3 Prepare changelog for release 2012-03-20 15:05:44 -07:00
zml2008 b6d1146427 Added support for new tree types to TreeGenerator and make adding more tree types later easier 2012-03-17 15:28:49 -07:00
zml2008 7f7178957a Whitespace fixes, reactivated command adjustments 2012-03-17 15:21:23 -07:00
zml2008 d2968b1976 Updated SpoutRawCommandExecutor for changes in SpoutAPI and register command permissions with the Spout commands system 2012-03-17 15:14:58 -07:00
zml2008 ba1d2c751b Fixed FloatingTreeRemover (/tool deltree) to work correctly with jungle trees 2012-03-17 15:09:37 -07:00
zml2008 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
2012-03-09 23:16:50 -08:00
zml2008 3e60761326 Reduce excess casting 2012-03-03 16:47:22 -08:00
zml2008 40aa6aca60 Use the correct Map<String, Tag> when writing enchantments 2012-03-03 16:47:22 -08:00
zml2008 c58276354e Fix duplicate WEPIF message 2012-03-01 21:32:33 -08:00
zml2008 373e4b90c9 Clean up some stray 128 values and update the defaults 2012-03-01 20:47:19 -08:00
zml2008 87e40141c6 Remove a bit of trailing whitespace 2012-03-01 20:33:04 -08:00
zml2008 742b6b61fa Check for null in ItemStacks 2012-03-01 20:33:03 -08:00
zml2008 a62cf3a059 Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
zml2008 22b4d0adfb Updated for SpoutAPI entity changes 2012-02-15 20:59:13 -08:00
zml2008 1e1ef7367a [maven-release-plugin] prepare for next development iteration 2012-02-11 15:55:08 -08:00
zml2008 2261767b65 [maven-release-plugin] prepare release 5.2 2012-02-11 15:55:02 -08:00
zml2008 0b548b2bac Have BukkitWorld.simulateBlockMine use Bukkit's dropNaturally 2012-02-11 15:46:33 -08:00
zml2008 9f1cc0674d Fixed EditSession.makeCylinder's mimimum height check 2012-02-11 15:27:46 -08:00
zml2008 437ad14880 Remove broken custom tagging for release commits 2012-02-11 14:37:48 -08:00
zml2008 029dca9cdb Corrected usage message for maze.js to say width instead of height 2012-02-11 14:07:01 -08:00
zml2008 0525112293 Fixed /scriptname.js and no-double-slash settings not working 2012-02-11 14:02:03 -08:00
zml2008 2714aa6bf0 Updated changelog for 5.2 2012-02-11 12:48:49 -08:00
zml2008 1772d02d80 Made BlockBag use WorldVectors for add(Single)SourcePosition 2012-02-07 17:25:55 -08:00
zml2008 1f921779fa Fixed the replaceBlocks that takes a Pattern too. Closes #1083. 2012-02-07 17:14:14 -08:00
zml2008 4bb5b56da8 Correctly check for null values in EditSession.replaceBlocks() 2012-02-05 16:26:19 -08:00
zml2008 2f2d3f8045 Lookup by id if the string passed to Block/ItemType.lookup() is an integer 2012-02-04 21:04:20 -08:00
zml2008 0bea058328 Fixed //replace. Closes #1069 2012-02-04 15:23:08 -08:00
zml2008 da6ccd1f98 Update for SpoutAPI exception changes 2012-02-02 17:31:06 -08:00
zml2008 ffa2824c4d Properly escape cuipattern 2012-01-29 16:22:04 -08:00
zml2008 483edd76bd Removed redundant PermissionsResolver.load() call 2012-01-22 21:28:19 -08:00
zml2008 3d0c045cd4 Added bPermissions support 2012-01-22 21:26:53 -08:00
zml2008 fd4b706472 5.1.1 changelog 2012-01-22 19:39:32 -08:00
zml2008 9830d9d326 Revert "Using trove collections for most internal stuff, using array access in BlockType and ItemType"
This reverts commit 410ac65c6a.
This has been causing compatibility issues with Spout. I haven't been ble to reproduce, but until somebody figures out why, this gets to go
2012-01-22 19:04:56 -08:00
zml2008 2aba54a30f Updated Bukkit repo 2012-01-22 19:04:55 -08:00
zml2008 8ebc20d5aa Revert "Update dummypermscompat version"
This reverts commit ac3fff5af0.
2012-01-19 21:36:47 -08:00
zml2008 6d8be92e45 Update for spoutapi event changes 2012-01-18 08:55:25 -08:00
zml2008 edc955c5b6 Updated for Bukkit's new events system 2012-01-18 08:06:20 -08:00
zml2008 ad9d85e50f This should either fix errors people have been having with Trove, or consistently break Spout
Probably the first
2012-01-17 19:50:57 -08:00
zml2008 ac3fff5af0 Update dummypermscompat version 2012-01-16 20:41:55 -08:00
zml2008 73f882909e Typo fixes 2012-01-16 20:23:13 -08:00
zml2008 9557cc9640 [RELEASE]prepare for next development iteration 2012-01-16 20:08:36 -08:00
zml2008 1938b0b998 [RELEASE]prepare release 5.1 2012-01-16 20:08:30 -08:00
zml2008 f731c655cb Changelog update 2012-01-16 20:05:53 -08:00
zml2008 d01e37adcf Improvements to the release plugin config 2012-01-16 19:45:24 -08:00
zml2008 410ac65c6a Using trove collections for most internal stuff, using array access in BlockType and ItemType 2012-01-16 19:27:18 -08:00
zml2008 31bd786fdf Fix some piston operations where pistons have their state toggled mid-operation 2012-01-16 16:49:54 -08:00
zml2008 efb7b3509a Removed support for Permissions2/3 2012-01-16 10:26:45 -08:00
zml2008 28d29d3927 Added the spawn egg from 1.1 2012-01-14 18:03:54 -08:00
zml2008 e719508698 Implemented inventory handling for SpoutAPI 2012-01-14 17:32:07 -08:00
zml2008 b4a170b265 Updated for SpoutAPI changes, again. 2012-01-14 16:56:36 -08:00
zml2008 7922c437bf Allow copying item stacks with damage of > Byte.MAX_VALUE. Closes #972 2012-01-08 21:31:57 -08:00
zml2008 68c821d8a6 Updated for new SpoutAPI command methods 2012-01-08 21:11:13 -08:00
zml2008 c0d13e9b7d Updated for package changes in SpoutAPI 2012-01-08 17:05:35 -08:00
zml2008 9c3634d93d Updated for SpoutAPI Material changes 2012-01-08 11:49:01 -08:00
zml2008 c676e1ac39 Triggering a rebuild on the jenkins. Hopefully. 2012-01-07 22:36:28 -08:00
zml2008 750e525806 Added permissions support for SpoutPlayer 2012-01-07 22:15:32 -08:00
zml2008 3510999d25 Fixed some spout compatibility issues. 2012-01-05 21:15:59 -08:00
zml2008 37da1fec40 Added initial SpoutAPI compatibility 2012-01-05 20:58:00 -08:00
zml2008 4fb44ebc1d Added more flexibility to the Bukkit dynamic command registration system. 2011-12-29 13:59:48 -08:00
zml2008 76f1ea9cf2 Added a gravity brush. 2011-12-28 02:04:27 -08:00
zml2008 754997ca73 Now sending an additional §4§5§3§4 color code for WECUI's handshake, so it knows that it has a version of WorldEdit with protocol version support 2011-12-27 22:20:06 -08:00
zml2008 0960ce46e2 Updated the min protocol version so people don't get warnings every time they join servers. 2011-12-27 14:23:16 -08:00
zml2008 70207f1370 Added //desel or //deselect as aliases for //sel 2011-12-27 14:21:18 -08:00
zml2008 8cdfd65218 Added WECUI protocol version support. Eventually, this will disable WECUI until the user updates, but not yet. 2011-12-27 14:03:06 -08:00
zml2008 2d8a4a9f8a Allow using custom input and output streams in subclasses of YAMLProcessor. 2011-12-27 13:22:08 -08:00
zml2008 70205bfd11 Removed string.isEmpty() method calls 2011-12-27 13:21:55 -08:00
zml2008 76fd63d64b Fixed a NPE in WorldEdit.getSafeFile() when extensions is null. 2011-12-26 16:28:51 -08:00
zml2008 d804144c27 Removed command plugin.ymling from DocumentationPrinter 2011-12-24 22:38:51 -08:00
zml2008 c8c0c69f6d Added support for dynamic command registration. 2011-12-24 22:34:53 -08:00
zml2008 a1e239d08c Fixed SIOOBE when entering a blank quoted string 2011-12-24 22:22:37 -08:00
zml2008 9aa8c5f674 Now that WorldEdit has YAML handling classes, YAMLConfiguration is separate from BukkitConfiguration. 2011-12-24 22:22:37 -08:00
zml2008 4a95d03230 No longer using switch statement in WorldEditPlayerListener. <.< 2011-12-24 22:22:36 -08:00
zml2008 4dc3c035c1 Updated to use simplified method signature for commands. Also improved SimpleInjector. 2011-12-17 23:45:12 -08:00
zml2008 c4031c38ba Added basic tests for the DinnerPermsResolver 2011-12-12 23:21:14 -08:00
zml2008 9240b5cb6e [maven-release-plugin] prepare for next development iteration 2011-12-12 21:11:22 -08:00
zml2008 fe3627d746 [maven-release-plugin] prepare release 5.0 2011-12-12 21:11:15 -08:00
zml2008andTomyLobo 9cfa80136e Updated changelog for release 2011-12-13 05:57:42 +01:00
zml2008 914dd647b5 Changed EditSessionBlockDelegate.getHeight's return to match what Bukkit's worldheightheight methods return 2011-12-12 20:05:38 -08:00
zml2008andTomyLobo 98216e2762 Added support for non-128 worldheights 2011-12-13 04:50:53 +01:00
zml2008andTomyLobo cf69daff78 Fixed inGroup always returning true for ops 2011-12-10 01:25:35 +01:00
zml2008 d0367bfd5c Small cleanup of chunk reading 2011-12-06 15:07:10 -08:00
zml2008 c2460a6305 PlayerInteract listener should now respect cancelled status. 2011-12-06 15:03:34 -08:00