Updated Plot flags (markdown)

NotMyFault 2020-02-17 14:09:20 +01:00
parent 5eb5af14f5
commit 9c96bac1dc

@ -45,6 +45,54 @@ The block list does not accept block names, only id and data.
| 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 |
| notify-enter | Set to `true` to enable join notifications to plot owners | False |
| titles | Set to `false` to disable titles within a plot | True |
| hide-info | Set to `true` to hide plot information | Null |
| server-plot | Set to `true` change a plot owner to "Server" | False |
| explosion | Set to `true` to allow explosions inside a plot | False |
| grass-grow | Set to `true` allow grass to grow | Null |
| vine-grow | Set to `true` allow vines to grow | Null |
| mycel-grow | Set to `true` mycel to grow | Null |
| kelp-grow | Set to `true` kelp to grow | Null |
| disable-physics | Set to `true` to disable block physics | False |
| liquid-flow | Set to `false` to disable liquid flowing | True |
| snow-melt | Set to `true` to enable snow melting | Null |
| snow-form | Set to `true` to enable snow spawning on top of blocks | False |
| ice-melt | Set to `true` to ice melting | Null |
| ice-form | Set to `true` to ice forming | Null |
| block-burn | Set to `true` to enable block burning | Null |
| block-ignition | Set to `true` to ignite blocks | Null |
| soil-dry | Set to `true` to allow soil to dry | Null |
| device-interact | Set to `true` to allow guests to work (pressure plates e.g.) | False |
| vehicle-break | Set to `true` to allow guests to break vehicles (minecarts e.g.) | False |
| vehicle-place | Set to `true` to allow guests to place vehicles (minecarts e.g.) | False |
| vehicle-use | Set to `true` to allow guests to use vehicles (minecarts e.g.) | False |
| hanging-break | Set to `true` to allow guests to break hangings | 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 |
| 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 |
| 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` throw back non-members 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 |
| 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 | False |
### Notification
- [titles](https://github.com/IntellectualCrafters/PlotSquared/wiki/Flag:-titles)