From 06cfbab6ae5501de16803815f89fa5029c09477f Mon Sep 17 00:00:00 2001 From: Iaccidentally Date: Sun, 28 Oct 2012 13:05:08 -0400 Subject: NOW with complete wither protection! --- EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java | 1 + 1 file changed, 1 insertion(+) (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java index 0ef389147..9a24cad23 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java @@ -38,6 +38,7 @@ public enum ProtectConfig prevent_witherskull_explosion("protect.prevent.witherskull-explosion", false), prevent_witherskull_playerdmg("protect.prevent.witherskull-playerdamage", false), prevent_wither_spawnexplosion("protect.prevent.wither-spawnexplosion", false), + prevent_wither_blockreplace("protect.prevent.wither-blcokreplace", false), prevent_creeper_explosion("protect.prevent.creeper-explosion", true), prevent_creeper_playerdmg("protect.prevent.creeper-playerdamage", false), prevent_creeper_blockdmg("protect.prevent.creeper-blockdamage", false), -- cgit v1.2.3