Standalone Limbo Minecraft Server (Currently 1.21.7)
Go to file Use this template
gtpal db29a22e49 Added Java Doc info for (almost) all Player object methods, as to prepare to create an automated java doc later 2021-12-18 14:38:23 -05:00
.settings Added sendBungeeMessage, and sendToServer in Player Object as to simplify sending players to other bungee servers 2021-12-18 14:05:15 -05:00
src/main Added Java Doc info for (almost) all Player object methods, as to prepare to create an automated java doc later 2021-12-18 14:38:23 -05:00
.classpath Added sendBungeeMessage, and sendToServer in Player Object as to simplify sending players to other bungee servers 2021-12-18 14:05:15 -05:00
.gitattributes Initial commit 2020-08-03 22:52:40 +08:00
.gitignore Added Eclipse support for .gitignore 2021-12-18 14:07:09 -05:00
.project Added sendBungeeMessage, and sendToServer in Player Object as to simplify sending players to other bungee servers 2021-12-18 14:05:15 -05:00
LICENSE Create LICENSE 2020-12-23 02:24:57 +08:00
README.md Update README.md 2021-12-10 12:51:35 +00:00
pom.xml Fixed keepalive packet issue 2021-12-06 20:42:49 +00:00
spawn.schem Create spawn.schem 2020-08-09 18:38:25 +08:00

README.md

Limbo

Build Status

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.