1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 12:25:14 +00:00
Files
bedrock-protocol-docs/json/ShowProfilePacket.json

35 lines
1019 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3696891821",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2775750776": {
"title": "ShowProfilePacketPayload",
"type": "object",
"properties": {
"Player XUID": {
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Player XUID"
]
}
},
"title": "ShowProfilePacket",
"description": "Show Profile",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2775750776",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 104,
"[cereal:packet_details]": "The only use in vanilla is a test command called ProfileCommand. It makes the user's xbox profile popup."
}
}