diff --git a/Plot-flags.md b/Plot-flags.md index 8ed2b67..6aeae04 100644 --- a/Plot-flags.md +++ b/Plot-flags.md @@ -40,10 +40,15 @@ A list of blocks, supporting both legacy numerical IDs and new string IDs e.g. - `35:14,35:15` for red and black wool The block list does not accept block names, only id and data. +### Terminology +#### The following tables contain phrases covering certain stances of plot member inheritance. We will explain the phrases used below. +- Player: The player, as in user of the server. +- Guest: Person who is not added to the plot ([Check Plot Rank Tiers](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-Rank-Tiers)) + ## Flags ### Boolean: | Name | Description | Default Value -|-------------------------------------------------------|--------------------------------------------------------------------------------| ---------------------------- | +|------------------------------------------------------------|--------------------------------------------------------------------------------| ------------------- | | redstone | Set to `false` to disable redstone on the plot | True | | fly | Set to `true` to enable flight upon plot entry| Null | | notify-leave | Set to `true` to enable leave notifications to plot owners | False | @@ -84,9 +89,9 @@ The block list does not accept block names, only id and data. | hostile-attack | Set to `true` to allow guests to attack hostile mobs | False | | mob-place | Set to `true` to allow players to use spawn eggs | False | | mob-break | Set to `true` to allow mobs to break blocks | False | -| forcefield | Set to `true` throw back non-members getting close members | False | +| forcefield | Set to `true` throw back Guests getting close members | False | | invincible | Set to `true` to give players godmode | False | -| drop-protection | Set to `false` to stop non-members from dropping items | True | +| drop-protection | Set to `false` to stop Guests from dropping items | True | | pvp | Set to `true` to allow PvP | False | | pve | Set to `true` to allow PvE | False | | no-worldedit | Set to `true` to disable WorldEdit usage within the plot | False |