Changed name of "coreprotect.lookup.item" permission to "coreprotect.lookup.inventory"

This commit is contained in:
Intelli 2021-07-26 18:49:39 -06:00
parent 490b5eb0ee
commit aeba1918f3
3 changed files with 10 additions and 5 deletions

View file

@ -55,8 +55,8 @@ The following permissions can be used to restrict functionality within the plugi
* **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.inventory** *(default: op)*
Can be optionally used as a negative permission to prevent inventory lookups.
 
* **coreprotect.lookup.kill** *(default: op)*
Can be optionally used as a negative permission to prevent entity kill lookups.