Instantly decays leaves near broken logs to speed up tree harvesting.
A Minecraft Spigot/Paper plugin module that allows leaves to decay instantly when logs are broken or nearby leaves decay.
This enhances tree-farming gameplay by speeding up leaf removal while respecting natural decay mechanics.
.jar in your server’s plugins/ folder Main listener class:de.scholle.minecrafthelden.external.InstaLeafDecay.BlockBreakEventListener
Key methods & behavior:
onBlockBreak(BlockBreakEvent event) → Breaks leaves near broken logs instantly onLeavesDecay(LeavesDecayEvent event) → Breaks nearby leaves instantly during natural decay breakLeaf(Block block, boolean breakFirstBlock, Block originalBlock) → Recursively handles leaf breaking isValidLeaf(Block block, Block originalBlock) → Ensures leaves are valid for decay, ignoring persistent or distant blocksNotes:
Developed by: Scholle
Package: de.scholle.minecrafthelden.external.InstaLeafDecay
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it in compliance with the terms of that license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0