add item-drop flag

RedstoneFuture | Robert Rauh 2020-03-21 23:01:57 +01:00
parent e6786bfc69
commit 7a2aa9d3f3

@ -131,6 +131,7 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
| 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 |
| item-drop | Set to `false` to prevent item drop by non-members | True |
| 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 |