--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/12/09 17:06:52 1653 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/12/09 17:08:14 1654 @@ -26,7 +26,6 @@ getCommand("eternalday").setExecutor(new EternalDayCommand(this)); getCommand("getpos").setExecutor( new GetposCommand() ); getCommand("msg").setExecutor( new MsgCommand( getServer() ) ); - getCommand("spawn").setExecutor( new SpawnCommand() ); getCommand("tp").setExecutor( new TeleportCommand() ); getCommand("wall").setExecutor( new WallCommand() ); @@ -67,6 +66,7 @@ private void deprecated() { /* getCommand("stoner").setExecutor( new StonerCommand() ); + getCommand("spawn").setExecutor( new SpawnCommand() ); getCommand("boom").setExecutor( new BoomCommand(this) ); getCommand("grass").setExecutor(new GrassCommand());