Add TNTLeague Module

This commit is contained in:
2024-08-16 11:38:54 +02:00
parent f8f184514b
commit 66f5b6491c
24 changed files with 1446 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
plugins {
steamwar.kotlin
}
dependencies {
compileOnly(libs.paperapi21)
compileOnly(project(":SpigotCore"))
}