#Scoreboard problems

1 messages · Page 1 of 1 (latest)

polar folio
#

I've been trying to get a scoreboard to display for a while now, I've created a team, added a player to it, and tried to display something in the scoreboard, though nothing seems to appear, here is what I am doing

Scoreboard scoreboard = ...
Team team = ...
player.setScoreboard(scoreboard);
team.addEntry(player.getName());

scoreboard.registerNewObjective("scoreboard-objective", Criteria.DUMMY, "My text!").setDisplaySlot(DisplaySlot.SIDEBAR)
#

Omitted scoreboard/team getting because I am sure that is working fine

glad sinew
#

You never set a score on the Objective