10 lines
822 B
MCFunction
10 lines
822 B
MCFunction
scoreboard players reset @a replay
|
|
|
|
execute if score init main matches 0 run return run function mq:tellraw {"text":"아직 퀴즈가 시작되지 않았습니다.","color":"red",msg:'""'}
|
|
execute if score init main matches 1..4 run return run function mq:tellraw {"text":"아직 노래가 재생되지 않았습니다.","color":"red",msg:'""'}
|
|
execute if score init main matches 6.. run return run function mq:tellraw {"text":"아직 다음노래가 재생되지 않았습니다.","color":"red",msg:'""'}
|
|
execute if score init main matches 10 run return run function mq:tellraw {"text":"퀴즈가 종료되었습니다.","color":"red",msg:'""'}
|
|
|
|
execute if score init main matches 5 run stopsound @a weather
|
|
execute if score init main matches 5 run function mq:quiz/macro/command_block with storage mq:main command_block
|