Plex-FAWE/src/main/java/com/sk89q/worldedit/bukkit
TomyLobo 7dfc2a34e5 Improved fast mode.
BukkitWorld's fast lighting mode now also does what the old fast mode did.
In addition, both fast lighting mode and the fallback resend all modified chunks when done.
This should prevent display issues.
2011-10-25 18:41:07 +02:00
..
selections More file moving. 2011-05-01 01:30:33 -07:00
BukkitConfiguration.java Moved YAML classes from RegionBook from WorldGuard into WorldEdit and made everything use those. 2011-10-22 23:48:15 -07:00
BukkitPlayer.java Added getting of the Bukkit player to BukkitPlayer (for RegionBook) 2011-09-04 19:29:45 -07:00
BukkitPlayerBlockBag.java Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up. 2011-09-03 13:01:51 -04:00
BukkitServerInterface.java Removed unnecessary valid block checking (already in LocalWorld) 2011-08-16 22:29:06 -07:00
BukkitUtil.java Cleanup and a few bugfixes 2011-09-24 15:24:10 -04:00
BukkitWorld.java Improved fast mode. 2011-10-25 18:41:07 +02:00
EditSessionBlockChangeDelegate.java Updated for Bukkit changes. 2011-09-24 15:45:49 -07:00
SessionTimer.java 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. 2011-05-01 17:37:05 -07:00
WorldEditAPI.java More file moving. 2011-05-01 01:30:33 -07:00
WorldEditCriticalPlayerListener.java - Moved Bukkit event registration from WorldEditPlugin into the respective listeners. 2011-08-21 23:05:03 +02:00
WorldEditPlayerListener.java - Moved Bukkit event registration from WorldEditPlugin into the respective listeners. 2011-08-21 23:05:03 +02:00
WorldEditPlugin.java Moved YAML classes from RegionBook from WorldGuard into WorldEdit and made everything use those. 2011-10-22 23:48:15 -07:00