Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
โก Velocity Limbo Handler
๐ A smart limbo & queue handler for Velocity
Keeps your players connected, calm, and coming back even when backend servers crash.
โจ Why VelocityLimboHandler?
- ๐ฆ Per-Server Smart Queue โ players only wait for the server they were on, not behind others stuck elsewhere
- ๐ข Queue Updates โ automatic position notifications keep players informed
- ๐ Protected Limbo โ blocks unwanted commands to prevent bypasses
- ๐ ๏ธ Maintenance Support โ respects whitelist & bypass permissions
- ๐ค LibreLogin Ready โ seamless integration with authentication
๐ Full setup & advanced features in the Wiki.
๐งฉ Compatibility
- ๐ฅ๏ธ Proxy: Velocity (all recent versions)
- ๐ฎ MC Versions: 1.8 โ 1.21+
- ๐ License: GPL-3.0
๐ Quick Install
- Grab the latest
.jarfrom Releases. - Drop it into your Velocity
pluginsfolder. - Restart the proxy (config files will generate).
- Adjust
config.yml+messages.ymlto your liking. - Restart once more โ done! ๐
โ๏ธ Config Highlights
# 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.
๐ง Proxy Setup Example
[servers]
default = "lobby"
limbo = "limbo"
[forced-hosts]
"pvp.example.com" = ["pvp", "limbo"]
"build.example.com" = ["build", "limbo"]
๐ก๏ธ Permissions & Integrations
- Players get queued automatically, no setup required.
- Commands blocked per config.
- LibreLogin support ensures login/auth flow isnโt broken.
- Maintenance plugins are respected (bypass logic included).
๐ค Contributing
Pull requests are welcome! Just follow the style already in place.
Check CONTRIBUTING.md for details.
๐ License
Licensed under GPL-3.0 โ free to use, modify, and share under the same license.


