docs: Fix permissions

This commit is contained in:
Oliver
2025-09-14 10:51:18 +02:00
parent 2dad4bc692
commit 4f6ab36bbe

View File

@@ -213,7 +213,7 @@ Adds an action to the specified NPC's trigger.
- **Syntax**: `/npc action (npc) (trigger) add (actionType) [value]`
- **Permissions**:
- `fancynpcs.command.npc.action.add`
- and `fancynpcs.command.npc.action.(actionType)` for the specific action type
- and `fancynpcs.command.npc.action.add.(actionType | *)` for the specific action type
### Add action before
@@ -222,7 +222,7 @@ Adds an action before the specified index in the NPC's action list for the given
- **Syntax**: `/npc action (npc) (trigger) add_before (index) (actionType) [value]`
- **Permissions**:
- `fancynpcs.command.npc.action.addBefore`
- and `fancynpcs.command.npc.action.(actionType)` for the specific action type
- and `fancynpcs.command.npc.action.add.(actionType | *)` for the specific action type
### Add action after
@@ -231,7 +231,7 @@ Adds an action after the specified index in the NPC's action list for the given
- **Syntax**: `/npc action (npc) (trigger) add_after (index) (actionType) [value]`
- **Permissions**:
- `fancynpcs.command.npc.action.addAfter`
- and `fancynpcs.command.npc.action.(actionType)` for the specific action type
- and `fancynpcs.command.npc.action.add.(actionType | *)` for the specific action type
### Set action
@@ -240,7 +240,7 @@ Sets an action at the specified number in the NPC's action list for the given tr
- **Syntax**: `/npc action (npc) (trigger) set (number) (actionType) [value]`
- **Permissions**:
- `fancynpcs.command.npc.action.set`
- and `fancynpcs.command.npc.action.(actionType)` for the specific action type
- and `fancynpcs.command.npc.action.add.(actionType | *)` for the specific action type
### Remove action