Updated Flags (markdown)

bloodmc 2020-05-09 17:56:26 -04:00
parent 7ea8d99b3f
commit 66179d3bf6

@ -35,8 +35,8 @@ 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>```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.
```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 except wildernress.
```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 except wilderness.
```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`