#How do I make the Scoreboard Numbers to show 0 before a single digit? [Solved]
1 messages · Page 1 of 1 (latest)
So, you'd need to do different commands based on what their scoreboard value is
Use a scores target selector filter in the @a
titleraw @a[scores={m=..9,s=10..}] actionbar {"rawtext":[{"text":"0"},{"score":{"name":"*","objective":"m"}},{"text":":"},{"score":{"name":"*","objective":"s"}}]}
titleraw @a[scores={m=..9,s=..9}] actionbar {"rawtext":[{"text":"0"},{""score":{"name":"*","objective":"m"}},{"text":":0"},{"score":{"name":"*","objective":"s"}}]}
titleraw @a[scores={m=10..,s=..9}] actionbar {"rawtext":[{"score":{"name":"*","objective":"m"}},{"text":":0"},{"score":{"name":"*","objective":"s"}}]}
e
Thank you so much for the Commands
. Appreciate it 💖
It is working now.
How do I make the Scoreboard Numbers to show 0 before a single digit? [Solved]