Releases: zerrium/zstats
Releases · zerrium/zstats
3.1 | Download @SpigotMC/CurseForge
3.0 | Download @SpigotMC/CurseForge
Changelog:
- Updated to JDK 17
- Added 1.18 support
- Added config to use custom db table name
- Refactored code to be more readable
- Replaced System.out.print to Logger.getLogger
2.0 | Download @SpigotMC/CurseForge
Changelog:
- Refactored and optimized codes to be tidier and more readable
- Added tab auto complete command
- Added remove command (alias of delete command)
1.0 | Download @SpigotMC/CurseForge
Change log:
- Fixed compatibility issues, now compatibles with Minecraft version 1.8 to 1.16.4
- More configurable and more flexible across Minecraft versions, you can choose what stats to be stored to database
- Fixed bug: EventListeners not being registered
Note:
- Be sure to backup your database before updating from v0.8/0.8.2 to v1.0
- Delete the old config.yml file and regenerate a new one to see many new configurations
QoL Update
- Added is_updating flag to prevent double SQL update at the same time
- Optimized asynchronous thread and only uses necessary resource
- Fixed HikariCP connection pool timed out
- Refactor and optimize source code
0.7
0.6
0.5
0.4
Initial Release
Removed JavaCord API and instead use DiscordSRV API
Rewrote SQL codes