- Add bStats for collecting anonymous statistics
- Can be disabled under
config.yml
(orconfig.toml
if you're using Velocity) - Metric collection on Sponge is configured through the
/config/sponge/metrics.conf
file and is disabled by default
- Can be disabled under
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.3...3.3.4
- Revert commit that moves Bukkit plugin to platform-specific package as it breaks existing plugins
- Use non-deprecated Vote#getTimestamp() method on Vote constructor
- Use the run-task Gradle plugin
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.2...3.3.3
- Add experimental Folia scheduler
- Move Bukkit code to platform-specific package
- Mention experimental Folia support on README
- Update Gradle wrapper to 8.14.2
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.1...3.3.2
- Mark Folia as supported
- Update
paper-api
to 1.21.5 - Other minor code changes
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.0...3.3.1
What's Changed
- Support for using URIs for Redis connection info
- Re-added Sponge support, rewritten for API versions over 11.0.0
- Return an error during
/nvreload
if forwarding methods fail to be initialized - Fix any missing log messages regarding which method the plugin is using to receive forwarded votes
- Fix Paper 1.21.3 being detected as Folia and dispatching VotifierEvent asynchronously
- Changed package structure on most modules
- Update netty to version
4.1.116.Final
- Update jedis to version
5.2.0
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.2.0...3.3.0