Hi, I want to create a scoreboard below_name, and it works for me, but it automaticly puts 0 before the string. How can I edit this 0 to any number I want? Code: Code (Text): test = b.registerNewObjective("lives", "dummy"); test.setDisplaySlot(DisplaySlot.BELOW_NAME); test.setDisplayName("Level"); test.getScore(Bukkit.getOfflinePlayer("Level")).setScore(5); test.getScore("Level").setScore(5);
Hmm, I dont work with scoreboards, but I think it has something todo with the getOfflinePlayer() part