{ "type": "minecraft:notice", "title": { "text": "정답 입력", "bold": true }, "body": [], "inputs": [ { "type": "minecraft:text", "key": "text", "label": { "text": "정답" }, "width": 300, "max_length": 64, "initial": "" } ], "can_close_with_escape": true, "pause": false, "after_action": "close", "action": { "label": { "text": "제출" }, "action": { "type": "minecraft:dynamic/run_command", "template": "function mq:answer/submit {text:'$(text)'}" } } }