Skip to content

Commit

Permalink
Update spigot.yml defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv authored Jun 27, 2024
1 parent 8b38c01 commit dfaf075
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config-specs/paper/spigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ world-settings:
default: "32"
description: The entity activation range for monsters.
raiders:
default: "48"
default: "64"
description: The entity activation range for raiders.
tick-inactive-villagers:
default: "true"
Expand Down Expand Up @@ -358,7 +358,7 @@ world-settings:
description: The entity activation range for water mobs.
entity-tracking-range:
animals:
default: "48"
default: "96"
description: >-
Controls how far in blocks animals are tracked (sent to) the player.
This is scaled by the
Expand All @@ -370,13 +370,13 @@ world-settings:
player. This is scaled by the
[entity-broadcast-range-percentage](/paper/reference/server-properties#entity_broadcast_range_percentage).
misc:
default: "32"
default: "96"
description: >-
Controls how far in blocks misc entities are tracked (sent to) the
player. This is scaled by the
[entity-broadcast-range-percentage](/paper/reference/server-properties#entity_broadcast_range_percentage).
monsters:
default: "48"
default: "96"
description: >-
Controls how far in blocks monsters are tracked (sent to) the player.
This is scaled by the
Expand All @@ -388,7 +388,7 @@ world-settings:
player. This is scaled by the
[entity-broadcast-range-percentage](/paper/reference/server-properties#entity_broadcast_range_percentage).
players:
default: "48"
default: "128"
description: >-
Controls how far in blocks players are tracked (sent to) the player.
This is scaled by the
Expand Down Expand Up @@ -624,13 +624,13 @@ world-settings:
description: How many TNT to process per server tick. Set to 0 to disable.
merge-radius:
exp:
default: "3.0"
default: "-1"
description: >-
The range, in blocks, that exp orbs will combine at on initial spawn.
This behavior is not present in Vanilla and doesn't impact the usual
merge range once spawned. Set to 0 to disable.
merge range once spawned. Set to 0 or less to disable.
item:
default: "2.5"
default: "0.5"
description: "The range, in blocks, that items will combine within."
mob-spawn-range:
default: "8"
Expand Down

0 comments on commit dfaf075

Please sign in to comment.