LimboQueue
A Queue plugin for Velocity
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
LimboQueue
# LimboQueue
LimboQueue is a queue plugin for [Velocity](https://velocitypowered.com) that uses LimboAPI for sending players to virtual servers.
## Config example
```yml
main:
# Serializers: LEGACY_AMPERSAND, LEGACY_SECTION, MINIMESSAGE
serializer: "MINIMESSAGE"
server: "survival"
# Server checking interval in seconds
check-interval: 1
world:
# Dimensions: OVERWORLD, NETHER, THE_END
dimension: "OVERWORLD"
messages:
queue-message: "Your position in queue: {0}"
server-offline: "Server is offline."
reload: "LimboQueue reloaded!"
reload-failed: "Reload failed!"
```
## Requirements