This commit is contained in:
kento2 2026-04-29 17:38:23 +02:00
parent 8eb15179db
commit 19df9ed066
5 changed files with 58 additions and 1 deletions

View file

@ -34,7 +34,10 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
api("net.kyori:adventure-platform-bukkit:4.4.1")
// Source: https://mvnrepository.com/artifact/io.nats/jnats
implementation("io.nats:jnats:2.25.2")
api("io.nats:jnats:2.25.2")
api("de.kentoj.scrow:kencommandapi-core:0.2")
implementation("de.kentoj.scrow:kencommandapi-bukkit:0.2")