--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/06/15 20:18:18 1519 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/06/20 16:33:38 1520 @@ -30,6 +30,7 @@ getCommand("msg").setExecutor( new MsgCommand( getServer() ) ); getCommand("stoner").setExecutor( new StonerCommand() ); getCommand("boom").setExecutor( new BoomCommand(this) ); + getCommand("spawn").setExecutor( new SpawnCommand() ); PluginManager pm = getServer().getPluginManager(); pm.registerEvent(Event.Type.PLAYER_RESPAWN, new RespawnHandler(this), Priority.Normal, this);