How can i reset players XP?

Discussion in 'Bukkit Help' started by xShadowKillerx, Apr 13, 2013.

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

    xShadowKillerx

    Hello

    I want to reset everyone XP on my server but without loosing their inventory, is that possible?
     
  2. Offline

    Evilshallwin

    player.setTotalExperience(0);

    should do it.


    EDIT: Crap, realized that this isn't Plugin Development.


    try doing /xp [player] -99999

    This'll subtract 99999 experience from all your players, bringing them to 0.
     
  3. Offline

    xShadowKillerx

    But where in console?
     
  4. Offline

    Evilshallwin

    Sorry, do this /xp [player] -99999 and if from console, leave out the slash.
     
  5. Offline

    Iroh

    Never use a / in console :)
     
  6. Offline

    xShadowKillerx

    It says can't find a player
     
  7. Offline

    AaronL98

    -.- Put the player's name in you want to reset's exp. Dont use [], just the plain name
     
Thread Status:
Not open for further replies.

Share This Page