diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-11 00:10:18 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-11 00:10:18 +0000 |
commit | 48a39e87790be059b9f47a01116bd40c986fba5d (patch) | |
tree | 61c9a4c51944f02137e760a12779f7abeaaafba8 | |
parent | d731dd4da1b0161d69262105c81f52639d7e29e2 (diff) | |
download | Essentials-48a39e87790be059b9f47a01116bd40c986fba5d.tar Essentials-48a39e87790be059b9f47a01116bd40c986fba5d.tar.gz Essentials-48a39e87790be059b9f47a01116bd40c986fba5d.tar.lz Essentials-48a39e87790be059b9f47a01116bd40c986fba5d.tar.xz Essentials-48a39e87790be059b9f47a01116bd40c986fba5d.zip |
[trunk] Config: added all possible values to prevent spawning
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1173 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 937ea6c14..77d505354 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -309,9 +309,21 @@ protect: entitytarget: false # Prevent the spawning of creatures spawn: + chicken: false + cow: false creeper: false ghast: true + giant: false + monster: false + pig: false + pig_zombie: false + sheep: false + skeleton: false slime: true + spider: false + squid: false + zombie: false + wolf: 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. |