mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
docs: Fix permissions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user