How to get a players exp?

Discussion in 'Plugin Development' started by Newby, Apr 19, 2014.

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

    Newby

    So I have been trying to get a players exp and it hasn't been working, I've been using player.getExp() and it always gives me the wrong exp amount it will give me numbers like 0.8235294 when I only have 31 exp
     
  2. Offline

    Gater12

    Newby
    Use getTotalExperience
     
    Newby likes this.
  3. Offline

    Badeye

    Newby You ahve to check for teh level, you ahve checked for the exp to the next level.
     
    Newby likes this.
  4. Offline

    sipsi133

    Newby For level, use getLevel() and for exp, use getTotalExperience()
     
    Newby likes this.
Thread Status:
Not open for further replies.

Share This Page