How can you have a command automatically executed every 6 seconds in Minecraft?
Search for "Minecraft Redstone Clock" on YouTube and take a look around there.
I didn't find anything helpful.
Do you know how to do a 1 second timer?
You build the first one and there you simply add more amplifiers until a circuit takes 1-6 seconds
By the way, I also have a brain
I want to know HOW MANY amplifiers are 6 seconds
Try it. How do you know that by heart?
First of all you have to execute this command once
/ scoreboard objectives add timer dummy
You have to let the following commands execute every tick one after the other. The first command block is blue and the remaining two are green and all must always be active.
/ execute unless score #tick timer matches 120 run scoreboard players add #tick timer 1
/ execute if score #tick timer matches 120 run COMMAND
/ execute if score #tick timer matches 120 run scoreboard players reset #tick timer