-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Community Consensus
-
Commands
-
Normal
-
Platform
The bug
If the objective currently in the sidebar has displayautoupdate enabled, then players with a team prefix will have their prefix displayed twice before their name in the sidebar.
How to reproduce
- /team add team
- /team modify team prefix "[Prefix] "
- /team join team
- /scoreboard objectives add score dummy
- /scoreboard objectives modify score displayautoupdate true
- /scoreboard objectives setdisplay sidebar score
- /scoreboard players set @s score 1
Observed result (sidebar)
[Prefix] [Prefix] <playername>
Expected result (sidebar)
[Prefix] <playername>