mirror of https://github.com/LOOHP/Limbo.git
Addresses comments from https://github.com/LOOHP/Limbo/pull/57#issuecomment-1304543589 In particular: * Functionality now matches other server types * only enforce the allowlist if a new "enforce-allowlist" boolean in server.properties is set to true * Loads and process the allowlist only once when the server starts (or the reload command is executed), instead of every time a user connects. * Add a new command & associated permissions "allowlist reload" to reload the allowlist |
||
|---|---|---|
| .github | ||
| src/main | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| pom.xml | ||
| spawn.schem | ||
README.md
Limbo
Standalone Limbo Minecraft Server (Currently 1.19.2)
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.19.2)
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!)

