We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

42

/scoreboard objectives setdisplay sidebar <player name> <objective>

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    This has been bugging me, I wish I could just display a scoreboard to myself and not the whole server. Also for teams Instead of binding it to a color why not the team name.

    Just use selectors for displaying the scoreboard:

    scoreboard objectives setdisplay sidebar @a[team=<teamName>] <objective>
    scoreboard objectives setdisplay sidebar @s <objective>

    My suggested format is similar to how we would add/remove a score from a player.

  • 1
    Registered User commented
    Comment actions Permalink

    That's a neat idea! I hope they'll add this feature in the nearest future (like in 1.22, please, Mojang, see this suggestion). Because now, since the scoreboard was separated into /tag and /team commands, it's truly pointless to limit displaying sidebars to teams only instead of using selectors, like @a[team=<team_id>]. Expand the boundaries of map/server making for those, who cannot code mods/plugins.