Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/config/paper/spigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down