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/UpdateAdventureSettingsPacket.json

68 lines
2.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1983475801",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3268494104": {
"title": "struct UpdateAdventureSettingsPacketPayload",
"type": "object",
"properties": {
"Adventure Settings": {
"$ref": "#/definitions/2802412393",
"x-ordinal-index": 0
}
},
"required": [
"Adventure Settings"
]
},
"2802412393": {
"title": "struct AdventureSettings",
"type": "object",
"properties": {
"Auto Jump": {
"type": "boolean",
"x-ordinal-index": 4
},
"Immutable World": {
"type": "boolean",
"x-ordinal-index": 2
},
"Show Name Tags": {
"type": "boolean",
"x-ordinal-index": 3
},
"no MvP": {
"type": "boolean",
"x-ordinal-index": 1
},
"no PvM": {
"type": "boolean",
"x-ordinal-index": 0
}
},
"required": [
"Auto Jump",
"Immutable World",
"Show Name Tags",
"no MvP",
"no PvM"
]
}
},
"title": "UpdateAdventureSettingsPacket",
"description": "UpdateAdventureSettingsPacket",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3268494104",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 188,
"[cereal:packet_details]": "Sent by the server to update the state of AdventureSettings. Replaces the AdventureSettingsPacket for updating AdventureSettings from server to client."
}
}