1
0

Initial commit

This commit is contained in:
2024-02-12 17:08:30 +00:00
commit fa5f615562
18 changed files with 875 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
plugins {
alias(libs.plugins.run.paper)
}
dependencies {
compileOnly(libs.minecraft.server.paper)
paperweight.paperDevBundle("1.20.2-R0.1-SNAPSHOT")
}
tasks.runServer {
minecraftVersion("1.20.2")
}