The scoreboard display below the player's name (in the 'belowname' slot) becomes invisible for the player who executes a specific command sequence, even though the score for 'belowname' objective has not been reset.
Steps to Reproduce:
Create two scoreboard objectives:
/scoreboard objectives add test01 dummy
/scoreboard objectives add test02 dummy
Set
test01to be displayed in the sidebar or list, andtest02in the 'belowname' slot:
/scoreboard objectives setdisplay sidebar test01
/scoreboard objectives setdisplay belowname test02
(Alternatively, use list instead of sidebar)
Set the scores for yourself (
@s) for both objectives:
/scoreboard players set @s test01 10
/scoreboard players set @s test02 20
Reset your own score for
test01(the objective displayed in sidebar/list):
/scoreboard players reset @s test01
Have another player check your 'belowname' score.
Expected Result:
Your 'belowname' should still display the score of 20.
Actual Result:
The score in the 'belowname' slot disappears/is not displayed only for the player who executed the reset command (i.e., your own belowname score is invisible to others).
Additional Information:
Setting the score for
test01again (Step 3), or clearing the 'belowname' display (/scoreboard objectives setdisplay belowname) and then settingtest02again (Step 2), makes the 'belowname' score reappear.The issue seems to be triggered specifically by resetting the score of an objective that is currently displayed in another slot (
sidebarorlist).I have checked it on Windows and iOS.
Comments 0
No comments.