It is a simple and easy to use plugin that allows you to queue up for a server.
- Queue up for a server
- Customizable messages
/queue <name>
- Queue up for a server/queue leave
- Leave the queue
redisq.queue.<name>
- Allows you to queue up for a server with the nameredisq.leave
- Allows you to leave the queue
redis:
url: "redis://127.0.0.1:6379"
password: "password"
general:
prefix: "<dark_gray>[<red>RedisQ<dark_gray>]<gray>"
no-permission: "%prefix% <red>You do not have permission to do that. (%permission%)"
no-console: "%prefix% <red>This command can only be executed by players."
no-args: "%prefix% <red>Usage: %usage%"
no-queue: "%prefix% <red>Queue with the name %name% not found."
sending-to-server: "%prefix% <gray>Sending you to %server%..."
queue-leave: "%prefix% <gray>You have left the queue."
- Download the plugin from the releases page
- Put the plugin in your plugins folder
- Start your server
- Edit the configuration file to your liking
- Reload the server or restart it
- You're done!
You can use the API to queue up players from your own plugins. Here is an example:
Additionally, you can listen to the following events:
QueueJoinEvent
- Called when a player joins the queueQueueLeaveEvent
- Called when a player leaves the queueQueueSendEvent
- Called when a player is sent to a server
If you need help with the plugin, you can message me. Please take a look at my profile readme for more information.
This project is licensed under the MIT License - see the LICENSE file for details.
- Max - Developer
- All Contributors