This commit is contained in:
kento2 2026-04-18 12:57:34 +02:00
parent d4370de78c
commit c234c600fe
6 changed files with 30 additions and 40 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.2")
implementation("de.kentoj:kencommandapi-bukkit:2.0.2")
api("de.kentoj:kencommandapi-bukkit:2.0.2")
api("de.kentoj.scrow:kencommandapi-core:0.2")
implementation("de.kentoj.scrow:kencommandapi-bukkit:0.2")
api("de.kentoj.scrow:kencommandapi-bukkit:0.2")
}
publishing {