Skip to content

Commit 01bf85b

Browse files
committed
chore(build): download LuckPerms for runServer task
1 parent c8af12a commit 01bf85b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ tasks {
7272

7373
withType<RunServer> { // set for both runServer and runMojangMappedServer
7474
systemProperty("com.mojang.eula.agree", "true")
75+
76+
downloadPlugins {
77+
url("https://download.luckperms.net/1526/bukkit/loader/LuckPerms-Bukkit-5.4.113.jar")
78+
}
7579
}
7680

7781
runServer {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mirror = "0.1.2"
55
reflectionRemapper = "0.1.0"
66

77
paperweight = "1.5.6"
8-
runPaper = "2.1.0"
8+
runPaper = "2.2.2"
99
shadow = "8.1.1"
1010
spotless = "6.17.0"
1111

0 commit comments

Comments
 (0)