Minecraft FastLeafDecay mod 2026 download
logo
minecraft mod FastLeafDecay

FastLeafDecay

Game Version: 1.15
Total Downloads: 25,222
Updated: Jan 15, 2020
Created: Aug 25, 2018
Download FastLeafDecayDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
FastLeafDecay for 1.15.1 release 6.40 KB Jan 15, 2020 1.15 16,373 download FastLeafDecay FastLeafDecay for 1.15.1 releaseDownload
FastLeafDecay for 1.13 release 6.21 KB Oct 8, 2018 1.13 5,802 download FastLeafDecay FastLeafDecay for 1.13 releaseDownload
1.12-compat release 7.63 KB Oct 8, 2018 1.12 1,786 download FastLeafDecay 1.12-compat releaseDownload
1.8-compat release 7.52 KB Oct 8, 2018 1.8.1 500 download FastLeafDecay 1.8-compat releaseDownload
Compile against 1.13.1 release 6.21 KB Sep 10, 2018 1.13 332 download FastLeafDecay Compile against 1.13.1 releaseDownload
Renamed jar and plugin name release 6.21 KB Aug 26, 2018 1.13 229 download FastLeafDecay Renamed jar and plugin name releaseDownload
FastLeavesDecay.jar release 6.25 KB Aug 25, 2018 1.13 200 download FastLeafDecay FastLeavesDecay.jar releaseDownload

Description

Share this:

FastLeafDecay

Speed up leaf decay in Minecraft

Leaves decaying instantaneously

Purpose

Leaves in Minecraft will decay when they are not connected to a log block directly or via other leaves by a distance of 6 blocks or less. The game will udpate their distance very quickly, but only gradually and very slowly arrange for their decay. This is where the FastLeafDecay plugin comes in. It will realize whenever a leaves block gets disconnected from any nearby logs keeping it alive, and schedule a prompt decay. A variety of configuration options are included.

Features

FastLeafDecay works automatically on all leaves which are not player placed and does not require any permissions or configuration, although configuration is provided, see below.

  • Leaves decay quickly after the tree stem was cut.
  • Leaves decay quickly around natural decay events.
  • Natural drops, such as saplings and apples, are unaffected.
  • Player placed leaves (with the persistent flag) are unaffected.
  • Limit decay to certain worlds or blacklist worlds in the configuration.
  • Play a sound and animation for better player feedback. This can be disabled in the config.
  • Devs: This plugin calls LeavesDecayEvent before taking action and respects its cancellation state.

Compatibility

FastLeafDecay uses Spigot's modern BlockData and Tag frameworks and will therefore only work on Bukkit or Spigot 1.13or above. Builds compatible with Bukkit 1.12 or 1.8 can be found in the Links section below.

Installation

  • Drop the FastLeafDecay.jar into your plugins folder and restart the server or load the plugin manually.
  • (Optional) Edit the plugins/FastLeafDecay/config.yml file and restart the server or reload the plugin manually.

Configuraton

Many features of FastLeafDecay can be configured in the config.yml file. To apply your changes, either restart your server or reload the plugin manually. To revert to the plugin defaults, delete the file and a new one will be created next time the plugin gets loaded.

# Leave this string list empty to enable all worlds.
OnlyInWorlds: []
# List worlds you wish to exclude from sped up leaves decay.
ExcludeWorlds: []
# Delay in ticks to check around broken blocks.
# Must be at least 5 to guarantee proper function.
BreakDelay: 5
# Delay in ticks to check around decaying leaves.
DecayDelay: 2
# Break blocks one by one. If set to true, no more than one leaf block
# will be broken at once.
OneByOne: false # Play additional effects SpawnParticles: true PlaySound: true

Links

  • Source code on Github
  • BukkitDev plugin page
  • SpigotMC resource page
  • 1.12 compatibility version
  • 1.8 compatibility version
 

Comments

Add a comment