diff options
author | snowleo <schneeleo@gmail.com> | 2011-11-21 03:21:02 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-11-21 03:21:02 +0100 |
commit | 90694b15ccc0625574c591d7c6f0305e082545cf (patch) | |
tree | 75fe81ae7b00612d726f9698f811a1e5123f4579 | |
parent | 5e4b7f85c89c2c26478bd8f33d00c5c7251135de (diff) | |
download | Essentials-90694b15ccc0625574c591d7c6f0305e082545cf.tar Essentials-90694b15ccc0625574c591d7c6f0305e082545cf.tar.gz Essentials-90694b15ccc0625574c591d7c6f0305e082545cf.tar.lz Essentials-90694b15ccc0625574c591d7c6f0305e082545cf.tar.xz Essentials-90694b15ccc0625574c591d7c6f0305e082545cf.zip |
Added new creatures to EssProtect prevent spawning
Ghast and Slime default value changed
-rw-r--r-- | Essentials/src/config.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 0e3361308..b063d1e41 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -399,14 +399,14 @@ protect: chicken: false cow: false creeper: false - ghast: true + ghast: false giant: false monster: false pig: false pig_zombie: false sheep: false skeleton: false - slime: true + slime: false spider: false squid: false zombie: false @@ -414,6 +414,10 @@ protect: cave_spider: false enderman: false silverfish: false + ender_dragon: false + villager: false + blaze: false + mushroom_cow: false # Maximum height the creeper should explode. -1 allows them to explode everywhere. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions. |