1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-07 13:31:43 +00:00
Danbka4Z 502aa78c3b Fix: Send minimal DeclareCommands packet when no Limbo commands available
Previously, when the command list was empty, the server returned null and did not send a DeclareCommands packet.  
This caused the client to lose the slash UI and tab completion entirely.  

Now, when there are no available commands, the server sends a minimal valid tree (only a root node with no children).  
This keeps the client UI functional while still reflecting the fact that no commands are available.
2025-08-31 17:49:37 +03:00
2022-03-02 01:21:07 +00:00
2020-08-03 22:52:40 +08:00
2020-12-23 02:24:57 +08:00
2025-07-17 20:32:11 +01:00
2025-07-17 20:32:11 +01:00
2025-04-15 23:15:08 +01:00

Limbo

Build Status

Standalone Limbo Minecraft Server (Currently 1.21.8)

https://www.spigotmc.org/resources/82468/

Starting the server

Use the following command lines to start the limbo server just like any other Minecraft server

java -jar Limbo.jar --nogui

Put the world scheme file in the same folder as the server jar file and configure the server.properties file to your needs


Demo Limbo Server

IP: mc.loohpjames.com

Server Banner


Downloads (1.17.1-1.21.8)


Offical Plugins


Maven

<repository>
  <id>loohp-repo</id>
  <url>https://repo.loohpjames.com/repository</url>
</repository>
<dependency>
  <groupId>com.loohp</groupId>
  <artifactId>Limbo</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>

Replace VERSION with the version.

Partnerships

Server Hosting

Use the link or click the banner below to get a 25% discount off your first month when buying any of their gaming servers!
It also supports my development, take it as an alternative way to donate while getting your very own Minecraft server as well!

P.S. Using the link or clicking the banner rather than the code supports me more! (Costs you no extra!)

https://www.bisecthosting.com/loohp

https://www.bisecthosting.com/loohp

S
Description
Standalone Limbo Minecraft Server (Currently 1.21.7)
Readme Apache-2.0 6.2 MiB
Languages
Java 100%