Initial commit
This commit is contained in:
13
gradle/module-resources/spigot.kts
Normal file
13
gradle/module-resources/spigot.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
alias(libs.plugins.run.paper)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.minecraft.server.spigot)
|
||||
|
||||
paperweight.paperDevBundle("1.20.2-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
tasks.runServer {
|
||||
minecraftVersion("1.20.2")
|
||||
}
|
||||
Reference in New Issue
Block a user