forked from BLOCKFANTASY/LOOHP-Limbo
Polish resource pack support
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"}]}
|
||||
Reference in New Issue
Block a user