forked from BLOCKFANTASY/LOOHP-Limbo
a3b25de473c3227e87bba431ae2eb1c3bb7d8b88
Added 2 things: Added the default commands to the server jar, and added PlayerList header and footer support
Limbo
Standalone Limbo Minecraft Server (Currently 1.17.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.16-1.17.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%