이전퀴즈 데이터팩
This commit is contained in:
12
music_quiz/data/mq/function/commands/start.mcfunction
Normal file
12
music_quiz/data/mq/function/commands/start.mcfunction
Normal file
@@ -0,0 +1,12 @@
|
||||
execute if score init main matches 10 run return run function mq:tellraw {"text":"퀴즈가 완전히 종료된후 시작해주세요.","color":"red","msg":""}
|
||||
|
||||
setblock ~ ~ ~ minecraft:air
|
||||
|
||||
stopsound @a weather
|
||||
|
||||
$scoreboard players set max_index main $(max_index)
|
||||
scoreboard players set init main 1
|
||||
|
||||
# say 게임시작
|
||||
|
||||
dialog show @a mq:page1
|
||||
Reference in New Issue
Block a user