init structure

init protocol
This commit is contained in:
tony_all
2023-03-12 13:10:44 +08:00
parent 54ce760feb
commit 75dfd94e66
17 changed files with 303 additions and 34 deletions
+15
View File
@@ -0,0 +1,15 @@
plugins {
kotlin("jvm")
}
group = "cc.maxmc.msm.child"
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
}
dependencies {
implementation(kotlin("stdlib"))
compileOnly("io.github.waterfallmc:waterfall-api:1.19-R0.1-SNAPSHOT")
}