currently refactoring a lot.

This commit is contained in:
kento2 2026-07-04 01:04:01 +02:00
parent fe0b04c7d1
commit 9aa138058c
32 changed files with 484 additions and 254 deletions

View file

@ -6,6 +6,14 @@ plugins {
id("de.kentoj.scrow.java-library")
}
repositories {
mavenCentral()
}
dependencies {
api("net.kyori:adventure-api:5.2.0")
}
publishing {
publications {
create<MavenPublication>("KenCommandAPI") {