lenis0012 / NPCFactory

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

Option to hide npc to a specific player. #10

Closed ghost closed 9 years ago

ghost commented 10 years ago

It would be nice if there was an option to hide or show an npc for a specific spectator.

ghost commented 9 years ago

PlayerObject.hidePlayer(NpcObject.getBukkitEntity());

lenis0012 commented 9 years ago

@DoctorDark The method mentioned by @stopbox should work