summaryrefslogtreecommitdiffstats
path: root/Essentials
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials')
-rw-r--r--Essentials/src/config.yml2
-rw-r--r--Essentials/src/net/ess3/settings/protect/Prevent.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index bdf3fef41..d6b7c0f7f 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -449,7 +449,7 @@ protect:
fireball-playerdamage: false
witherskull-explosion: flase
witherskull-playerdamage: false
- wither-spawnexplosion: flase
+ wither-spawn-explosion: flase
wither-blockreplace: false
creeper-explosion: false
creeper-playerdamage: false
diff --git a/Essentials/src/net/ess3/settings/protect/Prevent.java b/Essentials/src/net/ess3/settings/protect/Prevent.java
index 6d67908b1..17c5a85e0 100644
--- a/Essentials/src/net/ess3/settings/protect/Prevent.java
+++ b/Essentials/src/net/ess3/settings/protect/Prevent.java
@@ -23,9 +23,9 @@ public class Prevent implements StorageObject
private boolean creeperExplosion = false;
private boolean creeperBlockdamage = false;
private boolean enderdragonBlockdamage = false;
- private boolean WitherSpawnExplosion = false;
- private boolean WitherSkullExplosion = false;
- private boolean WitherBlockreplace = false;
+ private boolean witherSpawnExplosion = false;
+ private boolean witherskullExplosion = false;
+ private boolean witherBlockreplace = false;
private boolean endermanPickup = false;
private boolean villagerDeath = false;
@Comment(