--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/12 20:25:30 1728 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/13 07:58:31 1729 @@ -42,6 +42,7 @@ getCommand("diver").setExecutor( diver ); GeneralContractorCommands generalContractor = new GeneralContractorCommands(); + getCommand("replay").setExecutor( generalContractor ); getCommand("levelarea").setExecutor( generalContractor ); getCommand("fillarea").setExecutor( generalContractor ); getCommand("slopearea").setExecutor( generalContractor ); @@ -72,7 +73,7 @@ if ( api != null) { StatusListener status = new StatusListener(this, getServer(), logintimeHandler.getConfig(), home.getConfig() ); //api.setRequestController("webstatus", status ); - ApiManager.getInstance().registerController( status ); + //ApiManager.getInstance().registerController( status ); } else { System.out.println("Could not find ApiBukkit"); }