Changed arm swing event to use arm swing; now compass right click toggles the compass mode between /jumpto and /thru.

This commit is contained in:
sk89q
2011-01-26 10:52:53 -08:00
parent c49631de1e
commit fdb7c31aae
4 changed files with 85 additions and 8 deletions

View File

@@ -90,6 +90,8 @@ public class WorldEditPlugin extends JavaPlugin {
private void registerEvents() {
getServer().getPluginManager().registerEvent(Event.Type.PLAYER_QUIT,
playerListener, Priority.Normal, this);
getServer().getPluginManager().registerEvent(Event.Type.PLAYER_ANIMATION,
playerListener, Priority.Normal, this);
getServer().getPluginManager().registerEvent(Event.Type.PLAYER_ITEM,
playerListener, Priority.Normal, this);
getServer().getPluginManager().registerEvent(Event.Type.PLAYER_COMMAND,