Added ignore persistence option to Fast Leaf Decay
Added "ignore-persistence" option to Fast Leaf Decay
This means that leaves that have persist=true will also decay.
Blocks placed by players will not decay
Warning: Enabling this will mean all leaves not connected to logs that were placed by players before enabling "ignore-persistence" may decay
Updated default config:
Code (YAML):
# fast-leaf-decay: Leaves disappear as soon as the last log has been broken fast-leaf-decay: # enabled: Whether Fast Leaf Decay is enabled enabled: true
# sounds: Whether a sound will be made when leaves decay sounds: false
# particles: Whether particles will appear when leaves decay particles: false
# ignore-persistence: Whether persistent leaves should decay (Leaves placed by players will not decay) ignore-persistence: false
# WARNING: Enabling this will cause leaves previously placed by players to decay.