--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/13 07:58:31 1729 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/14 20:25:27 1733 @@ -47,6 +47,8 @@ getCommand("fillarea").setExecutor( generalContractor ); getCommand("slopearea").setExecutor( generalContractor ); getCommand("setsurface").setExecutor( generalContractor ); + getCommand("platform").setExecutor( generalContractor ); + getCommand("cylinder").setExecutor( generalContractor ); LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() ); @@ -73,7 +75,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"); }