Skip to content

Commit cbcd5ef

Browse files
chore(paper/config): clarify miscellaneous EAR effects (#773)
Co-authored-by: Strokkur24 <strokkur.24@gmail.com>
1 parent cc3f331 commit cbcd5ef

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/config/paper/spigot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,12 @@ world-settings:
347347
The chance of lightning occurring during a thunderstorm, as a
348348
probability of 1/\<thunder-chance> per chunk, every tick.
349349
entity-activation-range:
350+
header:
351+
message: >-
352+
The distance in blocks from a player at which entities tick normally.
353+
Outside this range, entities tick less frequently. Set to 0 or less to
354+
disable activation-range throttling for loaded entities in that category,
355+
causing them to tick normally regardless of player distance.
350356
animals:
351357
vanilla: "0"
352358
default: "32"
@@ -362,7 +368,10 @@ world-settings:
362368
misc:
363369
vanilla: "0"
364370
default: "16"
365-
description: The entity activation range for misc entities.
371+
description: >-
372+
The entity activation range for miscellaneous entities, including
373+
dropped items. Outside of this range, items moving through water
374+
streams may appear to visually lag, rubber-band, or move backward.
366375
water:
367376
vanilla: "0"
368377
default: "16"

0 commit comments

Comments
 (0)