How to make a Cooldown System using Commands in Minecraft Bedrock

Add a cooldown for every ability you have, so that it won't be as OP as it was. With a cooldown system, winning against other players will depend on your strategy to use the abilities, activating all abilities at once is not a good option, since you will have nothing left after, because all of your abilities will be on cooldown. Join this channel to get access to perks:    / @gameovergamingphil   If you want to download the world file of this video, click the link below:   / discord   Early access to my Upcoming Videos Early access to new Structure Files and Worlds. Loyalty badges next to your name in comments and live chat. Custom emoji to use in comments and live chat. Member shout-outs RECOMMENDATION: Eagle Artillery | Minecraft Bedrock Command    • Eagle Artillery | Minecraft Bedrock Command   Ravenous Hydra | Minecraft Bedrock Command    • Ravenous Hydra | Minecraft Bedrock Command   Inferno Tower for Minecraft Bedrock    • Inferno Tower for Minecraft Bedrock   COMMANDS: /scoreboard objectives add skill_cd dummy /give @s nether_star 1 50 COMMAND BLOCKS: 1st - titleraw @a[hasitem={item=nether_star,data=50,location=slot.weapon.mainhand}] actionbar {"rawtext":[{"text":"Cooldown: "},{"score":{"name":"*","objective":"skill_cd"}}]} 2nd - execute as @a unless entity @s[scores={skill_cd=0..}] run scoreboard players set @s skill_cd 0 3rd - execute as @a[hasitem={item=nether_star,data=50,location=slot.weapon.mainhand},scores={skill_cd=0}] at @s unless entity @s[y=~1.5,dy=0] run scoreboard players set @s skill_cd 11 4th - execute as @a[scores={skill_cd=11}] at @s run playsound wind_charge.burst @a[r=30] 5th - execute as @a[scores={skill_cd=11}] at @s run particle minecraft:smash_ground_particle 6th - execute as @a[scores={skill_cd=11}] at @s as @e[r=5] at @s unless entity @s[scores={skill_cd=11}] run damage @s 50 7th - scoreboard players set @a[scores={skill_cd=11}] skill_cd 10 8th - scoreboard players add @e[scores={skill_cd=1..}] skill_cd -1 #minecraft #GameOver23 #MinecraftPE #MinecraftBE