By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A Pocketmine-MP plugin that accelerates leaf decay when trees are felled, enhancing gameplay by speeding up the visual impact of tree felling.
# FastLeafDecay Configuration
# The minimum delay (in seconds) before a leaf block decays after a nearby wood block is broken.
# Must be a positive integer (>= 1).
min_leaf_decay_delay: 1
# The maximum delay (in seconds) before a leaf block decays after a nearby wood block is broken.
# Must be a positive integer (>= min_leaf_decay_delay).
max_leaf_decay_delay: 5
# The maximum radius (in blocks) around the broken wood block within which leaves will be checked for decay.
# Must be a positive integer (>= 1).
max_search_radius: 6
You can leave one review per plugin release, and delete or update your review at any time