Standalone Limbo Minecraft Server (Currently 1.21.7)
Go to file Use this template
James Puleo 3f60ffd1ef Track the players selected slot index with PacketPlayInHeldItemChange,
and allow changing of a players selected slot with
PacketPlayOutHeldItemChange.

Also introduces an event that can be used to change or cancel a player's
selected slot change.

I tried to follow the style and mannerisms of existing code, but what's
up with the Unsafe class? The class is okay, but why are the methods
named as such? Having all the methods named 'a' will be sure to cause
conflict once two methods take the same parameters.
2021-02-22 01:54:26 -05:00
modules Update LimboDefaultCmd.jar 2020-11-02 23:47:48 +08:00
src/main Track the players selected slot index with PacketPlayInHeldItemChange, 2021-02-22 01:54:26 -05:00
.gitattributes Initial commit 2020-08-03 22:52:40 +08:00
LICENSE Create LICENSE 2020-12-23 02:24:57 +08:00
README.md Update README.md 2021-01-16 11:09:25 +08:00
pom.xml Use Java 8 Methods 2021-02-21 14:44:59 +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.16.5)

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: demo.limbo.loohpjames.com

Downloads (1.16-1.16.5)