SimpleQueue is a plugin that will automatically queue players when the server is full.
There are also really neat features like a prioritized player list, reserved slots and allowing players to join the server even if there are no slots left.
You are also not even required to have a permission system to add prioritized players, see Config.
Issue tracker: https://github.com/0blu/SimpleQueue/issues
Everthing can also be read in the plugin.yml
Usage: /sqversion
Permission: simplequeue.sqversion
Displays version of SimpleQueue Plugin
Usage: /sqqueue
Permission: simplequeue.sqqueue
Lists current players in queue
Usage: /sqlis
Permission: simplequeue.sqlist
Lists all players in the prioritizedPlayers.yml file
Usage: /sqadd [player]
Permission: simplequeue.sqadd
Adds a player to the prioritizedPlayers.yml file
Usage: /sqremove [player]
Permission: simplequeue.sqremove
Removes a player from the prioritizedPlayers.yml file
- simplequeue.ignoreslotlimit
- simplequeue.prioritized
- simplequeue.sqversion
- simplequeue.sqqueue
- simplequeue.sqlist
- simplequeue.sqadd
- simplequeue.sqremove
Allows the user to connect to the server even if the slot limit is reached
Puts the user in front of normal users in the queue and uses reserved slots
Grants access to the /sqversion command - Displays version of SimpleQueue Plugin
Grants access to the /sqqueue command - Lists current players in queue
Grants access to the /sqlist command - Lists all players in the prioritizedPlayers.yml file
Grants access to the /sqadd command - Adds a player to the prioritizedPlayers.yml file
Grants access to the /sqremove command - Removes a player from the prioritizedPlayers.yml file
Can also be read in the config.yml
reservedSlots: 1
Number: How many slots should be saved for prioritized players.
allowPrioritizedPlayersViaConfig: true
Boolean: If prioritized players can be defined by the prioritizedPlayers.yml
mustReconnectWithinSec: 120
Number: How long (in seconds) the place in the queue will be guaranteed.
kickMessageQueued: |2-
&cThe server is currently full!&r
You are in the queue.
Position &a%d/%d&r.
&7Please reconnect within the next &6%d sec&7 to keep your position.&r
String(Multiline): The message if a player connects but is still in the queue.
'&
' can be used as an alternate color code
Meaning of the %d
:
- players current queue position
- the number of all users in the queue
mustReconnectWithinSec
Can also be read in the config.yml
prioritizedPlayers: []
List of OfflinePlayers: List of offline players. Shouldn't be changed by hand!
License: Apache License 2.0