Map<String, Integer> to Scoreboard

Discussion in 'Plugin Development' started by LordVakar, Apr 17, 2014.

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

    LordVakar

    So I have the map:
    public Map<String, Integer> killstreaks = new HashMap<String, Integer>();

    How would I get the number of killstreaks and display it on a sidebar scoreboard?
     
  2. Offline

    Garris0n

  3. Offline

    LordVakar

    Garris0n

    Yes I know how to make a scoreboard, I was wondering how you get the integer.
    I think I've solved this.
    I'll use .get()
     
Thread Status:
Not open for further replies.

Share This Page