diff --git a/docs/src/fancynpcs/tutorials/sitting-npcs.md b/docs/src/fancynpcs/tutorials/sitting-npcs.md index bb6e0d3c..3d99ed75 100644 --- a/docs/src/fancynpcs/tutorials/sitting-npcs.md +++ b/docs/src/fancynpcs/tutorials/sitting-npcs.md @@ -8,6 +8,6 @@ You can make a NPC sit by following these steps: 1. Create a NPC 2. Make sure the type is PLAYER (`/npc type PLAYER`) -3. Run `/npc attribute pose sitting` +3. Run `/npc attribute set pose sitting` -You can make the npc stand again by running `/npc attribute pose standing` \ No newline at end of file +You can make the npc stand again by running `/npc attribute set pose standing` \ No newline at end of file