#need help with chain command blocks
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1737322164:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
the first command block in the line is a repeating one, with this command:
execute store result bossbar minecraft:1 value run scoreboard players add dummy tempo 1
the other is a chain command block with this command:
execute if score dummy tempo matches 12000 run function "function"
What is the dummy's tempo score, currently?
hi again
the function reset the score/value of the bossbar and the dummy
so both is 0
it's really 0
Are the command blocks both facing the same direction, with the repeat pointing into the chain?
Alright. Well the dummy's tempo score shouldn't be 0, it should be some other number between 0 and 12000
You're sure the bossbar is minecraft:1?
That doesn't really confirm it
how do i see all available bossbars?
Don't think you can see their IDs, but you can confirm it has that ID by seeing if you can autofill it when using a bossbar modify command
it's minecraft:1
Is the Repeating command block set to not need redstone?
The issue is not with the chain command block at all here, it's that the score is not being increased at all
So you have to troubleshoot and figure out why. That's why we're checking all these things
the reapeting one
It's set to "Needs Redstone"
That means it won't run unless it is receiving redstone power...
i made a function that places a redstone block in that position
I don't see one there right now
i turned off