Skip to content

Commit

Permalink
chore(build): download LuckPerms for runServer task
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Dec 13, 2023
1 parent c8af12a commit 01bf85b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ tasks {

withType<RunServer> { // set for both runServer and runMojangMappedServer
systemProperty("com.mojang.eula.agree", "true")

downloadPlugins {
url("https://download.luckperms.net/1526/bukkit/loader/LuckPerms-Bukkit-5.4.113.jar")
}
}

runServer {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mirror = "0.1.2"
reflectionRemapper = "0.1.0"

paperweight = "1.5.6"
runPaper = "2.1.0"
runPaper = "2.2.2"
shadow = "8.1.1"
spotless = "6.17.0"

Expand Down

0 comments on commit 01bf85b

Please sign in to comment.