See title
Comments 2
1. Add a dummy objective
/scoreboard objectives add Test dummy2. Set score for player to 0 (another bug with this)
/scoreboard players set @p Test 03. Set objective display sidebar
/scoreboard objectives setdisplay sidebar Test4. Add CommandStats to you
/stats entity @p set SuccessCount @p Test5. Perform a random command
/say HiShould change to 1 (if it hadn't already because of step 4)
6. Set score back to 0
/scoreboard players set @p Test 07. Die
8. Perform a random command again
/say Hi
Steps to reproduce?