Experience

Discussion in 'Plugin Development' started by Ivan, Jul 2, 2013.

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

    Ivan

    What is the correct way to set experience? Eg. I want to give a player 25 experience points. The JavaDoc is extremely vague about this. Do I need to use an external library?
     
  2. Offline

    EcMiner

    player.giveExp(amount);
     
    Shzylo likes this.
  3. Offline

    Ivan

    Thank you so much
     
    EcMiner likes this.
Thread Status:
Not open for further replies.

Share This Page