Plugin Help Scoreboard Annoys :)

Discussion in 'Plugin Help/Development/Requests' started by derfabifabi, Jun 9, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    derfabifabi

    So i want a Scoreboard with some Scores called f.E.
    Score score =obj.getScore(Bukkit.getOfflinePlayer( "blabla : " +getSomeValueHere() );
    score.setScore(4) ; - So literally the important Value of the Score is the Scores name, not the Scores score.
    Then i want to overwrite score. So the score(4) keeps but the Scores name ("blabla: getSomeValue()") CAN change. In my Plugin it will change every 2 seconds so it is in a runnable. It would also be good that the score
    gets overwrited, not that you can see it getting removed and setted new.

    I hope you unterstand my problem and i hope you can help me.
    Thanks :D
     
Thread Status:
Not open for further replies.

Share This Page