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