이전퀴즈 데이터팩
This commit is contained in:
12
music_quiz/data/mq/function/repeat/check_server.mcfunction
Normal file
12
music_quiz/data/mq/function/repeat/check_server.mcfunction
Normal file
@@ -0,0 +1,12 @@
|
||||
execute if score timer status matches 20.. \
|
||||
if score skript status matches 0 \
|
||||
if score yp status matches 0 \
|
||||
if score ts status matches 0 \
|
||||
run return run function mq:check/server
|
||||
|
||||
execute if score timer status matches 0.. run scoreboard players add timer status 1
|
||||
execute if score timer status matches 1..10 run scoreboard players set skript status 0
|
||||
execute if score timer status matches 1..10 run scoreboard players set yp status 0
|
||||
execute if score timer status matches 1..10 run scoreboard players set ts status 0
|
||||
|
||||
execute if score timer status matches 21.. run scoreboard players set timer status -1
|
||||
Reference in New Issue
Block a user