update faststats

fix a potential plugin issue with disabling faststat in a certain way and fix potential submission on first run
This commit is contained in:
alexcrea 2026-06-13 15:14:33 +02:00
parent b0f32fdba2
commit 12ec4e1f54
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -22,7 +22,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.17.0"
version = "1.17.1"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"
@ -58,7 +58,7 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
// fast stats
implementation("dev.faststats.metrics:bukkit:0.25.1")
implementation("dev.faststats.metrics:bukkit:0.26.1")
// minimessage
implementation("net.kyori:adventure-text-minimessage:4.25.0")