Cuberite Forum

Full Version: PreventEntities
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PreventEntities
This plugin simply prevents certain configured entity types to spawn. It is meant for creative build servers that don't want to get overwhelmed by griefers spawning too many mobs or pickups etc.

The plugin reads the types of entities to block from a PreventEntities.ini file located at the folder that has the MCServer executable. The file is created with default values if it doesn't exist. The prevention is the same for all worlds on the server. The settable values are:
Code:
[PreventEntityTypes]
Boat=1
ExpOrb=1
FallingBlock=1
Floater=1
Minecart=1
Mob=1
Pickup=1
Projectile=1
TNT=1

Download
GitHub page: https://github.com/madmaxoft/PreventEntities
Direct ZIP download: https://github.com/madmaxoft/PreventEnti...master.zip
Yes, more or less. Although I do hope this one is a bit more documented and a tiny little bit more efficient Smile
And easier to configure. Smile