docs: Add npc rotate command and inverted need_permission

This commit is contained in:
Oliver
2025-11-08 13:36:33 +01:00
parent 24c1907eec
commit ab5826be3c
3 changed files with 14 additions and 1 deletions

View File

@@ -177,6 +177,13 @@ Teleports NPC to specified location.
- **Syntax**: `/npc move_to (npc) (x) (y) (z) [world] [--look-in-my-direction]`
- **Permissions**: `fancynpcs.command.npc.move_to`
### Rotate npc
Sets the yaw and pitch of the specified NPC.
- **Syntax**: `/npc rotate (npc) (yaw) (pitch)`
- **Permissions**: `fancynpcs.command.npc.rotate`
### Center npc location
Centers the NPC to the specified location.