--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/12 20:04:12 1723 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/13 08:30:39 1730 @@ -42,10 +42,12 @@ getCommand("diver").setExecutor( diver ); GeneralContractorCommands generalContractor = new GeneralContractorCommands(); + getCommand("replay").setExecutor( generalContractor ); getCommand("levelarea").setExecutor( generalContractor ); getCommand("fillarea").setExecutor( generalContractor ); getCommand("slopearea").setExecutor( generalContractor ); getCommand("setsurface").setExecutor( generalContractor ); + getCommand("platform").setExecutor( generalContractor ); LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() ); @@ -72,7 +74,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"); }