Added /butcher and mob killing to the super pickaxe.

This commit is contained in:
sk89q
2010-11-16 23:24:30 -08:00
parent f810b18f07
commit fd5a7abb1c
2 changed files with 65 additions and 0 deletions

View File

@ -56,6 +56,8 @@ public class WorldEdit extends Plugin {
PluginListener.Priority.MEDIUM);
loader.addListener(PluginLoader.Hook.LOGIN, listener, this,
PluginListener.Priority.MEDIUM);
loader.addListener(PluginLoader.Hook.ARM_SWING, listener, this,
PluginListener.Priority.MEDIUM);
logger.log(Level.INFO, "WorldEdit version " + getVersion() + " loaded");
}