Plex-FAWE/src/com/sk89q/worldedit
2011-01-29 12:03:50 -08:00
..
bags Added the ability to use (require) inventory with operations. 2010-12-31 14:31:49 -08:00
blocks Added wool as an alias for cloth. 2011-01-26 12:28:38 -08:00
bukkit Added the ability to configure the schematic and CraftScript directories. 2011-01-29 10:14:04 -08:00
commands Added support for //stack [-a] to not stack air. 2011-01-29 12:03:50 -08:00
data Added block data support to snapshots. 2011-01-23 10:09:48 -08:00
dev Added a program to list commands and their permissions for the wiki. 2011-01-29 09:47:37 -08:00
filters Added //smooth 2010-11-21 22:58:05 +01:00
patterns Added support for random block placement with //set. Made //set faster. 2010-11-06 14:43:56 -07:00
regions Added /listchunks and /delchunks. 2010-10-28 10:27:30 -07:00
scripting Moved commands into their own classes. 2011-01-29 02:05:22 -08:00
snapshots Initial abstraction. 2010-12-31 17:06:42 -08:00
superpickaxe Improved /info tool to handle more block data. 2011-01-26 12:42:14 -08:00
util Renamed some configuration settings in PropertiesConfiguration. 2011-01-27 10:54:34 -08:00
BlockVector2D.java Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup(). 2010-10-20 02:12:16 -07:00
BlockVector.java Updated item/block lists, added Bukkit API for other plugins, moved some things around. 2011-01-16 09:39:11 -08:00
BlockWorldVector.java Fixed issue with BlockWorldVector causing java.lang.VerifyError due to how Bukkit loads plugins. 2011-01-21 17:59:12 -08:00
Countable.java Added //count and //distr. 2010-11-16 23:00:17 -08:00
CuboidClipboard.java Added LocalConfiguration.getWorkingDirectory(). 2011-01-27 01:51:34 -08:00
DisallowedItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
DoubleArrayList.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
EditSession.java Added in a valid block ID check in EditSession.rawSetBlock(). 2011-01-29 09:49:17 -08:00
EmptyClipboardException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
HeightMap.java Updated item/block lists, added Bukkit API for other plugins, moved some things around. 2011-01-16 09:39:11 -08:00
IncompleteRegionException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
InvalidItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
LocalConfiguration.java Added the ability to configure the schematic and CraftScript directories. 2011-01-29 10:14:04 -08:00
LocalPlayer.java Moved commands into their own classes. 2011-01-29 02:05:22 -08:00
LocalSession.java 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
LocalWorld.java Added full block data support for Bukkit. 2011-01-23 00:36:26 -08:00
LogFormat.java Added basic command logging and logging to file. 2010-11-05 22:37:16 -07:00
MaxChangedBlocksException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
MaxRadiusException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
PlayerDirection.java Fixed minor issues, moved some classes. 2011-01-23 02:03:49 -08:00
ReplacingEditSession.java Added sphere brush tool. 2011-01-09 11:14:55 -08:00
ReplacingExistingEditSession.java Fixed NullPointerExceptions in some super pickaxe modes, made arm swing handler get called on item usage. 2011-01-19 02:27:12 -08:00
ServerInterface.java Moved most methods of ServerInterface to LocalWorld. 2011-01-08 11:26:27 -08:00
UnknownDirectionException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
UnknownItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
Vector2D.java Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup(). 2010-10-20 02:12:16 -07:00
Vector.java Fixed minor issues, moved some classes. 2011-01-23 02:03:49 -08:00
WorldEdit.java Fixed /<script>.js shortcut. 2011-01-29 11:37:41 -08:00
WorldEditException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
WorldEditNotInstalled.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
WorldVector.java Fixed inaccuracy with LocalPlayer.getBlockIn() and LocalPlayer.getBlockOn(). 2011-01-08 10:52:48 -08:00