I’m making a Kit PvP and I decide to add a scoreboard. A few minutes later, an admin joins and removes the scoreboard. I then kick the admin that removed the scoreboard and added the scoreboard back. The game said it added the scoreboard but nothing is on the right side of the screen.

How do I fix this?

enter image description here


Solution 1:

There are two things that can be causing this:

  1. You didn't run the command to make it show on the side:

    /scoreboard objectives setdisplay sidebar <objectiveName>
    
  2. There are no values on the scoreboard, making it hidden, even if the setdisplay command was ran:

    /scoreboard players set @p <objectiveName> 1
    

    to set your score to 1 and make it show.