From 3ac8f30796820d2bc48c6fb88399c7db8eb1e542 Mon Sep 17 00:00:00 2001 From: kacimiamine Date: Mon, 13 Jul 2026 23:19:36 +0100 Subject: [PATCH 1/2] Add leaves instant decay option --- mkdocs/purpur/configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index 024bdb1..d0de10b 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -460,7 +460,10 @@ Requires the [`bukkit.command.tpsbar`](permissions#bukkitcommandtpsbar) permissi * ##### reverse-bubble-column-flow - **default**: false - **description**: Set to true to make downward bubble columns generate instead of upward bubble columns when soul sand is placed/generated under water-source blocks. - +#### leaves +* ##### instant-decay + - **default**: false + - **description**: Set to true to make the leaves instantly decay after breaking a tree. ### broadcasts From 7779a92fdcf8a15a693ba706bb9183282846b082 Mon Sep 17 00:00:00 2001 From: granny Date: Sun, 19 Jul 2026 14:16:07 -0700 Subject: [PATCH 2/2] move config section up to keep it alphabetical --- mkdocs/purpur/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index d0de10b..3fa0ca4 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -448,6 +448,10 @@ Requires the [`bukkit.command.tpsbar`](permissions#bukkitcommandtpsbar) permissi * ##### smooth-accumulation-step - **default**: 0 - **description**: When gamerule `snowAccumulationHeight` is set greater than 1, this value sets the maximum difference in height between 2 adjacent snow layers. 0 is vanilla behavior. [Example Images](https://github.com/PurpurMC/Purpur/pull/1651#issuecomment-2771393460) +#### leaves +* ##### instant-decay + - **default**: false + - **description**: Set to true to make the leaves instantly decay after breaking a tree. #### lightning_rod * ##### range - **default**: 128 @@ -460,10 +464,6 @@ Requires the [`bukkit.command.tpsbar`](permissions#bukkitcommandtpsbar) permissi * ##### reverse-bubble-column-flow - **default**: false - **description**: Set to true to make downward bubble columns generate instead of upward bubble columns when soul sand is placed/generated under water-source blocks. -#### leaves -* ##### instant-decay - - **default**: false - - **description**: Set to true to make the leaves instantly decay after breaking a tree. ### broadcasts