From dfaf075e4ee1f35436a241319b9dc9cc797647a8 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Thu, 27 Jun 2024 22:12:13 +0200 Subject: [PATCH] Update spigot.yml defaults --- config-specs/paper/spigot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config-specs/paper/spigot.yml b/config-specs/paper/spigot.yml index 9cf3225e..fe481dd7 100644 --- a/config-specs/paper/spigot.yml +++ b/config-specs/paper/spigot.yml @@ -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" @@ -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 @@ -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 @@ -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 @@ -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"