docs: Fix wrong command usage

This commit is contained in:
Oliver
2025-07-19 19:48:17 +02:00
parent 0c05817e16
commit fc015ca9bb

View File

@@ -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 <npc> PLAYER`)
3. Run `/npc attribute <npc> pose sitting`
3. Run `/npc attribute <npc> set pose sitting`
You can make the npc stand again by running `/npc attribute <npc> pose standing`
You can make the npc stand again by running `/npc attribute <npc> set pose standing`