Different Scoreboards Team Prefix

Discussion in 'Plugin Development' started by MrOAriO, Apr 26, 2014.

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

    MrOAriO

    How can i get to work multiple Scoreboards (For each Player one) that they have the same teams and can see the scoreboard team prefix ?

    Scoreboards are saved in hashmap.

    public static HashMap<String, Scoreboard> scoreboards = new HashMap<String, Scoreboard>();
     
  2. Offline

    killerman747

    MrOAriO
    Create multiple scoreboards with the same information, but changed to what you need for each player, then set the right scoreboard for each player.
    Code:java
    1. player.setScoreboard(YourScoreBoard);
     
    MrOAriO likes this.
Thread Status:
Not open for further replies.

Share This Page