Skip to content

Commit

Permalink
fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Aug 25, 2024
1 parent 6e452ef commit d3f230f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/auto-antiseedcracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def config_leaf_global(leaf):

def download_antiseedcracker():
print("开始下载AntiSeedCracker")
download(r"https://qcymc.cloud/f/L91iQ/AntiSeedCracker-1.2.0.jar",
download(r"https://cloud.wujiyan.cc/f/x41cK/AntiSeedCracker-1.2.1.jar",
"plugins/AntiSeedCracker-1.2.0.jar")
print("下载完成")

Expand Down
4 changes: 2 additions & 2 deletions src/auto-install-depend.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def downloads():
download_task("PlugManx", "https://github.com/Test-Account666/PlugManX/releases/download/2.4.0/PlugManX-2.4.0.jar")
download_task("WorldEdit", "https://ci.enginehub.org/repository/download/bt10/23766:id/worldedit-bukkit-7.3.1"
"-SNAPSHOT-dist.jar?branch=version/7.3.x&guest=1")
download_task("EssentialsX", "https://qcymc.cloud/f/XBSO/EssentialsX-2.21.0-dev+81-cde7184.jar")
download_task("EssentialsX", "https://cloud.wujiyan.cc/f/7rNSZ/EssentialsX-2.21.0-dev+110-f1a5caf.jar")
download_task("Multiverse-Core", "https://ci.onarandombox.com/job/Multiverse-Core/870/artifact/target/Multiverse"
"-Core-4.3.2-SNAPSHOT.jar")
download_task("AuthMe", "https://qcymc.cloud/f/RDF5/AuthMe-5.6.0-FORK-Universal.jar")
download_task("AuthMe", "https://cdn.modrinth.com/data/3IEZ9vol/versions/oezVemzR/AuthMe-5.7.0-FORK-Universal.jar")
if not os.path.exists("plugins/spark"):
download_task("spark",
"https://ci.lucko.me/job/spark/410/artifact/spark-bukkit/build/libs/spark-1.10.65-bukkit.jar")
Expand Down

0 comments on commit d3f230f

Please sign in to comment.