From 22b8494b8146ed30e5523084e6dc35a97bc9f930 Mon Sep 17 00:00:00 2001 From: Sam Russell Date: Tue, 23 Dec 2025 17:56:34 +0100 Subject: [PATCH 1/3] Add arrow-despawn-override-rate to paper-world-defaults.yml Docs for https://github.com/PaperMC/Paper/pull/13409 . Name still TBC --- src/config/paper/paper-world-defaults.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/paper/paper-world-defaults.yml b/src/config/paper/paper-world-defaults.yml index f9d1524fa..b15d07c40 100644 --- a/src/config/paper/paper-world-defaults.yml +++ b/src/config/paper/paper-world-defaults.yml @@ -360,6 +360,12 @@ entities: viewed by enabling advanced item tooltips in-game by pressing **F3 + H**; the item id will appear at the bottom of the tooltip that appears when you hover over an item + arrow-despawn-override-rate: + vanilla: "disabled" + default: "200" + description: >- + Workaround for MC-125757, makes all arrows advance their despawn + timer as if they were stuck in the ground, after a delay. count-all-mobs-for-spawning: vanilla: "true" default: "false" From 4d64058bba19269a71069e289100436accbed47d Mon Sep 17 00:00:00 2001 From: Sam Russell Date: Tue, 23 Dec 2025 22:50:15 +0100 Subject: [PATCH 2/3] Update src/config/paper/paper-world-defaults.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matouš Kučera --- src/config/paper/paper-world-defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/paper/paper-world-defaults.yml b/src/config/paper/paper-world-defaults.yml index b15d07c40..870764787 100644 --- a/src/config/paper/paper-world-defaults.yml +++ b/src/config/paper/paper-world-defaults.yml @@ -365,7 +365,7 @@ entities: default: "200" description: >- Workaround for MC-125757, makes all arrows advance their despawn - timer as if they were stuck in the ground, after a delay. + timer as if they were stuck in the ground, after a delay (in ticks). count-all-mobs-for-spawning: vanilla: "true" default: "false" From 0c287013c0f724616464373f8eddc39aea7a8486 Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Sun, 28 Dec 2025 00:13:43 +0100 Subject: [PATCH 3/3] Finish naming --- src/config/paper/paper-world-defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/paper/paper-world-defaults.yml b/src/config/paper/paper-world-defaults.yml index 870764787..0267448a9 100644 --- a/src/config/paper/paper-world-defaults.yml +++ b/src/config/paper/paper-world-defaults.yml @@ -360,7 +360,7 @@ entities: viewed by enabling advanced item tooltips in-game by pressing **F3 + H**; the item id will appear at the bottom of the tooltip that appears when you hover over an item - arrow-despawn-override-rate: + max-arrow-despawn-invulnerability: vanilla: "disabled" default: "200" description: >-