FancyNpcsTutorials
Sitting NPCs
How to make sitting NPCs
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