feat: add paper plugin

This commit is contained in:
2025-12-11 00:34:34 -08:00
parent 3153b8d5e7
commit 528bf73365
18 changed files with 344 additions and 57 deletions

View File

@@ -8,6 +8,9 @@ repositories {
dependencies {
implementation("com.google.code.gson:gson:2.10.1")
implementation("net.kyori:adventure-api:4.25.0")
implementation("net.kyori:adventure-text-minimessage:4.25.0")
}
java {