Releases: diced/ServerStats
v1.2.8
v1.2.7
Packets, GC, Threads, and Uptime statistics
- Tons of refactoring to make the file structure more cleaner, but it is Java so we gotta work with what we got here.
- New logger implementation
- Bukkit version soft depends on ProtocolLib for packet reading
- Proxy implementations of packets is not supported yet since there seems to not be a clear way to count read/sent packets at the moment.
v1.2.6
Disk space & per world statistics for multiple stats
- Refactoring of prometheus related modules
- Custom prometheus exporter instead of
io.prometheus.client
since it does not do exemplars correctly - Classes for each metric that is collected for making new metrics easier
Warning!
-
If you are using fabric, there is a bug with disk space not showing for nether and end:
this dev release (it is stable) fixes it: https://github.com/diced/ServerStats/raw/dev-builds/build_artifacts/ServerStats-Fabric-1.2.6.jar -
If you have more than 2GB of ram allocated to your server get your release from the latest dev seen below:
https://github.com/diced/ServerStats/raw/dev-builds/build_artifacts/ServerStats-Fabric-1.2.6.jar
https://github.com/diced/ServerStats/raw/dev-builds/build_artifacts/ServerStats-Bukkit-1.2.6.jar
The below assets are the latest ones with these bug fixes.
v1.2.5
CPU & Player logins stats
v1.2.4
Velocity Support & Refactoring multiple parts of codebase
v1.2.3
Update README.md
v1.2.2
Update README.md
v1.2.1
Update README.md