Plugin category: mechanics Suggested name: OnlyHostileMobs What I want: Passive mobs cannot spawn only Hostile mobs can spawn. Ideas for commands: No commands needed for this plugin. Ideas for permissions: No permissions When I'd like it by: as soon as possible.
You can do that in the bukkit.yml already thats how it looks by default Code: //Default spawn-limits: monsters: 70 animals: 15 water-animals: 5 ambient: 15 and something like this should do what you want Code: spawn-limits: monsters: 70 animals: 0 water-animals: 0 ambient: 15
LemonLimes4ever Like L33m4n123 stated you can use what he/she suggested or do you server.PROPERTIES and set animal spawning to false. If you are also using MultiVerse just go to the worlds config in MultiVerse-Core and set animal spawning in that to off.
LemonLimes4ever You should search for already existing plugins/ways of doing stuff before you create a request thread.