Skip to content

Instantly share code, notes, and snippets.

@JackNoordhuis
Last active April 26, 2017 07:41
Show Gist options
  • Save JackNoordhuis/d05079a86b479888262b870d6e01207d to your computer and use it in GitHub Desktop.
Save JackNoordhuis/d05079a86b479888262b870d6e01207d to your computer and use it in GitHub Desktop.
Extropy packet definitions
{
"Login": {
"protocols": {
"107": {
"pid": "0x01",
"canBatch": false,
"canSendBeforeLogin": true,
"minecraft-versions": [
"1.0.7.0"
],
"encode": {
},
"decode": [
{
"data": "protocol",
"type": "byte"
},
{
"data": "gameEdition",
"type": "byte"
},
{
"data": "chainData",
"type": "loginChain"
},
{
"data": "clientData",
"type": "loginToken"
}
]
}
}
},
"PlayStatus": {
"protocols": {
"107": {
"pid": "0x02",
"canBatch": false,
"canSendBeforeLogin": true,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "status",
"type": "int"
}
],
"decode": {
}
}
}
},
"ServerToClientHandshake": {
"protocols": {
"107": {
"pid": "0x03",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ClientToServerHandshake": {
"protocols": {
"107": {
"pid": "0x04",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Disconnect": {
"protocols": {
"107": {
"pid": "0x05",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Batch": {
"protocols": {
"107": {
"pid": "0x06",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "payload",
"type": "string"
}
],
"decode": [
{
"data": "payload",
"type": "string"
}
]
}
}
},
"ResourcePacksInfo": {
"protocols": {
"107": {
"pid": "0x07",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ResourcePackStack": {
"protocols": {
"107": {
"pid": "0x08",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ResourcePackClientResponse": {
"protocols": {
"107": {
"pid": "0x09",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Text": {
"protocols": {
"107": {
"pid": "0x0a",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetTime": {
"protocols": {
"107": {
"pid": "0x0b",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"StartGame": {
"protocols": {
"107": {
"pid": "0x0c",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AddPlayer": {
"protocols": {
"107": {
"pid": "0x0d",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "uuid",
"type": "uuid"
},
{
"data": "username",
"type": "string"
},
{
"data": "eid",
"type": "entityUniqueId"
},
{
"data": "eid",
"type": "entityRuntimeId"
},
{
"data": "pos",
"type": "vector3f"
},
{
"data": "speed",
"type": "vector3f"
},
{
"data": "pitch",
"type": "lFloat"
},
{
"data": "yaw",
"type": "lFloat"
},
{
"data": "item",
"type": "slot"
},
{
"data": "metadata",
"type": "entityMetadata"
}
],
"decode": [
]
}
}
},
"AddEntity": {
"protocols": {
"107": {
"pid": "0x0e",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "eid",
"type": "entityUniqueId"
},
{
"data": "eid",
"type": "entityRuntimeId"
},
{
"data": "type",
"type": "unsignedVarInt"
},
{
"data": "pos",
"type": "vector3f"
},
{
"data": "speed",
"type": "vector3f"
},
{
"data": "pitch",
"type": "lFloat"
},
{
"data": "attributes",
"type": "unsignedVarIntCount"
},
{
"data": "attributes",
"type": "attributesList"
},
{
"data": "metadata",
"type": "entityMetadata"
},
{
"data": "links",
"type": "unsignedVarIntCount"
},
{
"data": "links",
"type": "linksList"
}
],
"decode": {
}
}
}
},
"RemoveEntity": {
"protocols": {
"107": {
"pid": "0x0f",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AddItemEntity": {
"protocols": {
"107": {
"pid": "0x10",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "eid",
"type": "entityUniqueId"
},
{
"data": "eid",
"type": "entityRuntimeId"
},
{
"data": "slot",
"type": "slot"
},
{
"data": "pos",
"type": "vector3f"
},
{
"data": "speed",
"type": "vector3f"
}
],
"decode": [
]
}
}
},
"AddHangingEntity": {
"protocols": {
"107": {
"pid": "0x11",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "uniqueId",
"type": "entityUniqueId"
},
{
"data": "runtimeId",
"type": "entityRuntimeId"
},
{
"data": "pos",
"type": "blockPos"
},
{
"data": "unknown",
"type": "varInt"
}
],
"decode": [
]
}
}
},
"TakeItemEntity": {
"protocols": {
"107": {
"pid": "0x12",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MoveEntity": {
"protocols": {
"107": {
"pid": "0x13",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MovePlayer": {
"protocols": {
"107": {
"pid": "0x14",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"RiderJump": {
"protocols": {
"107": {
"pid": "0x15",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"RemoveBlock": {
"protocols": {
"107": {
"pid": "0x16",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"UpdateBlock": {
"protocols": {
"107": {
"pid": "0x17",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AddPainting": {
"protocols": {
"107": {
"pid": "0x18",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "eid",
"type": "entityUniqueId"
},
{
"data": "eid",
"type": "entityRuntimeId"
},
{
"data": "pos",
"type": "blockPos"
},
{
"data": "direction",
"type": "varInt"
},
{
"data": "tile",
"type": "string"
}
],
"decode": [
]
}
}
},
"Explode": {
"protocols": {
"107": {
"pid": "0x19",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"LevelSoundEvent": {
"protocols": {
"107": {
"pid": "0x1a",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"LevelEvent": {
"protocols": {
"107": {
"pid": "0x1b",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"BlockEvent": {
"protocols": {
"107": {
"pid": "0x1c",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "pos",
"type": "blockPos"
},
{
"data": "case1",
"type": "varInt"
},
{
"data": "case2",
"type": "varInt"
}
],
"decode": [
]
}
}
},
"EntityEvent": {
"protocols": {
"107": {
"pid": "0x1d",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MobEffect": {
"protocols": {
"107": {
"pid": "0x1e",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"UpdateAttributes": {
"protocols": {
"107": {
"pid": "0x1f",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MobEquipment": {
"protocols": {
"107": {
"pid": "0x20",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MobArmorEquipment": {
"protocols": {
"107": {
"pid": "0x21",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Interact": {
"protocols": {
"107": {
"pid": "0x22",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"BlockPickRequest": {
"protocols": {
"107": {
"pid": "0x23",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"UseItem": {
"protocols": {
"107": {
"pid": "0x24",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"PlayerAction": {
"protocols": {
"107": {
"pid": "0x25",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"PlayerFall": {
"protocols": {
"107": {
"pid": "0x26",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"HurtArmor": {
"protocols": {
"107": {
"pid": "0x27",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetEntityData": {
"protocols": {
"107": {
"pid": "0x28",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetEntityMotion": {
"protocols": {
"107": {
"pid": "0x29",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetEntityLink": {
"protocols": {
"107": {
"pid": "0x2a",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetHealth": {
"protocols": {
"107": {
"pid": "0x2b",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetSpawnPosition": {
"protocols": {
"107": {
"pid": "0x2c",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Animate": {
"protocols": {
"107": {
"pid": "0x2d",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "action",
"type": "varInt"
},
{
"data": "eid",
"type": "entityRuntimeId"
}
],
"decode": [
]
}
}
},
"Respawn": {
"protocols": {
"107": {
"pid": "0x2e",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"DropItem": {
"protocols": {
"107": {
"pid": "0x2f",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"InventoryAction": {
"protocols": {
"107": {
"pid": "0x30",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ContainerOpen": {
"protocols": {
"107": {
"pid": "0x31",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ContainerClose": {
"protocols": {
"107": {
"pid": "0x32",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ContainerSetSlot": {
"protocols": {
"107": {
"pid": "0x33",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ContainerSetData": {
"protocols": {
"107": {
"pid": "0x34",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ContainerSetContent": {
"protocols": {
"107": {
"pid": "0x35",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"CraftingData": {
"protocols": {
"107": {
"pid": "0x36",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"CraftingEvent": {
"protocols": {
"107": {
"pid": "0x37",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AdventureSettings": {
"protocols": {
"107": {
"pid": "0x38",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "flags",
"type": "unsignedVarInt"
},
{
"data": "userPermission",
"type": "unsignedVarInt"
}
],
"decode": [
{
"data": "flags",
"type": "unsignedVarInt"
},
{
"data": "userPermission",
"type": "unsignedVarInt"
}
]
}
}
},
"BlockEntityData": {
"protocols": {
"107": {
"pid": "0x39",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "pos",
"type": "blockPos"
},
{
"data": "namedtag",
"type": "put"
}
],
"decode": [
{
"data": "pos",
"type": "blockPos"
},
{
"data": "namedtag",
"type": "get",
"arguments": [
true
]
}
]
}
}
},
"PlayerInput": {
"protocols": {
"107": {
"pid": "0x3a",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"FullChunkData": {
"protocols": {
"107": {
"pid": "0x3b",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetCommandsEnabled": {
"protocols": {
"107": {
"pid": "0x3c",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetDifficulty": {
"protocols": {
"107": {
"pid": "0x3d",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ChangeDimension": {
"protocols": {
"107": {
"pid": "0x3e",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetPlayerGameType": {
"protocols": {
"107": {
"pid": "0x3f",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"PlayerList": {
"protocols": {
"107": {
"pid": "0x40",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Event": {
"protocols": {
"107": {
"pid": "0x41",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SpawnExperienceOrb": {
"protocols": {
"107": {
"pid": "0x42",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ClientBoundMapItemData": {
"protocols": {
"107": {
"pid": "0x43",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"MapInfoRequest": {
"protocols": {
"107": {
"pid": "0x44",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"RequestChunkRadius": {
"protocols": {
"107": {
"pid": "0x45",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ChunkRadiusUpdated": {
"protocols": {
"107": {
"pid": "0x46",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ItemFrameDropItem": {
"protocols": {
"107": {
"pid": "0x47",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ReplaceItemInSlot": {
"protocols": {
"107": {
"pid": "0x48",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"GameRulesChanged": {
"protocols": {
"107": {
"pid": "0x49",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Camera": {
"protocols": {
"107": {
"pid": "0x4a",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AddItem": {
"protocols": {
"107": {
"pid": "0x4b",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "slot",
"type": "slot"
}
],
"decode": [
]
}
}
},
"BossEvent": {
"protocols": {
"107": {
"pid": "0x4c",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ShowCredits": {
"protocols": {
"107": {
"pid": "0x4d",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"AvailableCommands": {
"protocols": {
"107": {
"pid": "0x4e",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
{
"data": "commands",
"type": "string"
},
{
"data": "unknown",
"type": "string"
}
],
"decode": [
]
}
}
},
"CommandStep": {
"protocols": {
"107": {
"pid": "0x4f",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"CommandBlockUpdate": {
"protocols": {
"107": {
"pid": "0x50",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"UpdateTrade": {
"protocols": {
"107": {
"pid": "0x51",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ResourcePackDataInfo": {
"protocols": {
"107": {
"pid": "0x52",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ResourcePackChunkData": {
"protocols": {
"107": {
"pid": "0x53",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"ResourcePackChunkRequest": {
"protocols": {
"107": {
"pid": "0x54",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"Transfer": {
"protocols": {
"107": {
"pid": "0x55",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"PlaySound": {
"protocols": {
"107": {
"pid": "0x56",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"StopSound": {
"protocols": {
"107": {
"pid": "0x57",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
},
"SetTitle": {
"protocols": {
"107": {
"pid": "0x58",
"canBatch": false,
"canSendBeforeLogin": false,
"minecraft-versions": [
"1.0.7.0"
],
"encode": [
],
"decode": [
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment