Add 'claim` to override context list

kencinder 2020-05-02 01:35:49 -03:00
parent 851e0a52cc
commit 23326ae9d7

@ -36,7 +36,7 @@ Note: Flag commands are just wrappers around LuckPerm's API. Everything set via
Context | Value | Description |
-------------------------------------------------|---------------|--------------|
```default``` | ```admin```<br>```basic```<br>```subdivision```<br>```town```<br>```wilderness``` | Applies flag as a default to all claims of type specified. <br />Note: Use `global` as value to apply to all types.
```override``` | ```admin```<br>```basic```<br>```subdivision```<br>```town```<br>```wilderness``` | Applies flag as an override to all claims of type specified. <br />Note: Use `global` as value to apply to all types.
```override``` | ```admin```<br>```basic```<br>```claim```<br>```subdivision```<br>```town```<br>```wilderness``` | Applies flag as an override to all claims of type specified. <br />Note: Use `global` as value to apply to all types.
```source``` | `<source_id>` | Applies flag to a specific specific source. <br />Example: `minecraft:creeper`
```state``` | `<state>` | Applies flag to a specific specific block state. <br />Example: `powered:true` <br /> See https://minecraft.gamepedia.com/Block_states for a list of all vanilla block states.
```used_item``` | `<item_id>` | Applies flag to a specific specific used item. <br />Example: `minecraft:diamond_sword`