Files
mc_datapack/music_quiz/data/mq/function/repeat/timer.mcfunction
tkrmagid-desktop 8fc4f164ae 수정
2026-05-19 02:38:07 +09:00

16 lines
519 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
# 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