Help with Scoreboards

Discussion in 'Plugin Development' started by isleepzzz, May 24, 2014.

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

    isleepzzz

    Hello everyone!
    This is my first time attempting to deal with Scoreboards.
    So I want each player to have their individual scoreboard to show some stats.
    How can I do this please?
    Some example code?:/
    Because all the tutorials and guides I've seen are for everyone to see the same scoreboard.
     
  2. Offline

    61352151511

    You need to set the players scoreboard when they join, have an onPlayerJoin event and do

    event.getPlayer().setScoreboard(board);
     
  3. Offline

    isleepzzz

    Updated the post, sorry.

    Bump, I need this badly please :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  4. Offline

    mythbusterma

    All you need to do is find a way to get a reference of every player you need, and then set their scoreboard.
     
Thread Status:
Not open for further replies.

Share This Page