Minecraft 1.19.3

This commit is contained in:
LOOHP
2022-12-07 21:38:20 +00:00
parent c720a0fd67
commit 50fd145d77
13 changed files with 45343 additions and 28768 deletions
+45139 -28636
View File
File diff suppressed because it is too large Load Diff
+30 -30
View File
@@ -12,44 +12,44 @@
"PacketLoginOutPluginMessaging": "0x04"
},
"PlayIn": {
"0x12": "PacketPlayInKeepAlive",
"0x11": "PacketPlayInKeepAlive",
"0x04": "ServerboundChatCommandPacket",
"0x05": "PacketPlayInChat",
"0x15": "PacketPlayInPositionAndLook",
"0x14": "PacketPlayInPosition",
"0x16": "PacketPlayInRotation",
"0x0D": "PacketPlayInPluginMessaging",
"0x09": "PacketPlayInTabComplete",
"0x14": "PacketPlayInPositionAndLook",
"0x13": "PacketPlayInPosition",
"0x15": "PacketPlayInRotation",
"0x0C": "PacketPlayInPluginMessaging",
"0x08": "PacketPlayInTabComplete",
"0x28": "PacketPlayInHeldItemChange",
"0x24": "PacketPlayInResourcePackStatus"
},
"PlayOut": {
"PacketPlayOutLogin": "0x25",
"PacketPlayOutPositionAndLook": "0x39",
"PacketPlayOutSpawnPosition": "0x4D",
"ClientboundSystemChatPacket": "0x62",
"PacketPlayOutPlayerAbilities": "0x31",
"ClientboundLevelChunkWithLightPacket": "0x21",
"PacketPlayOutUnloadChunk": "0x1C",
"PacketPlayOutKeepAlive": "0x20",
"PacketPlayOutPlayerInfo": "0x37",
"PacketPlayOutUpdateViewPosition": "0x4B",
"PacketPlayOutDisconnect": "0x19",
"PacketPlayOutPluginMessaging": "0x16",
"PacketPlayOutTabComplete": "0x0E",
"PacketPlayOutDeclareCommands": "0x0F",
"PacketPlayOutLogin": "0x24",
"PacketPlayOutPositionAndLook": "0x38",
"PacketPlayOutSpawnPosition": "0x4C",
"ClientboundSystemChatPacket": "0x60",
"PacketPlayOutPlayerAbilities": "0x30",
"ClientboundLevelChunkWithLightPacket": "0x20",
"PacketPlayOutUnloadChunk": "0x1B",
"PacketPlayOutKeepAlive": "0x1F",
"PacketPlayOutPlayerInfo": "0x36",
"PacketPlayOutUpdateViewPosition": "0x4A",
"PacketPlayOutDisconnect": "0x17",
"PacketPlayOutPluginMessaging": "0x15",
"PacketPlayOutTabComplete": "0x0D",
"PacketPlayOutDeclareCommands": "0x0E",
"PacketPlayOutRespawn": "0x3E",
"PacketPlayOutGameState": "0x1D",
"PacketPlayOutEntityDestroy": "0x3B",
"PacketPlayOutEntityMetadata": "0x50",
"PacketPlayOutGameState": "0x1C",
"PacketPlayOutEntityDestroy": "0x3A",
"PacketPlayOutEntityMetadata": "0x4E",
"PacketPlayOutSpawnEntity": "0x00",
"PacketPlayOutHeldItemChange": "0x4A",
"PacketPlayOutPlayerListHeaderFooter": "0x63",
"PacketPlayOutResourcePackSend": "0x3D",
"ClientboundSetTitlesAnimationPacket": "0x5E",
"ClientboundSetTitleTextPacket": "0x5D",
"ClientboundSetSubtitleTextPacket": "0x5B",
"ClientboundClearTitlesPacket": "0x0D"
"PacketPlayOutHeldItemChange": "0x49",
"PacketPlayOutPlayerListHeaderFooter": "0x61",
"PacketPlayOutResourcePackSend": "0x3C",
"ClientboundSetTitlesAnimationPacket": "0x5C",
"ClientboundSetTitleTextPacket": "0x5B",
"ClientboundSetSubtitleTextPacket": "0x59",
"ClientboundClearTitlesPacket": "0x0C"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
+2 -2
View File
@@ -81,6 +81,6 @@ 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"}]}
#Whether to enforce the player allowlist. If true, loads and enforces the allowlist from 'allowlist.json'
#Whether to enforce the player whitelist. If true, enforces the whitelist from 'whitelist.json'
#in the same format as vanilla minecraft servers
enforce-allowlist=false
enforce-whitelist=false