Automatically updates your Velocity Proxy to the latest build for your version
Keep your Velocity proxy running on the latest security and performance patches without lifting a finger.
AutoProxyUpdater is a lightweight, standalone utility designed specifically for Velocity. It ensures your proxy JAR is always up-to-date by communicating directly with the PaperMC API, handling downloads, and managing safe shutdowns.
Modern proxy environments require high uptime and security. Manually checking for Velocity builds is tedious. This project automates the entire lifecycle—from detecting the latest version to replacing the JAR file safely without corrupting the running process.
config.yml. No extra files, no redundant downloads after a restart.NoClassDefFound errors), it renames the current JAR to .old and places the new one. This ensures a clean shutdown..old files on the next successful startup to keep your root folder clean.The plugin generates a config.yml in its data folder. You can fine-tune the update behavior here:
# AutoProxyUpdater Configuration
# The API URL for updates.
# LEAVE EMPTY to automatically use the latest Velocity version from PaperMC.
api-url: ""
# Path to the proxy JAR. Leave empty for auto-detection via classpath.
proxy-jar-path: ""
# Identity header for API requests
user-agent: "AutoProxyUpdater/1.3"
# Delay in seconds before shutting down after a successful download.
shutdown-delay: 3
# ------------------------------------------------------------
# DONT TOUCH! Internal state, do not modify manually.
# ------------------------------------------------------------
internal-current-build: 559
[!DANGER]
Using auto-updaters in production environments is at your own risk. This plugin replaces your primary proxy JAR. Always ensure you have a robust backup system and a startup script (like awhile trueloop) to bring the proxy back online after it shuts down for an update.
This project is licensed under the MIT License.
Developer Note: If you are also running backend servers (Paper/Purpur/Leaf), check out my companion project AutoUpdateServer!