181: Countdown. A minigame concept mechanic. [Minecraft Map Making]
Ep181: Making things harder for players by having them press a button every 10 minutes or die.
Java Version: 1.19
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Commands used:
Setup:
IUN: scoreboard objectives add timer dummy
Countdown controller:
RUN: scoreboard players remove #countdown.current timer 1
CUA: execute if score #countdown.current timer matches ..0 run setblock ~ ~ ~-2 white_wool replace
CCA[Time runs out]: setblock x y z redstone_block replace
CUA: execute store result bossbar mybossbar value run scoreboard players get #countdown.current timer
CUA: title @a actionbar {"score":{"name":"#countdown.current","objective":"timer"},"color":"red"}
Start Game:
IUN: scoreboard players set #countdown.initial timer 100
CUA: scoreboard players operation #countdown.current timer = #countdown.initial timer
CUA[Power controller]: setblock x y z redstone_block replace
CUA: bossbar add mybossbar "Time Left!"
CUA: execute store result bossbar mybossbar max run scoreboard players get #countdown.initial timer
CUA: execute store result bossbar mybossbar value run scoreboard players get #countdown.initial timer
CUA: bossbar set mybossbar color red
CUA: bossbar set mybossbar players @a
CUA[Tp to game]: tp @a x y z
Time runs out[Auto reset power]:
IUN: say You Lose!
CUA: bossbar remove mybossbar
CUA[Tp to lobby]: tp @a x y z
Reset timer:
IUN: scoreboard players operation #countdown.current timer = #countdown.initial timer
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.