lenis0012 / NPCFactory

NPC Library for CraftBukkit mod.
MIT License
24 stars 19 forks source link

Add potion effect to npc #24

Open elraro opened 9 years ago

elraro commented 9 years ago

Hi lenis! thanks for your library to create npcs!!!

I have a problem :S im using ur NPCFactory version for spigot 1.7.9 and works great, but i have a problem. I need add invisibility potion effect to a npc, but it doesnt work...

PotionEffect potion = new PotionEffect(PotionEffectType.INVISIBILITY, Integer.MAX_VALUE, 1);

npc.getBukkitEntity().addPotionEffect(potion);

what can i do? :s: Thanks