#
Sitting NPCs
This is the old documentation site for FancyInnovations, which is no longer maintained. The new documentation site can be found at fancyinnovations.com/docs/minecraft-plugins/fancynpcs.
You can make a NPC sit by following these steps:
- Create a NPC
- Make sure the type is PLAYER (
/npc type <npc> PLAYER) - Run
/npc attribute <npc> set pose sitting
You can make the npc stand again by running /npc attribute <npc> set pose standing