SlotReserve is a plugin I made for a friend with a pretty large server. It physically reserves slots in a unique way.
Most slot reserving plugins will kick players out when a priority player joins, but this plugin will actually separate slot usage. There is a normal slot amount and reserved slot amount.
Example Usage
If you have a 20 slot server and want 3 slots reserved, you set the reserved slots to 3 in the config file. When the server is reloaded you can type /checkslots. It will say "Normal Slots: x/17 Reserved Slots: x/3".
Commands
- /checkslots - Displays slot information
Config
- slots-reserved: amount of slots that will be reserved
- out-of-slots-message: Player kicked when all normal slots are filled
- out-of-reserved-slots-message: Player kicked when both normal and reserved slots are filled because player has permission to reserve slot
Permissions
- slot.reserve - Give it to player who should have a reserved slot
If you do not have permissions on your server, do not worry. It will default to operators having reserved slots and non-operators not.