Files
mc_datapack/music_quiz/data/mq/function/repeat/timer.mcfunction
tkrmagid-desktop f211b16224 수정
2026-05-23 17:40:05 +09:00

16 lines
573 B
MCFunction

execute if score timer main matches 1.. run scoreboard players add timer main 1
execute unless score init main matches 2 \
unless score init main matches 6 \
unless score init main matches 10 \
run scoreboard players set timer main 0
# start title timer
execute if score init main matches 2 run function mq:repeat/timers/init2 with storage mq:main audio
# next song timer
execute if score init main matches 6 run function mq:repeat/timers/init6
# endding timer
execute if score init main matches 10 run function mq:repeat/timers/init10 with storage mq:main audio