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.
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
Added CPU & Player login statistics
Velocity Support & Refactoring multiple parts of codebase
Fix many backend bugs
This release fixes hangs on server stopping (fabric) and introduces a new scheduler for use in the fabric platform.
Abstract tab completer & fixing OP checking
New command backend