Standalone Limbo Minecraft Server (Currently 1.21.7)
Go to file
GamerDuck123 92a4a85b50 Added ResourcePack related packets, along with sending and recieving them, and added PlayerResourcePackStatusEvent to simplify reading the incoming packets for plugins. 2021-11-15 21:02:12 -05:00
.settings Added ResourcePack related packets, along with sending and recieving them, and added PlayerResourcePackStatusEvent to simplify reading the incoming packets for plugins. 2021-11-15 21:02:12 -05:00
modules Legacy support 2021-08-20 11:24:33 +08:00
src/main Added ResourcePack related packets, along with sending and recieving them, and added PlayerResourcePackStatusEvent to simplify reading the incoming packets for plugins. 2021-11-15 21:02:12 -05:00
.classpath Added ResourcePack related packets, along with sending and recieving them, and added PlayerResourcePackStatusEvent to simplify reading the incoming packets for plugins. 2021-11-15 21:02:12 -05:00
.gitattributes Initial commit 2020-08-03 22:52:40 +08:00
.gitignore Added simple gitignore and maven now generates sources 2021-08-21 19:29:24 +02:00
.project Added ResourcePack related packets, along with sending and recieving them, and added PlayerResourcePackStatusEvent to simplify reading the incoming packets for plugins. 2021-11-15 21:02:12 -05:00
LICENSE Create LICENSE 2020-12-23 02:24:57 +08:00
README.md Update README.md 2021-07-12 22:59:39 +08:00
pom.xml bump version 2021-09-07 22:40:38 +08: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.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.