How to disable a type of mob spawn all over the world
anamewing opened this issue · 4 comments
I want to disable some creatures in every world from my server.
I checked the issue #1178 , however, it's about protecting a zone.
I tried these two commands to prevent pig spawn:
/p global deny fe.protection.mobspawn.forced.Pig
/p global deny fe.protection.mobspawn.nature.Pig
It doesn't work. When I place a pig mobspawner, pigs are still spawned nearby.
I use forge-1.7.10-10.13.4.1614-1.7.10-universal.jar
and forgeessentials-1.7.10-1.4.4.1146-server.jar
.
Dupe of #1990
Yes, but it's fe.protection.mobspawn.natural.XYZ
not fe.protection.mobspawn.nature.XYZ
!
@olee Thank you for finding out my mistake. Finally I can enjoy this game.