作者:rebot | 分类:模组
Minecraft 版本: 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit bungeecord folia paper purpur spigot velocity waterfall
标签: management technology utility
More info & guide: GitHub – AutoViaUpdater
Latest builds (features + bug fixes): GitHub Actions – AutoViaUpdater
What it does
Keeps ViaVersion, ViaBackwards, ViaRewind (and ViaRewind-Legacy on Spigot) up-to-date by checking CI and applying updates automatically.
Works on: Spigot/Paper/Folia, Velocity, BungeeCord
How to use
plugins/ (or on your proxy) and start once./updatevias if needed.Commands
/updatevias — run update check now (perm: autoviaupdater.admin)Permissions
autoviaupdater.admin — manual check & automatic checksConfig (YAML)
# AutoViaUpdater config
# For understanding the difference between release and snapshot builds visit: https://ci.viaversion.com/
# 'snapshot' chooses latest builds when available regardless if they are -SNAPSHOT or not; otherwise latest non-snapshot is used.
# 'dev' selects the *-DEV* Jenkins job; 'java8' selects the *-Java8* job.
# All of the builds here are from Jenkins. If you want to use any other source use this plugin: https://www.spigotmc.org/resources/autoupdateplugins.109683/
ViaVersion:
# Enable or disable ViaVersion updates (https://ci.viaversion.com/job/ViaVersion)
enabled: true
# Download the latest build, regardless of whether it's a snapshot "-SNAPSHOT" or not.
# Otherwise, download the latest non-snapshot build.
snapshot: true
# Enable or disable DEV channel builds from Jenkins (https://ci.viaversion.com/job/ViaVersion-DEV/)
dev: false
# Enable or disable Java 8 builds (https://ci.viaversion.com/job/ViaVersion-Java8/)
java8: false
ViaBackwards:
# Enable or disable ViaBackwards updates (https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/)
enabled: true
# Download the latest build, regardless of whether it's a snapshot "-SNAPSHOT" or not.
# Otherwise, download the latest non-snapshot build.
snapshot: true
# Enable or disable DEV channel builds from Jenkins (https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards-DEV/)
dev: false
# Enable or disable Java 8 builds (https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards-Java8/)
java8: false
ViaRewind:
# Enable or disable ViaRewind updates (https://ci.viaversion.com/view/ViaRewind/job/ViaRewind/)
enabled: true
# Download the latest build, regardless of whether it's a snapshot "-SNAPSHOT" or not.
# Otherwise, download the latest non-snapshot build.
snapshot: true
# Enable or disable DEV channel builds from Jenkins (https://ci.viaversion.com/view/ViaRewind/job/ViaRewind-DEV/)
dev: false
# Enable or disable Java 8 builds (https://ci.viaversion.com/view/ViaRewind/job/ViaRewind-Java8/)
java8: false
ViaRewind-Legacy:
# Enable or disable ViaRewind-Legacy updates. Note: Will not do anything for Bungeecord servers. (https://ci.viaversion.com/view/ViaRewind/job/ViaRewind%20Legacy%20Support/)
enabled: true
# Download the latest build, regardless of whether it's a snapshot "-SNAPSHOT" or not.
# Otherwise, download the latest non-snapshot build.
snapshot: true
# Enable or disable DEV channel builds from Jenkins (https://ci.viaversion.com/view/ViaRewind/job/ViaRewind%20Legacy%20Support%20DEV/)
dev: false
# Check-Interval setting
# The interval (in minutes) to check for updates
Check-Interval: 60
# Experimental Cron Support
# Example "0 0 * * *" is daily at midnight
# Leave it blank "" to disable and use the Check-Interval
Cron-Expression: ""
# The number of seconds to wait after the server has fully loaded before starting the update checking process.
# Setting this value too low may cause errors.
# If errors occur while loading vias, try setting this value to 60 seconds or higher.
Delay: 5
# AutoRestart settings
# AutoRestart is whether the server will restart after an update
# AutoRestart-Delay is the delay in seconds before restarting
# AutoRestart-Message is the message that will be broadcasted before restarting
AutoRestart: false
AutoRestart-Delay: 60
AutoRestart-Message: '&cServer is restarting in 1 minute!'
Support
GitHub Issues: https://github.com/NewAmazingPVP/AutoViaUpdater/issues
Discord: https://discord.gg/u3u45vaV6G
请登录后举报
暂无评论,抢个沙发吧~