NPCLib (No ProtocolLib)

Discussion in 'Plugin Development' started by ImAFlo, Jun 4, 2016.

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

    ImAFlo

    Hey,

    I'm searching a NPCLib without ProtocolLib, which should have at least the following features:
    - Set Health
    - Set Armor
    - Set Invisible
    - Add Potion Effects
    - Teleport

    The Lib should be open source so I can compile it into my plugin. ^^

    Thanks in Advance!
     
  2. Offline

    Zombie_Striker

    @ImAFlo
    These features are already in the BukkitAPI:
    1. LivingEntity already has a .setHealth() method
    2. LivingEntity has a setHelmet/Leggings/Boots/Ect. method
    3. This is covered in #4
    4. LivingEntity also has a .addPotionEffect method.
    5. Entity.teleport();
     
  3. Offline

    ImAFlo

    I'm talking about a npclib, which means client side player npc's, lol. ^^
     
  4. Offline

    Betagear

    @ImAFlo This is a mod, talk to the creator for help. He might have created it in a lot of ways possible.
     
Thread Status:
Not open for further replies.

Share This Page