Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
141bc5eaa5 |
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:simple_input_form",
|
"type": "minecraft:notice",
|
||||||
"title": {
|
"title": {
|
||||||
"text": "정답 입력",
|
"text": "정답 입력",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
|
"body": [],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:text",
|
"type": "minecraft:text",
|
||||||
@@ -19,8 +20,13 @@
|
|||||||
"can_close_with_escape": true,
|
"can_close_with_escape": true,
|
||||||
"pause": false,
|
"pause": false,
|
||||||
"after_action": "close",
|
"after_action": "close",
|
||||||
|
"action": {
|
||||||
|
"label": {
|
||||||
|
"text": "제출"
|
||||||
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"type": "minecraft:dynamic/run_command",
|
"type": "minecraft:dynamic/run_command",
|
||||||
"template": "function mq:answer/submit {text:'$(text)'}"
|
"template": "function mq:answer/submit {text:'$(text)'}"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user