From 95e55a2e1694fb7f528146da1eff8a825a02c9e1 Mon Sep 17 00:00:00 2001 From: Tamikaschu Date: Sat, 2 Mar 2024 13:27:50 +0100 Subject: [PATCH] Add fishing flag to documentation --- plotsquared/plot-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plotsquared/plot-flags.md b/plotsquared/plot-flags.md index 62ebb60..e99178d 100644 --- a/plotsquared/plot-flags.md +++ b/plotsquared/plot-flags.md @@ -183,6 +183,7 @@ snowball spectral_arrow shulker_bullet potion trident | edit-sign | Set to `true` to allow players to edit signs in the plot or on the road. | False | | entity-change-block | Set to `true` to allow entities to change blocks within the plot, if not covered by other flags. | False | | explosion | Set to `true` to allow explosions inside a plot. | False | +| fishing | Set to `true` to allow guests to use a fishing rod in the plot. | False | | fly | Set to `true` to enable flight within the plot. | False | | forcefield | Set to `true` to enable member forcefield in the plot. | False | | grass-grow | Set to `false` to disable grass to grow within the plot. | True |