diff --git a/Plot-flags.md b/Plot-flags.md index c9d1cd7..a16af70 100644 --- a/Plot-flags.md +++ b/Plot-flags.md @@ -4,6 +4,9 @@ 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 `. 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 ` directly, if you already know the flag name. + All the flag commands come with tab auto completion. ### Default Flags @@ -30,11 +33,16 @@ Accepts commands with multiple parameters, e.g `/gamemode creative`. A binary tuple of numbers e.g. `53 6` or `7 93`. #### - [BlockTypeList](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#blocktypelist) -A list of blocks IDs, e.g.: +A list of blocks, supporting both legacy numerical IDs and new string IDs e.g. + - `grass_block` for grass blocks - `7` for bedrock - `7,3` for bedrock and dirt - `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) Accepts a predefined collection of values.