Regeneration

Discussion in 'Plugin Development' started by CraftingRealm, Aug 23, 2013.

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

    CraftingRealm

    This is probably possible using packets but I don't know how to do it. I want to give a player the regeneration potion, but not let their client know that they have the potion. Basically what I mean is that, when they get the potion, they won't see the sign that says Regeneration next to their inventory and they won't see their hearts jiggling or whatever they do when you have the potion. Can anyone help me out?
     
  2. Offline

    Retherz_

    It would be a lot easier to make a task and change their health, like p.setHealth(p.getHealth + 0.5);
     
Thread Status:
Not open for further replies.

Share This Page