summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Essentials/src/config.yml12
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.