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

35 lines
1.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3481231424",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1453664039": {
"title": "RemoveObjectivePacketPayload",
"type": "object",
"properties": {
"Objective Name": {
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Objective Name"
]
}
},
"title": "RemoveObjectivePacket",
"description": "Using the scoreboard command, users can remove objectives that are tracked on the scoreboard.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1453664039",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 106,
"[cereal:packet_details]": "This is just the name of the objective."
}
}