This is a lightweight Minecraft limbo server, written in Java with Netty. The main goal of this project is maximum simplicity with a minimum number of sent and processed packets. The limbo is empty; there is no ability to set a schematic building since this is not necessary. You can send useful information via chat or boss bar.
The server is fully clear. It is only able to keep a lot of players while the main server is down.
General features:
Symbol X
means all minor versions.
The server doesn't support snapshots.
help
- Show help messageconn
- Display number of connectionsmem
- Display memory usage statsstop
- Stop the serverNote that the server also will be closed correctly if you just press Ctrl+C
.
Required software: JRE 11+
The installation process is simple.
java -jar NanoLimbo-<version>.jar
settings.yml
file, which is the server configuration. The server supports player info forwarding from the proxy. There are several types of info forwarding:
LEGACY
- The BungeeCord IP forwarding.MODERN
- Velocity native info forwarding type.BUNGEE_GUARD
- BungeeGuard forwarding type.If you use BungeeCord, or Velocity with LEGACY
forwarding, just set this type in the config.
If you use Velocity with MODERN
info forwarding, set this type and paste the secret key from
Velocity config into secret
field.
If you installed BungeeGuard on your proxy, then use BUNGEE_GUARD
forwarding type.
Then add your tokens to tokens
list.
Feel free to create a pull request if you find some bug or optimization opportunity, or if you want to add some functionality that is suitable for a limbo server and won't significantly load the server.
Required software:
To build a minimized jar, go to the project root directory and run in the terminal:
./gradlew shadowJar
If you have any questions or suggestions, join our Discord server!