Change minimum players for airdrop?Solved
Is there a way that there is no airdrop in the game if there are not at least 30 players on the server?
It's stupid when you have 10 players on the server the plane to drop airdrop.
Thanks

There are some mods to configure supply drops, one of them is https://umod.org/plugins/fancy-drop (many functionalities).

Or you could write your own plugin. One way could be listening to the OnEntitySpawned event. Then just check if the entity is an AirPlane (which would spawn the supply drop) and if less than 30 players are online/awake -> kill the airdrop entity

Locked automatically