is it possible to limit entities on maps for /give and /bomb and /givemine commands ?
I mean before the command is used by a Mod or higher there should be a check if the NewNumber of Guns exceed the limit, like
if(Current entities on Map + NumberOfPlayer < entitieslimit)
Everything is fine, do the command
else
Remove Dropped guns/chicken/etc on ground and do the command
Greetings
I mean before the command is used by a Mod or higher there should be a check if the NewNumber of Guns exceed the limit, like
if(Current entities on Map + NumberOfPlayer < entitieslimit)
Everything is fine, do the command
else
Remove Dropped guns/chicken/etc on ground and do the command
Greetings