Cuberite Forum
PreventEntities - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: PreventEntities (/thread-1367.html)



PreventEntities - xoft - 02-12-2014

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/PreventEntities/archive/master.zip


RE: PreventEntities - tonibm19 - 02-12-2014

Isn't that the same as https://github.com/STRWarrior/NoEntity?


RE: PreventEntities - xoft - 02-12-2014

Yes, more or less. Although I do hope this one is a bit more documented and a tiny little bit more efficient Smile


RE: PreventEntities - NiLSPACE - 02-12-2014

And easier to configure. Smile