From cac72369c7de3496a4fd5f184674c0db9641b323 Mon Sep 17 00:00:00 2001 From: Vincent Roquelaure Date: Sat, 11 Jan 2025 23:04:17 +0100 Subject: [PATCH] docs: add-disableblockupdateflag --- plotsquared/plot-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plotsquared/plot-flags.md b/plotsquared/plot-flags.md index eb7dea8..6e4109f 100644 --- a/plotsquared/plot-flags.md +++ b/plotsquared/plot-flags.md @@ -179,6 +179,7 @@ snowball spectral_arrow shulker_bullet potion trident | deny-portals | Prevents players from creating portals of any kind. | False | | device-interact | Set to `true` to allow devices to be interacted with in the plot. | False | | disable-physics | Set to `true` to disable block physics in the plot. | False | +| disable-block-update | Set to `true` to disable block update in the plot. | False | | drop-protection | Set to `true` to prevent dropped items from being picked up by non-members of the plot. | False | | 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 |