Help TabAPI

Discussion in 'Plugin Development' started by Speaw, Oct 6, 2013.

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

    Speaw

    i have a point hashmap,its shows player in an arena and their scores there is max 14 players,I want to placement it,best to worst(scores) automaticly,but i cant find it anywhere
    Thanks for your helps.

    My Hashmap is this:

    public transient static HashMap<Player, Integer> killstreaks;
    killstreaks = new HashMap<Player, Integer>();
     
  2. Offline

    1Achmed1

    You should post questions about APIs and Libraries on their bukkit dev page or their forum thread.
     
Thread Status:
Not open for further replies.

Share This Page