--- 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/18 10:35:28 1739 @@ -47,7 +47,11 @@ getCommand("fillarea").setExecutor( generalContractor ); getCommand("slopearea").setExecutor( generalContractor ); getCommand("setsurface").setExecutor( generalContractor ); + getCommand("platform").setExecutor( generalContractor ); + getCommand("cylinder").setExecutor( generalContractor ); + + getCommand("template").setExecutor( new TemplateCommand(this) ); LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() ); @@ -73,7 +77,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"); }