1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-07 21:41:43 +00:00
Tad Hunt d29279285e This commit fixes https://github.com/LOOHP/Limbo/issues/51
"Incorrect Payload Received in KeepAlive packet for player"

The problem is that in my setup (described in the issue linked above)
the loohp-limbo server is receiving an unsolicited PacketInKeepAlive
message prior to sending any out.  This causes the payload validation
check to fail, resulting in the connection then being closed.

This commit changes the PacketInKeepAlive handler to ignore (other than
logging) unsolicited KeepAlive messages rather than act on them.

Possibly the logging is a bad idea unless it's limited to being
suppressed via a debug flag...
2022-09-22 22:54:50 -06:00
2022-03-02 01:21:07 +00:00
2020-08-03 22:52:40 +08:00
2020-12-23 02:24:57 +08:00
2022-08-08 00:38:24 +08:00
2022-09-10 02:32:00 +08:00
2020-08-09 18:38:25 +08:00

Limbo

Build Status

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

Server Banner


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!)

https://www.bisecthosting.com/loohp

https://www.bisecthosting.com/loohp

S
Description
Standalone Limbo Minecraft Server (Currently 1.21.7)
Readme Apache-2.0 6.2 MiB
Languages
Java 100%