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
1.7.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 5 months ago
Want to support my work? You can do so by buying the plugin from BuiltByBit https://builtbybit.com/resources/limbomanager.105562/
LimboManager
LimboManager is a versatile, fully-featured management plugin for Velocity that leverages LimboAPI to intuitively weave proxy-side virtual dimensions into your network.
🌟 Key Features
- Virtual Limbos: You can create virtual limbo servers, great for auth plugins, like LibreLogin
- Fallback system: Prevent players from getting kicked from your server when it restarts.
- AFK fallback: Automatically detects inactive players and sends them to a dedicated AFK limbo
- LimboAPI Schema: Limbo API provided schema loading, supports schematics, worldedit schematics and structs.
- Fully customizable: You can edit nearly all strings that the plugin uses, except for console messages, for better support quality, it's left as English.
📦 Dependencies
To use LimboManager, you must install the following Velocity plugins alongside it:
In LimboAPI you MUST enable compatiblity mode in order for the plugin to work.
⚙️ Setup
Reconnect Module
If you want to use the reconnect/fallback module, you need to configure a dummy server in your Velocity configuration:
- Define a server named "Limbo" in your
velocity.tomlfile. The port must be set to an unused port. - Add the "Limbo" server to the very bottom of your
trylist.
Example (velocity.toml):
[servers]
Limbo = "127.0.0.1:00000"
try = [
"lobby",
"other",
"Limbo"
]
### Custom Limbo Servers:
If you are using a custom server, that's not a predefined module in the plugin, you still need to predefine a dummy server.
1. Define a server with the exact name as the limbo server in the velocity.toml file. The port should be set to one, that's not used by anything.
2. Optionally, add the server to the try list.
## ⌨️ Commands & Permissions
The core command root is `/limbomanager`.
| Command | Permission | Description |
|---|---|---|
| `/limbomanager help` | None | Lists available commands. |
| `/limbomanager reload` | `limbomanager.command.reload` | Hot-reloads all config spaces and language files. |
| `/limbomanager diagnostics` | `limbomanager.command.diagnostics` | Dumps precise runtime diagnostics (active spaces, AFK module health, aliases) into chat. |
| `/limbomanager send [player] [limbo]` | `limbomanager.command.send` | Forcibly pull a specific player out of their active server and plunge them into an enabled Limbo space. |
*(Alias mappings defined in your configurations automatically assign proxy-level command intercepts for your users)*


