summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-09-22 15:08:55 +0100
committerKHobbits <rob@khobbits.co.uk>2011-09-22 15:08:55 +0100
commited9043c184c71ac5c051368590076b2e9b37d6c3 (patch)
treedb75afce19aa257f1135f8e2ab42942f1c961b91
parent7bcafee89fea9b161d537386fa23cca4bad9c051 (diff)
downloadEssentials-ed9043c184c71ac5c051368590076b2e9b37d6c3.tar
Essentials-ed9043c184c71ac5c051368590076b2e9b37d6c3.tar.gz
Essentials-ed9043c184c71ac5c051368590076b2e9b37d6c3.tar.lz
Essentials-ed9043c184c71ac5c051368590076b2e9b37d6c3.tar.xz
Essentials-ed9043c184c71ac5c051368590076b2e9b37d6c3.zip
Adding extra creature types to prevent spawn setting.
-rw-r--r--Essentials/src/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 6edf0244d..13b7def41 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -422,6 +422,9 @@ protect:
squid: false
zombie: false
wolf: false
+ cave_spider: false
+ enderman: false
+ silverfish: 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.