Pack: Fast Leaf Decay - teakivy/teaks-tweaks GitHub Wiki

Pack: Fast Leaf Decay (fast-leaf-decay)

With Fast Leaf Decay, leaves decay much faster when trees are mined in survival mode.

Showcase

fast-leaf-decay

Config

The config for this pack can be found in the config.yml file for the plugin.

# Fast Leaf Decay
# Leaves Decay much faster when trees are mined in survival mode.
fast-leaf-decay:
  enabled: false
  # How long it takes for a tree to start decaying
  break-delay: 5
  # How long it takes between decays
  decay-delay: 2
  # Whether or not to decay leaves one by one, or all at once
  one-by-one: true
  # Whether or not to spawn breaking particles
  spawn-particles: true
  # Whether or not to play breaking sounds
  play-sounds: true

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

break-delay

  • Type - int
  • Default - 5
  • Description - Sets how long it takes for a tree to start decaying.

decay-delay

  • Type - int
  • Default - 2
  • Description - Sets the delay between leaf decays (in ticks).

one-by-one

  • Type - boolean
  • Default - true
  • Description - Controls whether leaves decay one by one, or all at once.

spawn-particles

  • Type - boolean
  • Default - true
  • Description - Controls if breaking particles are spawned.

play-sounds

  • Type - boolean
  • Default - true
  • Description - Controls whether breaking sounds are played.

Messages

"fast_leaf_decay.name": "Fast Leaf Decay",
"fast_leaf_decay.description": "Leaves Decay much faster when trees are mined in survival mode.",

fast_leaf_decay.name

  • Default - Fast Leaf Decay

fast_leaf_decay.description

  • Default - Leaves decay much faster when trees are mined in survival mode.