1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Shutdown metrics on platform shutdown (#386)

* Shutdown metrics on platorm shutdown

* Listen to event instead of hardcoding it

* Annotate Metrics as a Listener

* Use temporary bStats fork to properly shutdown bStats

* Use bstats-base dependency (instead of the whole project I guess?)

* Formatting change

---------

Co-authored-by: Tim203 <mctim203@gmail.com>
This commit is contained in:
Konicai
2023-02-26 18:48:49 -05:00
committed by GitHub
parent 9512528b35
commit 2230f2a6d3
3 changed files with 13 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ object Versions {
const val nettyVersion = "4.1.49.Final"
const val snakeyamlVersion = "1.28"
const val cloudVersion = "1.5.0"
const val bstatsVersion = "3.0.1"
const val bstatsVersion = "d2fbbd6823"
const val javaWebsocketVersion = "1.5.2"