--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/creative/GeneralContractorCommands.java 2012/03/13 17:41:56 1732 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/creative/GeneralContractorCommands.java 2012/03/14 20:25:27 1733 @@ -91,6 +91,13 @@ platform(player,loc,args); return true; } + + if (label.equals("cylinder") ) { + if (validateLevelOrFill(player, label, args) ) { + cylinder(player,loc,args); + } + return true; + } return false; @@ -346,6 +353,73 @@ } } + + + private void resetMap(boolean[][] map) { + for (int x=0; x