mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
Added a way to change PlayerList Header and Footer
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"PacketPlayOutEntityMetadata": "0x4D",
|
||||
"PacketPlayOutSpawnEntity": "0x00",
|
||||
"PacketPlayOutSpawnEntityLiving": "0x02",
|
||||
"PacketPlayOutHeldItemChange": "0x48"
|
||||
"PacketPlayOutHeldItemChange": "0x48",
|
||||
"PacketPlayOutPlayerListHeaderFooter": "0x5E"
|
||||
},
|
||||
"StatusIn": {
|
||||
"0x01": "PacketStatusInPing",
|
||||
|
||||
@@ -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"}]}
|
||||
Reference in New Issue
Block a user