Added log level filter
- Fixed dependency loading in Paper
- Removed bukkit platform
- Added the ability to filter logs during the bootstrap phase in Paper
- Fixed velocity module including configurate
Added 1.20.x support
This release includes an exclusive version optimized for Paper 1.19.3+ called LogFilter-Paper. For older versions, simply use LogFilter-Bukkit
What's Changed
- Configure Renovate in https://github.com/4drian3d/LogFilter/pull/4
- fix(deps): update dependency org.spongepowered:spongeapi to v8.1.0 in https://github.com/4drian3d/LogFilter/pull/5
- chore(deps): update dependency gradle to v7.6 in https://github.com/4drian3d/LogFilter/pull/6
- chore(deps): update dependency org.gradlex.extra-java-module-info to v1.3 in https://github.com/4drian3d/LogFilter/pull/8
- chore(deps): update dependency org.spongepowered.gradle.plugin to v2.1.1 in https://github.com/4drian3d/LogFilter/pull/9
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/LogFilter/pull/10
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/LogFilter/pull/11
- chore(deps): update dependency gradle to v8 in https://github.com/4drian3d/LogFilter/pull/15
- Add Paper Plugins support in https://github.com/4drian3d/LogFilter/pull/18
- fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.20.0 in https://github.com/4drian3d/LogFilter/pull/20
- feat: implement paper runtime downloading
Full Changelog: https://github.com/4drian3d/LogFilter/compare/3.0.4...3.0.5
LogFilter will now have an exclusive version for Paper 1.19.3 and higher, it is part of the new category of Paper Plugins https://docs.papermc.io/paper/reference/paper-plugins
This allows to download dependencies in runtime and to be able to filter messages in console in advance.
What's Changed
- Migrate Krypton Module to Kotlin in https://github.com/4drian3d/LogFilter/pull/3
- fix: Fixed Velocity module name
- fix: Fixed configurate shading in Krypton module
- feat: Improved build plugins
Full Changelog: https://github.com/4drian3d/LogFilter/compare/3.0.3...3.0.4
Fixed Velocity load order
What's Changed
- fix: Fixed Paper load order
Before this change, the plugin was loaded after loading the worlds, so some messages might not be filtered


