diff --git a/Flags.md b/Flags.md index f8d4f33..6a6c727 100644 --- a/Flags.md +++ b/Flags.md @@ -35,8 +35,8 @@ Note: Flag commands are just wrappers around LuckPerm's API. Everything set via Context | Value | Description | -------------------------------------------------|---------------|--------------| -```default``` | ```admin```
```basic```
```subdivision```
```town```
```wilderness``` | Applies flag as a default to all claims of type specified.
Note: Use `global` as value to apply to all types. -```override``` | ```admin```
```basic```
```claim```
```subdivision```
```town```
```wilderness``` | Applies flag as an override to all claims of type specified.
Note: Use `global` as value to apply to all types. +```default``` | ```admin```
```basic```
```subdivision```
```town```
```wilderness``` | Applies flag as a default to all claims of type specified.
Note: Use `global` as value to apply to all types except wildernress. +```override``` | ```admin```
```basic```
```claim```
```subdivision```
```town```
```wilderness``` | Applies flag as an override to all claims of type specified.
Note: Use `global` as value to apply to all types except wilderness. ```source``` | `` | Applies flag to a specific specific source.
Example: `minecraft:creeper` ```state``` | `` | Applies flag to a specific specific block state.
Example: `powered:true`
See https://minecraft.gamepedia.com/Block_states for a list of all vanilla block states. ```used_item``` | `` | Applies flag to a specific specific used item.
Example: `minecraft:diamond_sword`