9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: add downloadPlugins to runServer task

This commit is contained in:
LoJoSho
2024-12-29 16:49:55 -06:00
parent 556729bada
commit 4697fc5b31

View File

@@ -139,6 +139,12 @@ tasks {
dependsOn(shadowJar)
dependsOn(jar)
minecraftVersion("1.21.1")
downloadPlugins {
hangar("PlaceholderAPI", "2.11.6")
url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar")
url("https://download.luckperms.net/1567/bukkit/loader/LuckPerms-Bukkit-5.4.150.jar")
}
}
javadoc {