bukkit: Switch to release version of run-paper and update config for Paper 1.17
This commit is contained in:
parent
f67b126cc9
commit
2a9a32aafe
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id("cloud.example-conventions")
|
||||
id("com.github.johnrengelman.shadow")
|
||||
id("xyz.jpenilla.run-paper") version "1.0.3-SNAPSHOT"
|
||||
id("xyz.jpenilla.run-paper") version "1.0.3"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -27,7 +27,5 @@ tasks {
|
|||
}
|
||||
runServer {
|
||||
minecraftVersion("1.17")
|
||||
paperclip(file("spigot-1.17.jar"))
|
||||
legacyPluginLoading()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue