sk89q
|
3b29403a9b
|
Add a com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Player player) method to return the user's current selection utilizing native Bukkit types.
|
2011-03-12 00:28:19 -08:00 |
|
sk89q
|
5ac8c5adf7
|
Added basic support for CUI.
|
2011-03-11 22:43:02 -08:00 |
|
sk89q
|
2ccbcacfc2
|
Added a workaround to the fact that Minecraft no longer sends a block dig packet for bedrock.
|
2011-02-24 17:14:03 -08:00 |
|
sk89q
|
19deb404ee
|
Cleaned up code.
|
2011-02-21 22:28:23 -08:00 |
|
sk89q
|
dffd3682b2
|
Cleaned up some unused imports.
|
2011-02-21 20:17:17 -08:00 |
|
sk89q
|
a273a86a7d
|
Updated WorldEdit for command preprocessor event, changed initialization.
|
2011-02-19 17:54:47 -08:00 |
|
sk89q
|
97529abaca
|
Added polygonal regions.
|
2011-02-19 17:44:39 -08:00 |
|
sk89q
|
9667e92d66
|
Added 'no-op-permissions' setting for Bukkit.
|
2011-02-19 01:25:08 -08:00 |
|
sk89q
|
824e4c9381
|
Added /we version and /we reload.
|
2011-02-19 01:22:28 -08:00 |
|
sk89q
|
0f46fb957f
|
Added history size configuration option.
|
2011-02-18 21:57:43 -08:00 |
|
sk89q
|
7088fadab8
|
Added multiple undo/redo, fixed compile error.
|
2011-02-18 21:19:54 -08:00 |
|
sk89q
|
abaeaa99ac
|
Added some API methods.
|
2011-02-18 21:12:15 -08:00 |
|
sk89q
|
7afe38180c
|
//wand now gives the wand item directly.
|
2011-02-18 20:56:53 -08:00 |
|
sk89q
|
1fe6f09066
|
Added /remove command to remove entities (paintings, items, minecarts, boats, arrows, and primed TNT).
|
2011-02-18 20:31:49 -08:00 |
|
sk89q
|
e94c1d4874
|
Cleaned up documentation, added lacking Java annotations.
|
2011-02-18 15:49:50 -08:00 |
|
sk89q
|
e5a25496b2
|
Fixed warnings and deprecation warnings.
|
2011-02-18 15:31:09 -08:00 |
|
sk89q
|
78c78fee1f
|
Improved profiling messages.
|
2011-01-31 23:51:55 -08:00 |
|
sk89q
|
297fbd8bb9
|
Updated for Bukkit commit 8ccfad945663cd0ea60531b085748c81fc6fefb8.
|
2011-01-31 01:26:48 -08:00 |
|
sk89q
|
faf03079d6
|
Improved Bukkit performance drastically.
|
2011-01-31 01:16:49 -08:00 |
|
sk89q
|
f69184f9ab
|
Added version information for SP.
|
2011-01-31 00:58:29 -08:00 |
|
sk89q
|
8a35c3230c
|
Changed BukkitWorld in hopes that it will fix the error regarding ItemStack.getDamage().
|
2011-01-30 23:43:53 -08:00 |
|
sk89q
|
2630226052
|
Improved overall performance by using EditSession.getBlockType() instead of EditSession.getBlock().getType().
|
2011-01-30 23:42:18 -08:00 |
|
sk89q
|
10b48e9344
|
Added more tree generators, removed CraftBukkit/MC dependency (yay!).
|
2011-01-30 14:54:42 -08:00 |
|
sk89q
|
60442354d0
|
Added block data cycling super pickaxe tool.
|
2011-01-29 22:07:56 -08:00 |
|
sk89q
|
d9280358ad
|
Fixed for recent Bukkit update.
|
2011-01-29 20:38:41 -08:00 |
|
sk89q
|
d1ff0250aa
|
Added the ability to configure the schematic and CraftScript directories.
|
2011-01-29 10:14:04 -08:00 |
|
sk89q
|
712274d372
|
Fixed commands.
|
2011-01-29 09:31:48 -08:00 |
|
sk89q
|
02de4c8200
|
Moved commands into their own classes.
|
2011-01-29 02:05:22 -08:00 |
|
sk89q
|
81c1b17f4c
|
Added PropertiesConfiguration utility configuration loaded, fixed misspelling if logCommands variable in LocalConfiguration.
|
2011-01-27 09:07:50 -08:00 |
|
sk89q
|
5e01f50d93
|
Fixed /butcher. (I also added necessary methods to Bukkit.)
|
2011-01-26 12:04:53 -08:00 |
|
sk89q
|
7dbb23051a
|
Renamed WorldEditController to WorldEdit.
|
2011-01-26 10:53:26 -08:00 |
|
sk89q
|
fdb7c31aae
|
Changed arm swing event to use arm swing; now compass right click toggles the compass mode between /jumpto and /thru.
|
2011-01-26 10:52:53 -08:00 |
|
sk89q
|
53d5a0c961
|
Fixed bad array bounds check in BukkitWorld.setContainerBlockContents().
|
2011-01-23 10:48:31 -08:00 |
|
sk89q
|
360ae06d65
|
Added full block data support for Bukkit.
|
2011-01-23 00:36:26 -08:00 |
|
sk89q
|
3d1201df84
|
Returning true for the command hook for Bukkit.
|
2011-01-22 16:34:46 -08:00 |
|
sk89q
|
9e0bb0730c
|
Improved scripting support.
|
2011-01-22 13:34:05 -08:00 |
|
sk89q
|
5b200092ba
|
Moved WorldEdit to use Bukkit's command registration.
|
2011-01-21 18:24:38 -08:00 |
|
sk89q
|
9f25c1906d
|
Change /reload WorldEdit to /reloadwe.
|
2011-01-21 18:01:42 -08:00 |
|
sk89q
|
b925855d77
|
Ops now have all permissions.
|
2011-01-21 18:00:29 -08:00 |
|
sk89q
|
0a8dc5b47d
|
Added new configuration to default config.yml. Changed navigation configuration variables for Bukkit.
|
2011-01-19 02:49:20 -08:00 |
|
sk89q
|
43f9acb690
|
Added the navigation wand.
|
2011-01-19 02:43:26 -08:00 |
|
sk89q
|
b7c620bc2f
|
Fixed NullPointerExceptions in some super pickaxe modes, made arm swing handler get called on item usage.
|
2011-01-19 02:27:12 -08:00 |
|
sk89q
|
e9e6f894b3
|
Fixed NullPointerExceptions that appeared while saving a chest.
|
2011-01-19 02:05:20 -08:00 |
|
sk89q
|
6f6a82d326
|
Ported block tracing code to WorldEdit.
|
2011-01-19 01:12:05 -08:00 |
|
sk89q
|
e2edbcda23
|
Inventory support now works in Bukkit.
|
2011-01-17 21:11:39 -08:00 |
|
sk89q
|
3e912bf644
|
Now /jumpto and /thru works.
|
2011-01-17 21:05:05 -08:00 |
|
sk89q
|
a63ffc2fe4
|
Added support for cloth color with the super pickaxe drops.
|
2011-01-17 20:30:54 -08:00 |
|
sk89q
|
39914155b6
|
Added sign support for Bukkit.
|
2011-01-17 17:02:09 -08:00 |
|
sk89q
|
c3d56eefea
|
Some cleanup of unused imports.
|
2011-01-17 16:56:30 -08:00 |
|
sk89q
|
7c24c7eadc
|
Added GroupUsers support.
|
2011-01-17 16:47:38 -08:00 |
|