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 d98d416 commit 7031db4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,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

0 comments on commit 7031db4

Please sign in to comment.