mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 11:15:17 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2520262741",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"869477304": {
|
|
"title": "ScriptMessagePacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Message Id": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Message Value": {
|
|
"type": "string",
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Message Id",
|
|
"Message Value"
|
|
]
|
|
}
|
|
},
|
|
"title": "ScriptMessagePacket",
|
|
"description": "Used to send custom messages between client and server.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/869477304",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 177,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |