Add ComponentMessage, for TranslatableComponents in Paper >1.20

This commit is contained in:
2024-11-14 22:08:06 +01:00
parent a78974b903
commit d115975403
5 changed files with 90 additions and 0 deletions
+2
View File
@@ -32,4 +32,6 @@ tasks.shadowJar {
dependencies {
compileOnly(libs.paperapi21)
compileOnly(libs.nms21)
compileOnly(project(":SpigotCore"))
}