Skip to content

Releases: zerrium/zstats

3.1 | Download @SpigotMC/CurseForge

08 Apr 04:34
1de067e
Compare
Choose a tag to compare

Changelog:

  • Added 1.19 support
  • Upstream dependencies

3.0 | Download @SpigotMC/CurseForge

30 Nov 18:32
2717edf
Compare
Choose a tag to compare

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

19 Jan 16:43
14bb727
Compare
Choose a tag to compare

Changelog:

  1. Refactored and optimized codes to be tidier and more readable
  2. Added tab auto complete command
  3. Added remove command (alias of delete command)

1.0 | Download @SpigotMC/CurseForge

12 Jan 18:04
2413cca
Compare
Choose a tag to compare

Change log:

  1. Fixed compatibility issues, now compatibles with Minecraft version 1.8 to 1.16.4
  2. More configurable and more flexible across Minecraft versions, you can choose what stats to be stored to database
  3. Fixed bug: EventListeners not being registered

Note:

  1. Be sure to backup your database before updating from v0.8/0.8.2 to v1.0
  2. Delete the old config.yml file and regenerate a new one to see many new configurations

QoL Update

09 Dec 09:01
Compare
Choose a tag to compare
  • 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

30 Nov 12:37
Compare
Choose a tag to compare
0.7
  • Fixed AFK stat issue
  • Fixed last played stat issue
  • Fixed database timed out connectivity (using HikariCP)
  • Fixed stats update notification to Discord being too early

0.6

24 Nov 09:54
Compare
Choose a tag to compare
0.6
Fixed ZPlayer#updateStat issue (2)

0.5

24 Nov 03:57
Compare
Choose a tag to compare
0.5
Version 0.5

0.4

24 Nov 03:39
Compare
Choose a tag to compare
0.4
Version 0.4: fixed small bugs

Initial Release

23 Nov 05:41
Compare
Choose a tag to compare

Removed JavaCord API and instead use DiscordSRV API
Rewrote SQL codes