From fc015ca9bbdee4f643257b0162e9ec126c675807 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 19 Jul 2025 19:48:17 +0200 Subject: [PATCH] docs: Fix wrong command usage --- docs/src/fancynpcs/tutorials/sitting-npcs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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