This commit is contained in:
kento2 2026-04-16 22:17:48 +02:00
parent ad4e00a6ab
commit 3433e1d4df
9 changed files with 43 additions and 35 deletions

View file

@ -36,9 +36,9 @@ dependencies {
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
api("net.kyori:adventure-platform-bukkit:4.4.1")
api("de.kentoj:kencommandapi-core:2.0.1")
implementation("de.kentoj:kencommandapi-bukkit:2.0.1")
api("de.kentoj:kencommandapi-bukkit:2.0.1")
api("de.kentoj:kencommandapi-core:2.0.2")
implementation("de.kentoj:kencommandapi-bukkit:2.0.2")
api("de.kentoj:kencommandapi-bukkit:2.0.2")
}
publishing {