has to add adventure as libary for spigot

sadly
This commit is contained in:
alexcrea 2026-01-01 19:01:13 +01:00
parent a350b7fa69
commit a373cd76f7
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -161,7 +161,9 @@ tasks {
expand(
"version" to effectiveVersion,
"libraries" to " \"org.jetbrains.kotlin:kotlin-stdlib:2.1.0\"" +
", \"net.kyori:adventure-platform-bukkit:4.4.1\""
", \"net.kyori:adventure-text-minimessage:4.25.0\"" +
", \"net.kyori:adventure-text-serializer-plain:4.25.0\"" +
", \"net.kyori:adventure-text-serializer-legacy:4.25.0\""
)
}