Added missing command/permissions to documentation

This commit is contained in:
Intelli 2022-03-22 17:24:54 -06:00
parent 85ebd53e5f
commit e848d65b93
3 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ___
| [/co purge](#co-purge) | Delete old block data |
| [/co reload](#co-reload) | Reload the configuration file |
| [/co status](#co-status) | View the plugin status |
| [/co consumer](#co-consumer) | Toggle consumer processing |
### Alias Commands
@ -119,6 +120,10 @@ ___
Displays the plugin status and version information.
___
### /co consumer
Console command to pause or resume consumer queue processing.
___
## Parameter Details

View File

@ -12,6 +12,9 @@ A list of all commands that can be used within CoreProtect.
[**CoreProtect Permissions**](/permissions/)
A list of all permissions that can be used with CoreProtect.
[**CoreProtect Language Codes**](/languages/)
A list of all language codes that can be used with CoreProtect.
[**CoreProtect API Documentation**](/api/)
Log your own block changes, perform lookups, rollbacks, restores, and more.

View File

@ -35,6 +35,9 @@ The following permissions can be used to restrict functionality within the plugi
 
* **coreprotect.status** *(default: op)*
Allows access to the CoreProtect status command.
 
* **coreprotect.consumer** *(default: op)*
Allows access to the CoreProtect consumer command.
---
@ -58,6 +61,9 @@ The following permissions can be used to restrict functionality within the plugi
* **coreprotect.lookup.inventory** *(default: op)*
Can be optionally used as a negative permission to prevent inventory lookups.
 
* **coreprotect.lookup.item** *(default: op)*
Can be optionally used as a negative permission to prevent item lookups.
 
* **coreprotect.lookup.kill** *(default: op)*
Can be optionally used as a negative permission to prevent entity kill lookups.