- Queue management for players joining the main server
- Whitelist system for priority access
- Admin commands to control the queue
- Real-time queue position updates for players
- Configurable retry delay for connection attempts
- Adding proxied server wide PlaceHolders (Meekueue PaperAddon)
- Punishing players in the queue, slurs in the waiting server make them down the queue for example
- Custom screens using ItemsAdder to show black screen with the position queue
- A configuration file to and a reload command to change values without editing the code
- Queue list in order in a Minecraft gui with players heads
- Reload command
- Download the latest version of Meekueue from the releases page.
- Place the JAR file in your Velocity server's
plugins
folder. (Still didn't made releases) - Restart your Velocity server.
Players will automatically be added to the queue when they attempt to join the waiting server. They will receive updates about their position in the queue.
/queue enable
- Enable the queue system/queue disable
- Disable the queue system/queue whitelist add <player>
- Add a player to the whitelist (meekueue.admin)/queue whitelist remove <player>
- Remove a player from the whitelist (meekueue.admin)
meekueue.admin
- Required to use admin commands
Currently, the plugin does not have a configuration file. Future versions may include customizable options.
To build Meekueue from source:
- Clone the repository
- Navigate to the project directory
- Run
./gradlew build
(orgradlew.bat build
on Windows) - The compiled JAR will be in the
build/libs
directory
Or using maven
mvn clean package
Contributions are welcome! Please feel free to submit a Pull Request.
For support, please open an issue on the GitHub repository.
Or you are free to dm in discord : @billetde20
- Meekiavelique
- Thanks to the Paper team for their excellent proxy server software.