--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/18 10:19:19 1738 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/18 14:58:22 1751 @@ -49,9 +49,10 @@ getCommand("setsurface").setExecutor( generalContractor ); getCommand("platform").setExecutor( generalContractor ); getCommand("cylinder").setExecutor( generalContractor ); + getCommand("createcave").setExecutor( generalContractor ); - getCommand("cylinder").setExecutor( new TemplateCommand(this) ); + getCommand("template").setExecutor( new TemplateCommand(this) ); LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );