--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorBlockListener.java 2015/03/09 13:45:03 2431 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorBlockListener.java 2015/03/09 13:55:54 2432 @@ -166,7 +166,7 @@ event.getPlayer().sendMessage("Secret door created"); - sign.setTypeId(0); + sign.setType( Material.AIR ); } catch (ConflictingDoorException e) { event.getPlayer().sendMessage("Door conflicts whith another secretdoor"); }