Skip to content

Commit ccec410

Browse files
Move general entity activation range docs to parent key
1 parent 046d697 commit ccec410

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

src/config/paper/spigot.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,11 @@ 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+
description: >-
351+
The distance in blocks from a player at which entities tick normally.
352+
Outside this range, entities tick less frequently. Set to 0 or less to
353+
disable activation-range throttling for loaded entities in that category,
354+
causing them to tick normally regardless of player distance.
350355
animals:
351356
vanilla: "0"
352357
default: "32"
@@ -363,12 +368,10 @@ world-settings:
363368
vanilla: "0"
364369
default: "16"
365370
description: >-
366-
The distance in blocks from a player at which miscellaneous entities,
367-
including dropped items, tick normally. Outside this range, entities tick
368-
less frequently, which can cause dropped items moving through water streams
369-
to appear to lag, rubber-band, or move backward. Set to 0 or less to disable
370-
activation-range throttling for miscellaneous entities, causing loaded
371-
entities in this category to tick normally regardless of player distance.
371+
The entity activation range for miscellaneous entities, including
372+
dropped items. Dropped items outside this range may tick less frequently,
373+
which can cause items moving through water streams to appear to lag,
374+
rubber-band, or move backward.
372375
water:
373376
vanilla: "0"
374377
default: "16"

0 commit comments

Comments
 (0)