mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
99cd4b0dc836c1cf37ce91d35353ee9bb02752a6
ClientboundSetTitleTextPacket was mapped twice, once under 0x5A (The correct mapping) and under 0x58 (ClientboundSetSubtitleTextPacket 's mapping)
Limbo
Standalone Limbo Minecraft Server (Currently 1.18.1)
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 schem file in the same folder as the server jar file and configurate the server.properties file to your needs
Demo Limbo Server
IP: mc.loohpjames.com
Downloads (1.17.1-1.18.1)
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.
Description
Languages
Java
100%