Files
minecraft-bedrock-json-schemas/source/behavior/dialogue/1.14.0/dialogue.json
2021-07-01 16:37:41 +02:00

108 lines
3.8 KiB
JSON

{
"$id": "blockception.minecraft.behavior.dialogue.1.14.0",
"type": "object",
"title": "NPC Dialogue",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["format_version", "minecraft:npc_dialogue"],
"properties": {
"format_version": {
"const": "1.14.0",
"description": "Specifies the version of the game this entity was made in. Minimum supported version is 1.14.0. Current supported version is 1.14.0.",
"title": "Format Version"
},
"minecraft:npc_dialogue": {
"title": "NPC Dialogue",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"scenes": {
"title": "Scenes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"minItems": 1,
"items": {
"title": "Scene",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"buttons": {
"title": "Buttons",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"maxItems": 6,
"items": {
"title": "Button",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"title": "Name",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/rawtext/rawtext.json"
},
"commands": {
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Commands",
"items": {
"title": "Minecraft Command",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string",
"pattern": "^/[a-z].*$"
}
}
}
}
},
"npc_name": {
"title": "NPC Name",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/rawtext/rawtext.json"
},
"on_close_commands": {
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "On Close Commands",
"items": {
"title": "Minecraft Command",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string",
"pattern": "^/[a-z].*$"
}
},
"scene_tag": {
"title": "Scene tag",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string"
},
"text": {
"title": "Text",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/rawtext/rawtext.json"
}
}
}
}
}
}
}
}