What is the command to make a command block emit a redstone signal after 20 mins [duplicate]
How can I make a command block emit a redstone signal after 20 mins. I want it to emit a redstone signal after 20 mins to power another command block that will have /tp to send all players to a certain area. It will also need some thing that resets it to 20 mins
Best Answer
You will actually need to build a redstone timer that takes 20 minutes to output a signal. There was a recommendation for a /wait command, however, it was not implemented. There are plenty of delay timer designs you can look in to though. I have also included a link to the official commands list.
Recommendation for /wait: http://www.minecraftforum.net/topic/1962496-wait-command-command-block-only-cut-down-curcuits/
The full list of commands is available here: http://minecraft.gamepedia.com/Commands
Pictures about "What is the command to make a command block emit a redstone signal after 20 mins [duplicate]"
![What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Crop hacker silhouette typing on computer keyboard while hacking system What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Crop hacker silhouette typing on computer keyboard while hacking system](/assets/images/what_is_the_command_to_make_a_command_block_emit_a_redstone_signal_after_20_mins_duplicate_1.jpeg)
![What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Side view of young woman in hoodie sitting on floor near sofa and playing with obedient brown Labrador while resting during free time What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Side view of young woman in hoodie sitting on floor near sofa and playing with obedient brown Labrador while resting during free time](/assets/images/what_is_the_command_to_make_a_command_block_emit_a_redstone_signal_after_20_mins_duplicate_2.jpeg)
![What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Full body optimistic young female with curly hair smiling and teaching Beagle dog beg command on sunny summer day in countryside What is the command to make a command block emit a redstone signal after 20 mins [duplicate] - Full body optimistic young female with curly hair smiling and teaching Beagle dog beg command on sunny summer day in countryside](/assets/images/what_is_the_command_to_make_a_command_block_emit_a_redstone_signal_after_20_mins_duplicate_3.jpeg)
How do you get a command block to emit a Redstone signal?
To get a repeating command block, players must use the /give command like so: /give @p minecraft:repeating_command_block <amount> . Players can also change a normal command block into a repeating command block by selecting the option in the command block GUI.How do you make a command block repeat every 30 seconds?
How to Enter the CommandHow do you make a command block Redstone Repeater?
A repeat command block executes its command once every one game tick (or more\u200c [BEonly]) until no longer activated.Redstone Lesson 1: Placing/Removing Blocks with Command Blocks
More answers regarding what is the command to make a command block emit a redstone signal after 20 mins [duplicate]
Answer 2
The easiest way to accomplish this is to have a command block summon an Item entity with an age of minus 15 minutes on top of a pressure plate on a block on which a redstone torch is attached to.
The item will despawn in 20 minutes, depowering the block and turning the redstone torch on.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Ivan Babydov, Anete Lusina, Ivan Babydov, Blue Bird
