1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/json/SetCommandsEnabledPacket.json

35 lines
1.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3558097506",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2960270791": {
"title": "SetCommandsEnabledPacketPayload",
"type": "object",
"properties": {
"Commands Enabled": {
"type": "boolean",
"x-ordinal-index": 0
}
},
"required": [
"Commands Enabled"
]
}
},
"title": "SetCommandsEnabledPacket",
"description": "This is used by the world settings screen, cheats, EDU builds for teachers, and various other places to enable cheats/commands",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2960270791",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 59,
"[cereal:packet_details]": "see SimpleEventPacket"
}
}