Added a way to change PlayerList Header and Footer

This commit is contained in:
GamerDuck123
2021-11-24 01:52:26 -05:00
parent 7e81f6b3be
commit 120f9dce3f
6 changed files with 113 additions and 2 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
"PacketPlayOutEntityMetadata": "0x4D",
"PacketPlayOutSpawnEntity": "0x00",
"PacketPlayOutSpawnEntityLiving": "0x02",
"PacketPlayOutHeldItemChange": "0x48"
"PacketPlayOutHeldItemChange": "0x48",
"PacketPlayOutPlayerListHeaderFooter": "0x5E"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
+7 -1
View File
@@ -57,4 +57,10 @@ handshake-verbose=true
motd={"text":"","extra":[{"text":"Limbo Server!","color":"yellow"}]}
#Server list version as string
version=Limbo!
version=Limbo!
#Tab-List Header
tab-header={"text":"","extra":[{"text":"Welcome to Limbo!","color":"green"}]}
#Tab-List Footer
tab-footer={"text":"","extra":[{"text":"Limbo Server by LOOHP","color":"yellow"}]}