{ "$id": "blockception.minecraft.behavior.dialogue.1.14.0", "type": "object", "title": "NPC Dialogue", "description": "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", "type": "object", "additionalProperties": false, "properties": { "scenes": { "title": "Scenes", "description": "UNDOCUMENTED", "type": "array", "minItems": 1, "items": { "title": "Scene", "description": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "buttons": { "title": "Buttons", "description": "UNDOCUMENTED", "type": "array", "maxItems": 6, "items": { "title": "Button", "description": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "name": { "title": "Name", "description": "UNDOCUMENTED", "$ref": "../../../general/rawtext/rawtext.json" }, "commands": { "type": "array", "description": "UNDOCUMENTED", "title": "Commands", "items": { "title": "Minecraft Command", "description": "UNDOCUMENTED", "type": "string", "pattern": "^/[a-z].*$" } } } } }, "npc_name": { "title": "NPC Name", "description": "UNDOCUMENTED", "$ref": "../../../general/rawtext/rawtext.json" }, "on_close_commands": { "type": "array", "description": "UNDOCUMENTED", "title": "On Close Commands", "items": { "title": "Minecraft Command", "description": "UNDOCUMENTED", "type": "string", "pattern": "^/[a-z].*$" } }, "scene_tag": { "title": "Scene tag", "description": "UNDOCUMENTED", "type": "string" }, "text": { "title": "Text", "description": "UNDOCUMENTED", "$ref": "../../../general/rawtext/rawtext.json" } } } } } } } }