#having trouble with scoreboard cooldown timer
1 messages · Page 1 of 1 (latest)
so if someone could go over a step by step guide on how to do this
- have a function tagged in
#minecraft:loadthat creates a scoreboard objective for your cooldown to use. - have a function tagged in
#minecraft:tickthat for all players with a score greater than 0. e.gas @a[scores={<objective>=1..}]removes 1 from said score. - set the cooldown value whenever your specific function is run, the value should be the number of ticks the cooldown should be.
- feel the dopamine of creating something that works.
lol
ok thank you
actually is there maybe a youtube tutorial you recommend?
so I can like see an example maybe
Upgrade you custom abilities by giving it a cooldown!
Join my channel to get access to these perks:
https://www.youtube.com/channel/UCX2Iju_HcbIyfx1MaHOuouw/join
RESOURCES
Default Resource Pack - http://adfoc.us/72460387992647
Default Datapack - http://adfoc.us/72460397299746
SPONSORED LINKS
---------------------------------------------------...
not the most up to date guide, but it should do the trick
the actual cooldown creation starts around the 2:00 mark