Commit Graph

  • 9516cc5d0e Updated for 4.5. sk89q 2011-05-01 18:03:22 -0700
  • 9557d5fbd4 Removed minimum cap on history size. sk89q 2011-05-01 17:37:28 -0700
  • d71d4a8569 Added expiration timer to sessions. Sessions will now last up to 10 minutes (by default) before removed, so you can quickly disconnect (or crash) and come back and still maintain your history. sk89q 2011-05-01 17:37:05 -0700
  • a18546d698 Added permission checks for tools on /use/, so now if you switch world or lose your permissions, you lose your tools. sk89q 2011-05-01 17:06:40 -0700
  • 5755755c15 Code cleanup. sk89q 2011-05-01 17:06:18 -0700
  • d8288afe04 Removed redundant code. sk89q 2011-05-01 16:16:50 -0700
  • c7dff09f11 Removed wolves from /butcher. There's no way to check if a wolf is owned or not in Bukkit yet. sk89q 2011-05-01 16:03:27 -0700
  • c8058f65fc Fixed EntityType. sk89q 2011-05-01 15:07:18 -0700
  • 7dcb4da83b Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors. sk89q 2011-05-01 13:55:38 -0700
  • 8840403669 Updated build.xml with README.html change. sk89q 2011-05-01 13:28:12 -0700
  • 27f079b11d Replaced README.txt with useful README.html. sk89q 2011-05-01 13:27:46 -0700
  • 724271df29 Removed extraneous file. sk89q 2011-05-01 11:31:49 -0700
  • 1ebc296fd3 Updated README.md with better build instructions. sk89q 2011-05-01 11:30:28 -0700
  • 582b98dad0 More file moving. sk89q 2011-05-01 01:30:33 -0700
  • 4bcbfa76ef Fixed missing Class-Path in Maven build. sk89q 2011-05-01 00:02:28 -0700
  • 461d3c4b97 [maven-release-plugin] prepare for next development iteration sk89q 2011-04-30 22:54:55 -0700
  • 93f9e3d8b8 [maven-release-plugin] prepare release 4.4.2 sk89q 2011-04-30 22:54:46 -0700
  • d327558957 Fixed permissions issue. sk89q 2011-04-30 22:51:32 -0700
  • bd13e76e1e [maven-release-plugin] prepare for next development iteration sk89q 2011-04-30 22:16:52 -0700
  • 3506757302 [maven-release-plugin] prepare release 4.4.1 sk89q 2011-04-30 22:15:41 -0700
  • 62b89f9aee Added assembly:assembly as release:perform goal. sk89q 2011-04-30 22:13:45 -0700
  • deef660620 Updated pom.xml with correct versions. Disabled pushing for release. Fixed checkout URL in pom.xml. Added local checkout for pom.xml. Added assembly:assembly to preparation goal of release. Fixed path issues with build. Removed release config. sk89q 2011-04-30 20:08:14 -0700
  • ae30001ceb Updated for 4.4.1 (test release). sk89q 2011-04-30 19:06:28 -0700
  • e121442ee9 Added pom.xml, moved files around. Sun Rhino support has been dropped. sk89q 2011-04-30 19:04:03 -0700
  • 3ada3a9774 Added light level to the query tool. sk89q 2011-04-29 23:15:09 -0700
  • 3ffd67e7f3 Added left click support to /repl to pick up the block. sk89q 2011-04-25 02:05:58 -0700
  • 47268bef20 Added secondary mode to tool framework. Updated /cycler to make use of this. sk89q 2011-04-25 01:52:34 -0700
  • a6cab43d38 Updated for 1.5. sk89q 2011-04-24 13:57:49 -0700
  • c5ff11f815 Fixed issue with double spaces in command handling. sk89q 2011-04-23 23:59:42 -0700
  • 8a9f1fbc10 Support for 1.5 Blocks Tony 2011-04-22 16:39:49 -0500
  • a50eea3e2d Support for 1.5 Blocks Tony 2011-04-22 16:36:55 -0500
  • 04f57be79f Updated blocks and items for 1.4 and 1.5 Wizjany 2011-04-22 07:40:11 +0800
  • 3c92fbe910 Fixed exception thrown by commands with multiple spaces between arguments. Wizjany 2011-04-22 09:03:21 +0800
  • 3f2afa9581 Fixed for 1.4_00_01 and fixed typo. Wizjany 2011-04-22 01:09:16 +0800
  • 4ed1082309 Small fix for rotating wall signs Tony 2011-04-03 20:53:58 -0500
  • cdc011eb2d Add cycling for wall signs and steps Tony 2011-04-03 20:23:38 -0500
  • a4d77a6c6e Updated for 4.3. sk89q 2011-04-03 11:11:09 -0700
  • fc3531ce89 Added selection setting API. sk89q 2011-04-03 11:03:57 -0700
  • fd2de1d264 Added support for newer versions of Permissions, in theory. sk89q 2011-04-02 20:38:04 -0700
  • ac920fd5b6 Took polygon-in-point algorithm from WorldGuard. sk89q 2011-04-02 19:56:05 -0700
  • 87f172b4ed Fixed WorldEdit unpacking the wrong config.yml. sk89q 2011-04-02 14:02:13 -0700
  • a3a6092113 Updated for Minecraft 1.4. sk89q 2011-04-01 16:23:44 -0700
  • 5173e953b4 Updated for latest Bukkit thingy. sk89q 2011-04-01 16:18:40 -0700
  • 63beba8cba Updated for latest Bukkit. sk89q 2011-03-27 11:12:35 -0700
  • cd54bb6f09 Added native data getter methods to Bukkit selection API. sk89q 2011-03-26 19:26:40 -0700
  • 789abaada9 Added diagonal stacking Valentin Stahlmann 2011-03-21 22:01:15 +0800
  • 7109046a82 fix for new API and optimized palette added (optional) J0s3f 2011-03-26 02:50:16 +0800
  • 3a361b98bc Made EditSession.rawSetBlock() public. sk89q 2011-03-18 17:08:38 -0700
  • 9fa787b9de Updated for 4.2. sk89q 2011-03-13 20:55:37 -0700
  • 024604e204 Fixed the permissions resolver not being loaded if it was loaded after a plugin was enabled or re-enabled. sk89q 2011-03-13 20:39:45 -0700
  • 66edfbbae6 Added /worldedit tz to set your timezone. It currently does not persist yet. Example: /we tz america/los_angeles sk89q 2011-03-13 20:36:28 -0700
  • 12ba1a9fc4 Removed GroupUsers support. sk89q 2011-03-13 20:28:15 -0700
  • e2c0670a81 Cleaned up some code. sk89q 2011-03-13 20:26:26 -0700
  • 2d58fcb5b2 Added /snap before [date] and /snap after [date]. Example: /snap before last Monday 2am sk89q 2011-03-13 20:23:55 -0700
  • 5b4ac1233a Added McRegion support to /chunkinfo. sk89q 2011-03-12 17:06:36 -0800
  • baca76e8b6 Possibly fixed item dropping with undo/redo. sk89q 2011-03-12 16:42:50 -0800
  • 1b670a1c98 Added //regen to regenerate an area. sk89q 2011-03-12 16:37:07 -0800
  • 0fa675cecc Fixed //sel not sending a CUI event. sk89q 2011-03-12 15:30:34 -0800
  • 94ab610da7 Added greater coverage for CUI for region adjustments. sk89q 2011-03-12 02:27:43 -0800
  • 9151f8b6bf Added shortcut fire extinguisher brush. sk89q 2011-03-12 00:49:35 -0800
  • 7787f7c4f6 Fixed block mine drops for 1.3. sk89q 2011-03-12 00:43:41 -0800
  • 3b29403a9b Add a com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Player player) method to return the user's current selection utilizing native Bukkit types. sk89q 2011-03-12 00:28:19 -0800
  • 5e536ad302 Changed the compass so that left click is /jumpto and right click is /thru. sk89q 2011-03-11 23:38:11 -0800
  • 5ac8c5adf7 Added basic support for CUI. sk89q 2011-03-11 22:43:02 -0800
  • ce445ce419 Updated for 4.1. sk89q 2011-03-10 00:55:27 -0800
  • 015a3042a4 Removed "blue" as an alias for lapis lazuli. sk89q 2011-03-10 00:49:10 -0800
  • 7d81303fea Added an alias for wool colors as though they were blocks, so you can now do //set blue, etc. sk89q 2011-03-10 00:48:13 -0800
  • 5a3e703acc Fixed beds and redstone repeaters not being set. sk89q 2011-03-10 00:42:44 -0800
  • ac70a37ef1 Added beds as a place-last block. sk89q 2011-03-10 00:41:18 -0800
  • 32417e8e86 Fixed snapshot restoration not working on sign blocks and other special tile entity blocks. sk89q 2011-03-10 00:32:25 -0800
  • 8017a346cb Optimized the case when worlds were not in the root directory of a zip. sk89q 2011-03-10 00:26:01 -0800
  • 7df2ae4e11 WorldEdit should now support McRegion. sk89q 2011-03-10 00:21:45 -0800
  • 49b4c190f9 Fixed McRegionReader not being closed. sk89q 2011-03-09 23:55:44 -0800
  • 1d68fdd11c Added detection of McRegion-format worlds for snapshot detection. sk89q 2011-03-09 23:51:40 -0800
  • 96e75a4cae Made McRegion reading work. sk89q 2011-03-09 23:44:04 -0800
  • 5e7d9c7f7d Added McRegion reader classes (incomplete), moved some com.sk89q.worldedit.data classes around and moved org.jnbt com.sk89q.jnbt to coincide with some modifications to make the JNBT library a bit more generic by accepting uncompressed input streams. sk89q 2011-03-09 23:10:59 -0800
  • 488f841d69 Added PermissionsProvider interface that can also handle permissions. sk89q 2011-03-02 00:49:59 -0800
  • 7a8aa9838e Updated for 4.0-beta8. sk89q 2011-02-26 23:42:41 -0800
  • b7cfdf2ef4 Added BlockType.redstone SOMETHING. sk89q 2011-02-26 23:18:28 -0800
  • 4488bb8091 Added iterator implementation to CuboidRegion, courtesy of hash. sk89q 2011-02-26 20:30:53 -0800
  • b58c3ab041 Updated for 4.0-beta7. sk89q 2011-02-26 02:53:32 -0800
  • 6aa2c15652 Added 1.3 block support. sk89q 2011-02-26 02:48:07 -0800
  • c58f8f4155 Fixed handling of CommandExceptions thrown by commands. sk89q 2011-02-25 08:59:10 -0800
  • 0ffe0689d1 Fixed //count being ///count. sk89q 2011-02-24 17:21:11 -0800
  • c8e60fe098 Updated for 4.0-beta6. sk89q 2011-02-24 17:18:41 -0800
  • 2ccbcacfc2 Added a workaround to the fact that Minecraft no longer sends a block dig packet for bedrock. sk89q 2011-02-24 17:14:03 -0800
  • 92e5d80c90 Fixed second position setting commands saying position 1 in CuboidRegionSelector. sk89q 2011-02-24 16:49:11 -0800
  • 7730ddf679 Removed /t. sk89q 2011-02-24 16:43:23 -0800
  • ad62dbe565 Refactored command handling code to be more reusable. sk89q 2011-02-24 16:39:23 -0800
  • 50b9f300d5 Updated for 4.0-beta5. sk89q 2011-02-24 09:32:01 -0800
  • b3508fc2bf Fixed permissions with brush commands. sk89q 2011-02-24 09:31:28 -0800
  • 8a773d2a05 Updated to 4.0-beta4. sk89q 2011-02-23 09:50:08 -0800
  • 9a2039bed0 /b changed to /br. sk89q 2011-02-23 09:49:15 -0800
  • 92571d96f3 Updated for 4.0-beta3. sk89q 2011-02-23 00:34:38 -0800
  • ccd586ec81 Fixed an error the command parser that resulted it in handling commands it did not really handle. Closes #153. sk89q 2011-02-23 00:31:49 -0800
  • b725ade5cf Updated for 4.0-beta2. sk89q 2011-02-22 01:09:12 -0800
  • eeb82e29f5 Added /search alias to plugin.yml. sk89q 2011-02-22 01:07:28 -0800
  • 017b762780 Added /search as an alias for /searchitem. sk89q 2011-02-22 00:54:04 -0800
  • ce544da46d Improved command detection algorithm, fixed //size. sk89q 2011-02-21 23:15:19 -0800
  • 35ae72e8b7 Improved the permissions list printer to handle nested commands. sk89q 2011-02-21 22:59:21 -0800