Initial commit

This commit is contained in:
2023-06-15 17:21:19 -05:00
commit 72218f9268
50 changed files with 8709 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
plugins {
id("java")
}
group = rootProject.group
version = rootProject.version
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:21.3")
}