Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-64973

The values of entries in a scoreboard displayed on the sidebar slot are misplaced

XMLWordPrintable

    • Confirmed
    • Windows
    • 378944

      The bug

      The values of score holders in a scoreboard objective that is displayed on the sidebar slot are directly adjacent to the entry with the longest name, and the rest of the numbers follow suit. The way this is organized is ugly and doesn't make for a good display, especially with rapidly changing names/numbers.

      What I expected:

      The score holder's values to be represented on the far right, regardless of the length of the score holder, not unlike Java Edition.

      What happens:

      The score holder's values are directly adjacent to the entry with the longest name.

      To reproduce:

      • Create a scoreboard and set it to the sidebar:
        /scoreboard objectives add foo dummy "Long Display"
        /scoreboard objectives setdisplay sidebar foo
      • Set a value for a score holder with a short name:
        /scoreboard players set short foo 1

        Notice the value is directly adjacent to "short".

      • Set a value for a score holder with a longer name:
        /scoreboard players set "long name" foo 2

        Notice the value is directly adjacent to "long name" and the value for "short" has now moved to compensate.

        1. example2.png
          example2.png
          0.6 kB
        2. example1.png
          example1.png
          0.4 kB

            Sprunkles Sprunkles
            Votes:
            8 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: