- pack_format 69 → 75 (MC 26.1.2) - 사문화된 # say / # stopsound 디버그 주석 7곳 제거 - btn.mcfunction: 매 틱 모든 버튼마다 평가되던 디버그 매크로 라인 제거 - 데이터팩 분석·사용법·좌표 의존성을 README.md 에 정리 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11 lines
325 B
MCFunction
11 lines
325 B
MCFunction
execute if score init main matches 10 run return run function mq:tellraw {"text":"퀴즈가 완전히 종료된후 시작해주세요.","color":"red","msg":""}
|
|
|
|
setblock ~ ~ ~ minecraft:air
|
|
|
|
stopsound @a weather
|
|
|
|
$scoreboard players set max_index main $(max_index)
|
|
scoreboard players set init main 1
|
|
|
|
dialog show @a mq:page1
|