Rewrite this in a way that actually makes sense

This commit is contained in:
2023-06-20 00:09:26 -05:00
parent dc1b460c6a
commit cdf06b5a5d
39 changed files with 222 additions and 5965 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
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")
compileOnly("org.spigotmc:spigot:1.20.1-R0.1-SNAPSHOT")
}