mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43: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]`
|
- **Syntax**: `/npc action (npc) (trigger) add (actionType) [value]`
|
||||||
- **Permissions**:
|
- **Permissions**:
|
||||||
- `fancynpcs.command.npc.action.add`
|
- `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
|
### 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]`
|
- **Syntax**: `/npc action (npc) (trigger) add_before (index) (actionType) [value]`
|
||||||
- **Permissions**:
|
- **Permissions**:
|
||||||
- `fancynpcs.command.npc.action.addBefore`
|
- `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
|
### 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]`
|
- **Syntax**: `/npc action (npc) (trigger) add_after (index) (actionType) [value]`
|
||||||
- **Permissions**:
|
- **Permissions**:
|
||||||
- `fancynpcs.command.npc.action.addAfter`
|
- `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
|
### 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]`
|
- **Syntax**: `/npc action (npc) (trigger) set (number) (actionType) [value]`
|
||||||
- **Permissions**:
|
- **Permissions**:
|
||||||
- `fancynpcs.command.npc.action.set`
|
- `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
|
### Remove action
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user