When a score that is displayed on the side bar changes, it is not reflected on the side bar.
Steps to reproduce:
Create a new world with commandblockoutput set to false (as this updates the UI with chat)
Do this command: /scoreboard objectives add test dummy
And this one as well:/scoreboard objectives setdisplay sidebar test
get a command block and set it up to repeat its self with this command:
/scoreboard player add @a test 1
Notice how when you touch a different item on the hot bar, the number suddenly jumps to the current score value.
Expected Results
The displayed value would update every time it changes (like how the coordinates update every time they change)
Linked issues
is duplicated by 3
Attachments
Comments 6
to fix do give @a barrier in repeat always active and clear @a barrier 0 1 in a repeat always active to force ui to update constantly
Let me explain: this isn't a bug with the sidebars, they're updating properly. The only problem is that the /scoreboard players add is acting like /scoreboard players set. When they fix the "add" tag, we'll be able to do things.
Scores update as expected (adding the value specified) when /scoreboard players add is called. This is only outdated UI as when you update the UI, the scores are refreshed on the screen with the correct values.
Please provide the requested information(screen shots) on the ticket about /scoreboard players add not working so we can better test that issue.
MCPE-36943
Video (sped up for file size) attached.