Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Jun 25, 2024
1 parent 5294305 commit 663ca41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto-install-depend.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def downloads():
download_task("Luckperms", "https://ci.lucko.me/job/LuckPerms/1549/artifact/bukkit/loader/build/libs/LuckPerms-Bukkit-5.4.134.jar")
download_task("PlaceholderAPI", "https://ci.extendedclip.com/job/PlaceholderAPI/193/artifact/build/libs"
"/PlaceholderAPI-2.11.6-DEV-193.jar")
download_task("PlugManx", "https://qcymc.cloud/f/QRCo/PlugManX-2.3.8.jar")
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")
Expand Down
9 changes: 5 additions & 4 deletions auto-optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ def optimize_spigot(spigot):
"item": 3.5,
"exp": 4.0
}
spigot["world-settings"]["default"]["ticks-per"] = {
"hopper-transfer": 8,
"hopper-check": 8
}
if danger:
spigot["world-settings"]["default"]["ticks-per"] = {
"hopper-transfer": 4,
"hopper-check": 4
}


@handler(r'config/paper-global.yml')
Expand Down

0 comments on commit 663ca41

Please sign in to comment.