10 lines
778 B
MCFunction
10 lines
778 B
MCFunction
scoreboard players reset @a skip
|
|
|
|
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 scoreboard players set skip buttons -2
|
|
execute if score init main matches 5 run function mq:quiz/correct
|