From bf4ae77270b01eb464f813b0df5d3ac5fd433b97 Mon Sep 17 00:00:00 2001 From: 0xSoul <31786518+0xSoul24@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:51:35 -0500 Subject: [PATCH] Refactor plugin download method for ProtocolLib to use GitHub release --- server/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/update.sh b/server/update.sh index 1a6bff3..e934630 100755 --- a/server/update.sh +++ b/server/update.sh @@ -37,7 +37,7 @@ for module in admin bedtime core enchantments permissions portals regions trifle download_latest_github_release "oddlama/vane" "vane-$module-{VERSION}.jar" "plugins/vane-$module.jar" done -download_file "https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar" plugins/ProtocolLib.jar +download_latest_github_release "dmulloy2/ProtocolLib" "ProtocolLib.jar" plugins/ProtocolLib.jar download_latest_github_release "BlueMap-Minecraft/BlueMap" "BlueMap-{VERSION}-spigot.jar" plugins/bluemap.jar download_from_json_feed \ "https://ci.lucko.me/job/spark/lastSuccessfulBuild/api/json" \