A simple plugin for handling limbo reconnection/handling
🌀 A smart limbo & queue handler for Velocity
Keeps your players connected, calm, and coming back even when backend servers crash.
👉 Full setup & advanced features in the Wiki.
.jar from Releases.plugins folder.config.yml + messages.yml to your liking.# config.yml
limbo-name: "limbo" # The name of your limbo server
direct-connect-server: "lobby" # Where to send direct connections
task-interval: 3000 # Queue processing interval (milliseconds)
queue-notify-interval: 30 # How often to tell players their position
disabled-commands: ["server","hub"] # Commands blocked in limbo
👉 Messages can be tweaked in messages.yml so your players see exactly what you want.
[servers]
default = "lobby"
limbo = "limbo"
[forced-hosts]
"pvp.example.com" = ["pvp", "limbo"]
"build.example.com" = ["build", "limbo"]
Pull requests are welcome! Just follow the style already in place.
Check CONTRIBUTING.md for details.
Licensed under GPL-3.0 — free to use, modify, and share under the same license.