적용 가능 minecraft 버전 :: 1.12.2
기능 & 설명 ::스톱워치
출처 설명 또는 링크 :: https://www.youtube.com/watch?v=B0EPUn8H4_I
<!--StartFragment-->/scoreboard objectives add 1 dummy
/scoreboard objectives add s dummy
/scoreboard objectives add m dummy
/scoreboard objectives add h dummy
/gamerule commandBlockOutput false
/scoreboard players set @a m 0
/scoreboard players set @a h 0
/scoreboard players set @a s 0
<!--[if !supportEmptyParas]--> <!--[endif]-->
반복 항상 활성화 execute @a ~ ~ ~ /title @a actionbar ["",{"score":{"name":"@s","objective":"h"},"color":"yellow"},{"text":"시간","color":"black"},{"text":" "},{"score":{"name":"@s","objective":"m"},"color":"yellow"},{"text":"분","color":"black"},{"text":" ","color":"yellow"},{"score":{"name":"@s","objective":"s"},"color":"yellow"},{"text":"초","color":"black"}]
<!--[if !supportEmptyParas]--> <!--[endif]-->
반복 scoreboard players add @a 1 1
연쇄 조건 testfor @a[score_1_min=20]
연쇄 조건 scoreboard players set @a 1 0
연쇄 조건 scoreboard players add @a s 1
<!--[if !supportEmptyParas]--> <!--[endif]-->
반복 testfor @a[score_s_min=60]
연쇄 조건 scoreboard players set @a s 0
연쇄 조건 scoreboard players add @a m 1
<!--[if !supportEmptyParas]--> <!--[endif]-->
반복 testfor @a[score_m_min=60]
연쇄 조건 scoreboard players set @a m 0
연쇄 조건 scoreboard players add @a h 1