mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Updated Plot flags (markdown)
parent
df13fd86ca
commit
2fe5127fed
@ -98,28 +98,28 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
|
||||
| vehicle-place | Set to `true` to allow guests to place vehicles in the plot | False |
|
||||
| vehicle-use | Set to `true` to allow guests to use vehicles in the plot | False |
|
||||
| hanging-break | Set to `true` to allow guests to break hanging objects in the plot. | False |
|
||||
| hanging-place | Set to `true` to allow guests to place hangings | False |
|
||||
| misc-place | Set to `true` to allow guests to place miscellaneous items (item frames e.g.) | False |
|
||||
| hanging-place | Set to `true` to allow guests to hang objects in the plot | False |
|
||||
| misc-place | Set to `true` to allow guests to place miscellaneous items | False |
|
||||
| misc-break | Set to `true` to allow guests to break miscellaneous items | False |
|
||||
| misc-interact | Set to `true` to allow guests to interact with miscellaneous items | False |
|
||||
| villager-interact | Set to `true` to allow guests to interact with villagers | False |
|
||||
| player-interact | Set to `true` to allow guests to interact with other players or NPCs | False |
|
||||
| villager-interact | Set to `true` to allow guests to interact with villagers in the plot | False |
|
||||
| player-interact | Set to `true` to allow guests to interact with players in the plot | False |
|
||||
| tamed-interact | Set to `true` to allow guests to interact with tamed mobs | False |
|
||||
| tamed-attack | Set to `true` to allow guests to attack tamed mobs | False |
|
||||
| animal-interact | Set to `true` to allow guests to interact with passive mobs | False |
|
||||
| animal-attack | Set to `true` to allow guests to attack passive mobs | False |
|
||||
| hostile-interact| Set to `true` to allow guests to interact with hostile mobs | False |
|
||||
| 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` to enable member forcefield in the plot. | False |
|
||||
| invincible | Set to `true` to give players godmode | False |
|
||||
| tamed-attack | Set to `true` to allow guests to interact with tamed animals in the plot | False |
|
||||
| animal-interact | Set to `true` to allow animals to be interacted with in the plot | False |
|
||||
| animal-attack | Set to `true` to allow animals to be attacked in the plot | False |
|
||||
| hostile-interact| Set to `true` to allow players to interact with hostile mobs in the plot | False |
|
||||
| hostile-attack | Set to `true` to enable players to attack hostile mobs in the plot | False |
|
||||
| mob-place | Set to `true` to allow mobs to place blocks within the plot | False |
|
||||
| mob-break | Set to `true` to allow mobs to break blocks within the plot | False |
|
||||
| forcefield | Set to `true` to enable member forcefield in the plot | False |
|
||||
| invincible | Set to `true` to prevent players from taking damage inside of the plot | False |
|
||||
| drop-protection | Set to `true` to prevent dropped items from being picked up by non-members of the plot. | False |
|
||||
| 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 |
|
||||
| deny-exit | Set to `true` to deny players to leave the plot | False |
|
||||
| untrusted-visit | Set to `true` to allow Members to teleport if the teleport flag is denied | True |
|
||||
| deny-exit | Set to `true` to disallow players from exiting the plot | False |
|
||||
| untrusted-visit | Set to `false` to disallow untrusted players from visiting the plot | True |
|
||||
| music | Set to a music disk ID (item name) to play the music disc | None |
|
||||
| description | Set the plot description. Supports '&' color codes | Empty |
|
||||
| greeting | Message sent to players on plot entry. Supports '&' color codes | Empty |
|
||||
@ -160,13 +160,13 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
|
||||
### Integer:
|
||||
| Name | Description | Default Value
|
||||
|------------------------------------------------------------|--------------------------------------------------------------------------------| ------------------- |
|
||||
| misc-cap | Limits the amount of paintings, item frames and signs within the plot based on the flag value | Infinity |
|
||||
| entity-cap | Limits the amount of entities allowed to be spawned within the plot based on the flag value | Infinity |
|
||||
| mob-cap | Limits the amount of creatures allowed to be spawned within the plot based on the flag value | Infinity |
|
||||
| animal-cap | Limits the amount of animals allowed to be spawned within the plot based on the flag value | Infinity |
|
||||
| hostile-cap | Limits the amount of hostile mobs allowed to be spawned within the plot based on the flag value | Infinity |
|
||||
| vehicle-cap | Limits the amount of vehicles allowed to be spawned within the plot based on the flag value. This includes all minecart types and boats | Infinity |
|
||||
| time | Whilst on the plot, a player will experience the time (in ticks) set by the flag | Disabled |
|
||||
| misc-cap | Set to an integer value to limit the amount of miscellaneous entities on the plot | Infinity |
|
||||
| entity-cap | Set to an integer value to limit the amount of entities on the plot | Infinity |
|
||||
| mob-cap | Set to an integer value to limit the amount of mobs on the plot | Infinity |
|
||||
| animal-cap | Set to an integer value to limit the amount of animals on the plot | Infinity |
|
||||
| hostile-cap | Set to an integer value to limit the amount of hostile entities on the plot | Infinity |
|
||||
| vehicle-cap | Set to an integer value to limit the amount of vehicles on the plot | Infinity |
|
||||
| time | Set the time in the plot to a fixed value | Disabled |
|
||||
|
||||
### Internal:
|
||||
| Name | Description | Default Value
|
||||
|
Loading…
Reference in New Issue
Block a user