이전퀴즈 데이터팩
This commit is contained in:
9
music_quiz/data/mq/function/commands/replay.mcfunction
Normal file
9
music_quiz/data/mq/function/commands/replay.mcfunction
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user