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)