From 4f6ab36bbe1efab89b95bc5c2f4b543b1fdd77de Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 14 Sep 2025 10:51:18 +0200 Subject: [PATCH] docs: Fix permissions --- docs/src/fancynpcs/commands/npc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/fancynpcs/commands/npc.md b/docs/src/fancynpcs/commands/npc.md index 1c961063..390b8f84 100644 --- a/docs/src/fancynpcs/commands/npc.md +++ b/docs/src/fancynpcs/commands/npc.md @@ -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