Configuration
Install xLimbo, wire it into your proxy, and understand reload semantics.
Install
- Grab a jar from the latest release
or Modrinth and drop it in your limbo
server's
plugins/folder. - Start the server once — xLimbo creates the
xlimboworld and writes a defaultconfig.yml. - Edit
plugins/xLimbo/config.ymlto taste, then run/xlimbo reload. - Point your proxy's fallback server at this instance and set
main-serverto the proxy name of the server/joinshould send players to.
Options
- Join — configurable
/joinaliases, permission and per-player cooldown. Optional auto-join sends players back automatically after a delay. - Action bar — an optional repeating hint (the component is parsed once and reused each cycle).
- Messages — suppress join/quit/death broadcasts, set an optional custom join message and chat clear. All text is MiniMessage and fully configurable.
Reload semantics
/xlimbo reload re-reads and re-validates config and re-applies settings to the
already-loaded world; /xlimbo info shows the resolved version and status.
A few settings are restart-only because the world and generator are fixed at creation:
join-command.aliases, world.name, world.floor-y and world.floor-block. A live
world.name change is logged and ignored rather than orphaning players in the old world.
Last updated on