top of page

今回はストップウォッチを作ってみました。

※一人用です。ごめんなさい

金ブロックを踏む→スタート

エメラルドブロックを踏む→リセット

という感じになってます。

​次に、下の画像のようにコマンドブロックを設置してください。

できたら、コマンドを打っていきます。

下の文字からコピペ用です。(右からのコマンド)

/execute as @a run titleraw @s actionbar {"rawtext":[{"score":{"name":"hun","objective":"timer"}},{"text":"分"},{"score":{"name":"byou","objective":"timer2"}},{"text":"秒"}]}

↓リセットコマンド↓

/execute as @a at @r if block ~ ~-1 ~ emerald_block

/setblock 6 1 2 air

titleraw @a title {"rawtext":[{"score":{"name":"hun","objective":"timer"}},{"text":"分"},{"score":{"name":"byou","objective":"timer2"}},{"text":"秒"}]}

scoreboard players set hun timer 0

scoreboard players set byou timer2 0

/execute as @a at @r if block ~ ~-1 ~ gold_block

/setblock 6 1 2 redstone_block

↓本体コマンド↓

/scoreboard players add byou timer2 1

/execute if score byou timer2 matches 60

/scoreboard players set byou timer2 0

/scoreboard players add hun timer 1

image.png
bottom of page