mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-20 02:02:05 +00:00
[trunk] Monster don't target players.
new config: protect.prevent.entitytarget new permission: essentials.protect.entitytarget.bypass forgot to add it to settings git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1148 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
0b9f037a14
commit
452f4ff0e7
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ protect:
|
||||||
creeper-blockdamage: false
|
creeper-blockdamage: false
|
||||||
# Monsters won't follow players
|
# Monsters won't follow players
|
||||||
# permission essentials.protect.entitytarget.bypass disables this
|
# permission essentials.protect.entitytarget.bypass disables this
|
||||||
entity-target: false
|
entitytarget: false
|
||||||
# Prevent the spawning of creatures
|
# Prevent the spawning of creatures
|
||||||
spawn:
|
spawn:
|
||||||
creeper: false
|
creeper: false
|
||||||
|
|
Loading…
Reference in a new issue