# Sitting NPCs

!!!danger
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](https://fancyinnovations.com/docs/minecraft-plugins/fancynpcs).
!!!

You can make a NPC sit by following these steps:

1. Create a NPC
2. Make sure the type is PLAYER (`/npc type <npc> PLAYER`)
3. Run `/npc attribute <npc> set pose sitting`

You can make the npc stand again by running `/npc attribute <npc> set pose standing`
