The ability to spawn XP.

Discussion in 'Archived: Plugin Requests' started by metrize, Nov 26, 2011.

  1. Offline

    metrize

    I think this would be nice!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  2. Offline

    metrize

  3. Offline

    Knight Hawk3

    Impossible ATM, When you do it the exp bar dissapears.
     
  4. Offline

    khyperia

    Possible, at least in the bukkit dev builds (1.0.0). I do it in many of my plugins. If you want code-
    Location loc = (something);
    ExperienceOrb orb = loc.getWorld().spawn(loc, ExperienceOrb.class);
    orb.setExperience(1);
     
  5. Offline

    HockeyMike24

    You can also use NBT and make what ever users you want to have what ever level you want them to have. That's what I did for now.
     

Share This Page