{"id":23944,"date":"2026-06-01T11:04:28","date_gmt":"2026-06-01T08:04:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/"},"modified":"2026-06-01T11:04:28","modified_gmt":"2026-06-01T08:04:28","slug":"autoviaupdater","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/","title":{"rendered":"AutoViaUpdater"},"content":{"rendered":"<p>## AutoViaUpdater<\/p>\n<p>**More info &#038; guide:** GitHub \u2013 AutoViaUpdater<\/p>\n<p>**Latest builds (features + bug fixes)**: GitHub Actions \u2013 AutoViaUpdater<\/p>\n<p>**What it does**<br \/>\nKeeps **ViaVersion**, **ViaBackwards**, **ViaRewind** (and **ViaRewind-Legacy** on Spigot) up-to-date by checking CI and applying updates automatically.<\/p>\n<p>**Works on**: Spigot\/Paper\/Folia, Velocity, BungeeCord<\/p>\n<p>**How to use**<\/p>\n<p>1. Place the jar in `plugins\/` (or on your proxy) and start once.<br \/>\n2. Choose which Via components to update and set the check interval in the config.<br \/>\n3. Run a manual check with `\/updatevias` if needed.<\/p>\n<p>**Commands**<\/p>\n<p>* `\/updatevias` \u2014 run update check now *(perm: `autoviaupdater.admin`)*<\/p>\n<p>**Permissions**<\/p>\n<p>* `autoviaupdater.admin` \u2014 manual check &#038; automatic checks<\/p>\n<p>**Config (YAML)**<\/p>\n<p>&#8220;`yaml<br \/>\n# AutoViaUpdater config<br \/>\n# For understanding the difference between release and snapshot builds visit: https:\/\/ci.viaversion.com\/<br \/>\n# &#8216;snapshot&#8217; chooses latest builds when available regardless if they are -SNAPSHOT or not; otherwise latest non-snapshot is used.<br \/>\n# &#8216;dev&#8217; selects the *-DEV* Jenkins job; &#8216;java8&#8217; selects the *-Java8* job.<br \/>\n# 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\/<\/p>\n<p>ViaVersion:<br \/>\n  # Enable or disable ViaVersion updates (https:\/\/ci.viaversion.com\/job\/ViaVersion)<br \/>\n  enabled: true<br \/>\n  # Download the latest build, regardless of whether it&#8217;s a snapshot &#8220;-SNAPSHOT&#8221; or not.<br \/>\n  # Otherwise, download the latest non-snapshot build.<br \/>\n  snapshot: true<br \/>\n  # Enable or disable DEV channel builds from Jenkins (https:\/\/ci.viaversion.com\/job\/ViaVersion-DEV\/)<br \/>\n  dev: false<br \/>\n  # Enable or disable Java 8 builds (https:\/\/ci.viaversion.com\/job\/ViaVersion-Java8\/)<br \/>\n  java8: false<\/p>\n<p>ViaBackwards:<br \/>\n  # Enable or disable ViaBackwards updates (https:\/\/ci.viaversion.com\/view\/ViaBackwards\/job\/ViaBackwards\/)<br \/>\n  enabled: true<br \/>\n  # Download the latest build, regardless of whether it&#8217;s a snapshot &#8220;-SNAPSHOT&#8221; or not.<br \/>\n  # Otherwise, download the latest non-snapshot build.<br \/>\n  snapshot: true<br \/>\n  # Enable or disable DEV channel builds from Jenkins (https:\/\/ci.viaversion.com\/view\/ViaBackwards\/job\/ViaBackwards-DEV\/)<br \/>\n  dev: false<br \/>\n  # Enable or disable Java 8 builds (https:\/\/ci.viaversion.com\/view\/ViaBackwards\/job\/ViaBackwards-Java8\/)<br \/>\n  java8: false<\/p>\n<p>ViaRewind:<br \/>\n  # Enable or disable ViaRewind updates (https:\/\/ci.viaversion.com\/view\/ViaRewind\/job\/ViaRewind\/)<br \/>\n  enabled: true<br \/>\n  # Download the latest build, regardless of whether it&#8217;s a snapshot &#8220;-SNAPSHOT&#8221; or not.<br \/>\n  # Otherwise, download the latest non-snapshot build.<br \/>\n  snapshot: true<br \/>\n  # Enable or disable DEV channel builds from Jenkins (https:\/\/ci.viaversion.com\/view\/ViaRewind\/job\/ViaRewind-DEV\/)<br \/>\n  dev: false<br \/>\n  # Enable or disable Java 8 builds (https:\/\/ci.viaversion.com\/view\/ViaRewind\/job\/ViaRewind-Java8\/)<br \/>\n  java8: false<\/p>\n<p>ViaRewind-Legacy:<br \/>\n  # Enable or disable ViaRewind-Legacy updates. Note: Will not do anything for Bungeecord servers. (https:\/\/ci.viaversion.com\/view\/ViaRewind\/job\/ViaRewind%20Legacy%20Support\/)<br \/>\n  enabled: true<br \/>\n  # Download the latest build, regardless of whether it&#8217;s a snapshot &#8220;-SNAPSHOT&#8221; or not.<br \/>\n  # Otherwise, download the latest non-snapshot build.<br \/>\n  snapshot: true<br \/>\n  # Enable or disable DEV channel builds from Jenkins (https:\/\/ci.viaversion.com\/view\/ViaRewind\/job\/ViaRewind%20Legacy%20Support%20DEV\/)<br \/>\n  dev: false<\/p>\n<p># Check-Interval setting<br \/>\n# The interval (in minutes) to check for updates<br \/>\nCheck-Interval: 60<\/p>\n<p># Experimental Cron Support<br \/>\n# Example &#8220;0 0 * * *&#8221; is daily at midnight<br \/>\n# Leave it blank &#8220;&#8221; to disable and use the Check-Interval<br \/>\nCron-Expression: &#8220;&#8221;<\/p>\n<p># The number of seconds to wait after the server has fully loaded before starting the update checking process.<br \/>\n# Setting this value too low may cause errors.<br \/>\n# If errors occur while loading vias, try setting this value to 60 seconds or higher.<br \/>\nDelay: 5<\/p>\n<p># AutoRestart settings<br \/>\n# AutoRestart is whether the server will restart after an update<br \/>\n# AutoRestart-Delay is the delay in seconds before restarting<br \/>\n# AutoRestart-Message is the message that will be broadcasted before restarting<br \/>\nAutoRestart: false<br \/>\nAutoRestart-Delay: 60<br \/>\nAutoRestart-Message: &#8216;&#038;cServer is restarting in 1 minute!&#8217;<br \/>\n&#8220;`<\/p>\n<p>**Support**<br \/>\nGitHub Issues: https:\/\/github.com\/NewAmazingPVP\/AutoViaUpdater\/issues<br \/>\nDiscord: https:\/\/discord.gg\/u3u45vaV6G<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Automatically update all Vias -> ViaVersion, ViaBackwards, ViaRewind, ViaRewind-Legacy!<\/p>\n","protected":false},"featured_media":23945,"template":"","meta":{"_minecraft_slug":"autoviaupdater","_minecraft_project_id":"G2AvD9yv","_minecraft_author":"NewAmazingPVP","_minecraft_license":"MIT","_minecraft_downloads":3945,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"autoviaupdater.zip","_minecraft_size_bytes":7325009,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T04:25:21.732217Z","_minecraft_date_created":"2025-09-06T08:46:48.938900Z","_minecraft_date_modified":"2026-01-22T03:51:34.938886Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/autoviaupdater","_minecraft_icon_attachment_id":23945,"_minecraft_imported_at":"2026-06-01T08:04:29+00:00","_minecraft_import_hash":"326ac2bf293364223c90c47cadbb409f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,894,125,126,127,128,129,123,92,985,992],"mod_loader":[130,895,131,132,133,134,986,993],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-23944","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-bungeecord","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bukkit","mod_loader-bungeecord","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-velocity","mod_loader-waterfall","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AutoViaUpdater - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AutoViaUpdater - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Automatically update all Vias -&gt; ViaVersion, ViaBackwards, ViaRewind, ViaRewind-Legacy!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/\",\"name\":\"AutoViaUpdater - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp\",\"datePublished\":\"2026-06-01T08:04:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoviaupdater\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AutoViaUpdater\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AutoViaUpdater - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/","og_locale":"en_US","og_type":"article","og_title":"AutoViaUpdater - Minecraft","og_description":"Automatically update all Vias -> ViaVersion, ViaBackwards, ViaRewind, ViaRewind-Legacy!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/","name":"AutoViaUpdater - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp","datePublished":"2026-06-01T08:04:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoviaupdater-icon-a7dfde6a9f05c330f303e378e9e63e7b9a19e17b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoviaupdater\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"AutoViaUpdater"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/23944","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/23945"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=23944"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=23944"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=23944"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=23944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}