1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-07 21:41:43 +00:00

0.4.0 SNAPSHOT

This commit is contained in:
LOOHP
2021-02-19 23:33:21 +08:00
parent a0f45a5b17
commit 8d2b7ea0cb
32 changed files with 2345 additions and 140 deletions
+6 -2
View File
@@ -27,17 +27,21 @@
"PacketPlayOutChat": "0x0E",
"PacketPlayOutPlayerAbilities": "0x30",
"PacketPlayOutMapChunk": "0x20",
"PacketPlayOutUnloadChunk": "0x1C",
"PacketPlayOutLightUpdate": "0x23",
"PacketPlayOutKeepAlive": "0x1F",
"PacketPlayOutPlayerInfo": "0x32",
"PacketPlayOutUpdateViewPosition": "0x40",
"PacketPlayOutShowPlayerSkins": "0x44",
"PacketPlayOutDisconnect": "0x19",
"PacketPlayOutPluginMessaging": "0x17",
"PacketPlayOutTabComplete": "0x0F",
"PacketPlayOutDeclareCommands": "0x10",
"PacketPlayOutRespawn": "0x39",
"PacketPlayOutGameState": "0x1D"
"PacketPlayOutGameState": "0x1D",
"PacketPlayOutEntityDestroy": "0x36",
"PacketPlayOutEntityMetadata": "0x44",
"PacketPlayOutSpawnEntity": "0x00",
"PacketPlayOutSpawnEntityLiving": "0x02"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
+6
View File
@@ -28,6 +28,12 @@ world-spawn=world;20.5;17;22.5;-90;0
#Reduce debug info
reduced-debug-info=false
#The view distance of the server
view-distance=6
#Ticks per second of the server
ticks-per-second=5
#Server list message in Json
motd={"text":"","extra":[{"text":"Limbo Server!","color":"yellow"}]}