
LimboQueue is a queue management system for the Velocity proxy server that efficiently handles player traffic using LimboAPI technology for redirecting to virtual servers.
Configuration Example
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: "<red>Server is offline."
reload: "<green>LimboQueue reloaded!"
reload-failed: "<red>Reload failed!"
Installation Requirements
- Latest version of Velocity
- Latest version of LimboAPI
- Java 17