Back to Browse

How to Make a Timer Using Command Blocks

54.6K views
Oct 30, 2021
8:21

A timer function you can use in your builds! This is an essential thing to know if you are making maps, data-packs, command block structures, or just playing around. Make sure you leave a like on the video if you enjoyed. If you have any ideas for other videos like this, let me know by sending a message in my discord server! โฌ‡โฌ‡๐—–๐—ข๐— ๐— ๐—”๐—ก๐——๐—ฆโฌ‡โฌ‡ โ–บ Run in chat: /give @s command_block /scoreboard objectives add timer dummy โ†“โ†“ (Optional to make the scoreboard visible) โ†“โ†“ /scoreboard objectives setdisplay sidebar timer โ–บ Repeating command blocks: โ†“โ†“ (Needs redstone) โ†“โ†“ scoreboard players add [your-ign] timer 1 โ†“โ†“ (Always active) โ†“โ†“ execute as @a[scores={timer=202}] run scoreboard players set @s timer 201 execute as @a[scores={timer=1}] run say You have 10 seconds execute as @a[scores={timer=200}] run say Times up! โ†“โ†“ (Use these if you want the title. Always active) โ†“โ†“ execute as @a[scores={timer=1}] run title @s subtitle {"text":"10 seconds!","italic":true,"color":"green"} execute as @a[scores={timer=1}] run title @s title {"text":"GO!","italic":true,"color":"green"} execute as @a[scores={timer=200}] run title @s subtitle {"text":"Time's up!","italic":true,"color":"red"} execute as @a[scores={timer=200}] run title @s title {"text":"STOP!","italic":true,"color":"red"} โ–บ Impulse Command block (Needs redstone): scoreboard players set @a timer 0 ๐—ช๐—ฎ๐˜๐—ฐ๐—ต ๐—บ๐—ฒ ๐—ผ๐—ป ๐˜๐˜„๐—ถ๐˜๐—ฐ๐—ต http://twitch.silentassassins.net ๐—๐—ผ๐—ถ๐—ป ๐—บ๐˜† ๐——๐—ถ๐˜€๐—ฐ๐—ผ๐—ฟ๐—ฑ if you have video suggestions, or if you want to stay up-to-date with my videos: http://discord.silentassassins.net To edit my videos, I use Openshot: https://www.openshot.org/ #commandblock #minecraftcommand

Download

1 formats

Video Formats

360pmp424.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to Make a Timer Using Command Blocks | NatokHD