This commit is contained in:
kento2 2026-07-07 20:37:22 +02:00
parent 682cff9a8b
commit a2d1153ae8
17 changed files with 439 additions and 326 deletions

View file

@ -5,14 +5,8 @@ plugins {
id("scrow.java-library")
}
repositories {
maven("https://repo.papermc.io/repository/maven-public/") {
name = "papermc"
}
}
dependencies {
compileOnly(project(":kencommandapi-core"))
api(project(":kencommandapi-core"))
compileOnly("io.papermc.paper:paper-api:1.21.11-rc3-R0.1-SNAPSHOT")
}