Updating a score in a scoreboard

Discussion in 'Plugin Development' started by Blackwing_Forged, Apr 22, 2018.

Thread Status:
Not open for further replies.
  1. I have this runnable inside a method to set the scoreboard
    https://pastebin.com/v0uVCMUz
    and I want to update this line
    Score points = o.getScore("§cPoints: " + ChatColor.RED + getPoints());
    but everytime the point number changes it creates a whole new line in the scoreboard

    Points: 0 11
    Points: 1 11
    Points: 2 11
    etc

    whats the easiest way to update this line without it making more than 1 line
     
  2. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page