Polish resource pack support

This commit is contained in:
LOOHP
2021-11-22 01:16:20 +00:00
parent 7ce2c6b194
commit d86bcdb48d
9 changed files with 91 additions and 46 deletions
+4 -2
View File
@@ -19,7 +19,8 @@
"0x13": "PacketPlayInRotation",
"0x0A": "PacketPlayInPluginMessaging",
"0x06": "PacketPlayInTabComplete",
"0x25": "PacketPlayInHeldItemChange"
"0x25": "PacketPlayInHeldItemChange",
"0x21": "PacketPlayInResourcePackStatus"
},
"PlayOut": {
"PacketPlayOutLogin": "0x26",
@@ -43,7 +44,8 @@
"PacketPlayOutEntityMetadata": "0x4D",
"PacketPlayOutSpawnEntity": "0x00",
"PacketPlayOutSpawnEntityLiving": "0x02",
"PacketPlayOutHeldItemChange": "0x48"
"PacketPlayOutHeldItemChange": "0x48",
"PacketPlayOutResourcePackSend": "0x3C"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
+13 -1
View File
@@ -57,4 +57,16 @@ handshake-verbose=true
motd={"text":"","extra":[{"text":"Limbo Server!","color":"yellow"}]}
#Server list version as string
version=Limbo!
version=Limbo!
#Server resource pack url (May be left blank)
resource-pack=
#Server resource pack hash (May be left blank)
resource-pack-sha1=
#Whether to kick players if they do not accept the server resource pack
required-resource-pack=false
#JSON formatted text to show when prompting the player to install the resource pack (May be left blank)
resource-pack-prompt={"text":"","extra":[{"text":"Install server resource pack!","color":"yellow"}]}