mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
[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
This commit is contained in:
@@ -309,9 +309,21 @@ protect:
|
|||||||
entitytarget: false
|
entitytarget: false
|
||||||
# Prevent the spawning of creatures
|
# Prevent the spawning of creatures
|
||||||
spawn:
|
spawn:
|
||||||
|
chicken: false
|
||||||
|
cow: false
|
||||||
creeper: false
|
creeper: false
|
||||||
ghast: true
|
ghast: true
|
||||||
|
giant: false
|
||||||
|
monster: false
|
||||||
|
pig: false
|
||||||
|
pig_zombie: false
|
||||||
|
sheep: false
|
||||||
|
skeleton: false
|
||||||
slime: true
|
slime: true
|
||||||
|
spider: false
|
||||||
|
squid: false
|
||||||
|
zombie: false
|
||||||
|
wolf: false
|
||||||
|
|
||||||
# Maximum height the creeper should explode. -1 allows them to explode everywhere.
|
# 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.
|
# Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
|
||||||
|
Reference in New Issue
Block a user