mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Updated Plot flags (markdown)
parent
f43cd7e358
commit
aec8294e44
@ -4,9 +4,6 @@ The extensive flagging system allows you to do all sorts of things such as setti
|
|||||||
|
|
||||||
Setting a flag is easy, just use `/plot flag set <flag> <value>`. For a boolean flag, the value would either be 'true' or 'false'.
|
Setting a flag is easy, just use `/plot flag set <flag> <value>`. For a boolean flag, the value would either be 'true' or 'false'.
|
||||||
|
|
||||||
To bring up a list of flags use `/plot flag list`. These values are clickable, and clicking a flag name will
|
|
||||||
show you information about that particular flag. You can also use `/plot flag info <flag>` directly, if you already know the flag name.
|
|
||||||
|
|
||||||
All the flag commands come with tab auto completion.
|
All the flag commands come with tab auto completion.
|
||||||
|
|
||||||
### Default Flags
|
### Default Flags
|
||||||
@ -33,16 +30,11 @@ Accepts commands with multiple parameters, e.g `/gamemode creative`.
|
|||||||
A binary tuple of numbers e.g. `53 6` or `7 93`.
|
A binary tuple of numbers e.g. `53 6` or `7 93`.
|
||||||
|
|
||||||
#### - [BlockTypeList](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#blocktypelist)
|
#### - [BlockTypeList](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#blocktypelist)
|
||||||
A list of blocks, supporting both legacy numerical IDs and new string IDs e.g.
|
A list of blocks IDs, e.g.:
|
||||||
- `grass_block` for grass blocks
|
|
||||||
- `7` for bedrock
|
- `7` for bedrock
|
||||||
- `7,3` for bedrock and dirt
|
- `7,3` for bedrock and dirt
|
||||||
- `35:14,35:15` for red and black wool
|
- `35:14,35:15` for red and black wool
|
||||||
|
|
||||||
These flags also support [tags](https://github.com/IntellectualSites/PlotSquared/wiki/Vanilla-Tags), like:
|
|
||||||
- `#signs` for all sign types
|
|
||||||
- `#buttons` for all button types
|
|
||||||
|
|
||||||
#### - [Enum](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#Enum)
|
#### - [Enum](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#Enum)
|
||||||
Accepts a predefined collection of values.
|
Accepts a predefined collection of values.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user