+ added support for Spigot version
1.20.5 From now on, only the version(s) mentioned above will be supported!
- dropped support for
1.13,
1.14,
1.15,
1.16,
1.17,
1.18,
1.19 and
1.20.4 If you want to use this plugin on those versions, please use
this release instead!
Thank you for over
32.000 downloads! It makes me happy, that my plugin is so well used.
As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion
here or send me a direct message.
And if you like my this or
my other plugins, then please leave a review!
~ changed the default values inside the
config.yml This makes the config file look more clean. All in all, not much has changed. Only the generic terms of the options have been renamed.
Important! If you use the old config.yml values from prior
1.19_R2, the plugin will not work. Please get the new defaults and tweak them to your liking.
~ renamed the version number
I shortened the plugins version number from e.g.
1.1.2-1.16_R6 to e.g.
1.17_R1. It helps to keep it simple and also makes it easier to find in the
/plugins folder of your spigot server.
As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion
here or send me a direct message.
And if you like my this or
my other plugins, then please leave a review!
However, I will change the Java version to latest, when 1.17 releases, as Java 8 will be unsupported by most software (e.g Paper). Also it is better to use, to get even the most out of the plugins; so keep that in mind!
- reverted back to Java 8
(JRE 1.8)
It's still referenced to Java 15, but aims back onto Java 8. I've tested it on a separate system with just Java 8 and Paper. All features should now work again. I am sorry for the inconvenience
+ added bstats metrics
+ added mod support (more info below)
~ updated to Java 15
However there is no significant change inside. You do not have to change your Java version at all.
~ updated the config.yml file's description
# [DEU] Freilassen wenn alle Welten erlaubt sind # [ENG] Leave empty to allow all worlds OnlyInWorlds: []
# [DEU] Welten die vom Plugin ausgeschlossen werden # [ENG] Worlds that will be ignored by the plugin ExcludeWorlds: []
# [DEU] Verzögerung bei Ticks, um einen abgebauten Block zu prüfen. Muss mindestens 5 sein! # [ENG] Delay in ticks of the break block checks. Minimum is 5! BreakDelay: 8
# [DEU] Verzögerung in Ticks, um verfallende Blätter zu prüfen # [ENG] Delay in ticks to check for decaying leaves DecayDelay: 4
# [DEU] (Optional) Partikel für Blätter aktivieren # [ENG] (Optional) Enable particle for decaying leaves SpawnParticles: true
# [DEU] (Optional) Geräusche beim Decay # [ENG] (Optional) Enable sounds for decaying leaves PlaySound: true
Info - mod support
Now compatible with server modifications based on
Forge or
Fabric, since most mods are based on the code of the normal Minecraft leaves and therefore use the same decay event.