Updated documentation
This commit is contained in:
parent
ebb5a99cc7
commit
36c2eb3b3f
5 changed files with 589 additions and 14 deletions
87
docs/permissions.md
Normal file
87
docs/permissions.md
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# Permissions
|
||||
|
||||
The following permissions can be used to restrict functionality within the plugin.
|
||||
|
||||
---
|
||||
|
||||
## Base Permissions
|
||||
|
||||
* **coreprotect.\*** *(default: op)*
|
||||
Allows access to all of the CoreProtect commands.
|
||||
|
||||
* **coreprotect.inspect** *(default: op)*
|
||||
Allows access to the CoreProtect inspect command.
|
||||
|
||||
* **coreprotect.lookup** *(default: op)*
|
||||
Allows access to the CoreProtect lookup command.
|
||||
|
||||
* **coreprotect.rollback** *(default: op)*
|
||||
Allows access to the CoreProtect rollback command.
|
||||
|
||||
* **coreprotect.restore** *(default: op)*
|
||||
Allows access to the CoreProtect restore command.
|
||||
|
||||
* **coreprotect.teleport** *(default: op)*
|
||||
Allows access to the CoreProtect teleport command.
|
||||
|
||||
* **coreprotect.help** *(default: op)*
|
||||
Allows access to the CoreProtect help command.
|
||||
|
||||
* **coreprotect.purge** *(default: op)*
|
||||
Allows access to the CoreProtect purge command.
|
||||
|
||||
* **coreprotect.reload** *(default: op)*
|
||||
Allows access to the CoreProtect reload command.
|
||||
|
||||
* **coreprotect.status** *(default: op)*
|
||||
Allows access to the CoreProtect status command.
|
||||
|
||||
---
|
||||
|
||||
## Child Permissions
|
||||
|
||||
* **coreprotect.lookup.block** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent block lookups.
|
||||
|
||||
* **coreprotect.lookup.chat** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent chat lookups.
|
||||
|
||||
* **coreprotect.lookup.click** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent interaction lookups.
|
||||
|
||||
* **coreprotect.lookup.command** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent command lookups.
|
||||
|
||||
* **coreprotect.lookup.container** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent container 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.
|
||||
|
||||
* **coreprotect.lookup.near** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent lookups via the near command.
|
||||
|
||||
* **coreprotect.lookup.session** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent session lookups.
|
||||
|
||||
* **coreprotect.lookup.sign** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent sign lookups.
|
||||
|
||||
* **coreprotect.lookup.username** *(default: op)*
|
||||
Can be optionally used as a negative permission to prevent username change lookups.
|
||||
|
||||
---
|
||||
|
||||
## Command Handler
|
||||
|
||||
* **coreprotect.co** *(default: true)*
|
||||
Allows access to the CoreProtect "/co" command.
|
||||
|
||||
* **coreprotect.core** *(default: false)*
|
||||
Allows access to the CoreProtect "/core" command.
|
||||
|
||||
* **coreprotect.coreprotect** *(default: false)*
|
||||
Allows access to the CoreProtect "/coreprotect" command.
|
||||
Loading…
Add table
Add a link
Reference in a new issue