46 lines
849 B
JSON
46 lines
849 B
JSON
{
|
|
"type": "minecraft:confirmation",
|
|
"title": {
|
|
"text": "음악퀴즈",
|
|
"bold": true
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "minecraft:plain_message",
|
|
"contents": {
|
|
"text": "음악퀴즈 설명",
|
|
"bold": true
|
|
}
|
|
},
|
|
{
|
|
"type": "minecraft:plain_message",
|
|
"contents": {
|
|
"text": "\n재미있게 즐겨주세요."
|
|
}
|
|
}
|
|
],
|
|
"inputs": [],
|
|
"can_close_with_escape": true,
|
|
"pause": false,
|
|
"after_action": "close",
|
|
"yes": {
|
|
"label": {
|
|
"text": "<- 이전 페이지",
|
|
"type": "text"
|
|
},
|
|
"action": {
|
|
"type": "minecraft:show_dialog",
|
|
"dialog": "mq:page2"
|
|
}
|
|
},
|
|
"no": {
|
|
"label": {
|
|
"text": "준비완료",
|
|
"bold": true
|
|
},
|
|
"action": {
|
|
"type": "minecraft:run_command",
|
|
"command": "trigger ready"
|
|
}
|
|
}
|
|
} |