From e848d65b930cd215c9567a3e92887b53d9f95cb5 Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 22 Mar 2022 17:24:54 -0600 Subject: [PATCH] Added missing command/permissions to documentation --- docs/commands.md | 5 +++++ docs/index.md | 3 +++ docs/permissions.md | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index 55326ef..69065b3 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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 diff --git a/docs/index.md b/docs/index.md index de6f5c7..80f9bf7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/docs/permissions.md b/docs/permissions.md index 5dd5d33..a7567e8 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -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.