From e8d49e5d686a7010de421d3cbaff39169ed3395f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Fri, 21 Feb 2020 01:31:02 +0100 Subject: [PATCH] Updated Plot flags (markdown) --- Plot-flags.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/Plot-flags.md b/Plot-flags.md index 0952b28..0cd7a7b 100644 --- a/Plot-flags.md +++ b/Plot-flags.md @@ -21,28 +21,39 @@ worlds: ## Flag types: #### - [Boolean](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#boolean) -Accepts `true` or `false` +Accepts `true` or `false`. + #### - [Miscellaneous](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#Miscellaneous) -Accepts commands with multiple parameters, e.g `/gamemode creative` +Accepts commands with multiple parameters, e.g `/gamemode creative`. + #### - [Timed](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#Timed) -Two sets 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) 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 -The block list does not accept block names, only id and data. + +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 the a variety of variables +Accepts a predefined collection of values. + #### - [Double](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#double) -Accepts any positive number +Accepts any decimal number (all real numbers), + #### - [TeleportDeny](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#teleportdeny) -Accepts the plot tiers `trusted`, `members`, `nonmembers`, `nontrusted` and `nonowners` +Accepts the plot tiers `trusted`, `members`, `nonmembers`, `nontrusted` and `nonowners`. + #### - [Integer](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#integer) -Accepts possible full numbers +Accepts all integers. + #### - [Internal](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-flags#Internal) -Internal flags that cannot be assigned to a plot with a usage. +Flags used internally. ### Flag Permissions #### The following tables do not declare explicit flag permissions, because flag permissions follow the same scheme always again. To give a player access to a flag, you need to assign the following permissions, and exchange the value if wanted.