16 lines
519 B
MCFunction
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
|