--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/18 14:36:49 1750 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/03/18 14:58:22 1751 @@ -49,6 +49,7 @@ getCommand("setsurface").setExecutor( generalContractor ); getCommand("platform").setExecutor( generalContractor ); getCommand("cylinder").setExecutor( generalContractor ); + getCommand("createcave").setExecutor( generalContractor ); getCommand("template").setExecutor( new TemplateCommand(this) );