From 046d697e45913e815213f8383eec9c71b75ac59f Mon Sep 17 00:00:00 2001 From: Charles Richards Date: Fri, 19 Jun 2026 13:17:03 -0700 Subject: [PATCH] Clarify miscellaneous entity activation range --- src/config/paper/spigot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/config/paper/spigot.yml b/src/config/paper/spigot.yml index e3a40bdfa..8fa3d5ed3 100644 --- a/src/config/paper/spigot.yml +++ b/src/config/paper/spigot.yml @@ -362,7 +362,13 @@ world-settings: misc: vanilla: "0" default: "16" - description: The entity activation range for misc entities. + description: >- + The distance in blocks from a player at which miscellaneous entities, + including dropped items, tick normally. Outside this range, entities tick + less frequently, which can cause dropped items moving through water streams + to appear to lag, rubber-band, or move backward. Set to 0 or less to disable + activation-range throttling for miscellaneous entities, causing loaded + entities in this category to tick normally regardless of player distance. water: vanilla: "0" default: "16"