mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 21:22:09 +00:00
Adding extra creature types to prevent spawn setting.
This commit is contained in:
parent
33c6fc1f1f
commit
e9c0bb2133
1 changed files with 3 additions and 0 deletions
|
@ -422,6 +422,9 @@ protect:
|
||||||
squid: false
|
squid: false
|
||||||
zombie: false
|
zombie: false
|
||||||
wolf: false
|
wolf: false
|
||||||
|
cave_spider: false
|
||||||
|
enderman: false
|
||||||
|
silverfish: 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.
|
||||||
|
|
Loading…
Reference in a new issue