scoreboard api

Discussion in 'Plugin Development' started by NoLiver92, Apr 11, 2013.

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

    NoLiver92

    i am trying to use this: scoreboard api

    but im not sure how to use it so that for each player i can show information to them aka kills death, gm mode etc. but this information is different for every user.

    i am using separate classes for each event and the main class.

    can someone help me do this?
     
  2. Offline

    chasechocolate

    Create a HashMap<String, Scoreboard> and create a new scoreboard for each player and save it in the HashMap.
     
Thread Status:
Not open for further replies.

Share This Page