Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AutoViaUpdater
PluginMIT

AutoViaUpdater

Automatically update all Vias -> ViaVersion, ViaBackwards, ViaRewind, ViaRewind-Legacy!

2.0K
Downloads
6
Followers
5 months ago
Updated
📦
2
Versions
managementtechnologyutilitybukkitbungeecordfoliapaperpurpurspigotvelocitywaterfall
Download Latestv10.1.0View on Modrinth

📖About AutoViaUpdater

AutoViaUpdater

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

  1. Place the jar in plugins/ (or on your proxy) and start once.
  2. Choose which Via components to update and set the check interval in the config.
  3. Run a manual check with /updatevias if needed.

Commands

  • /updatevias — run update check now (perm: autoviaupdater.admin)

Permissions

  • autoviaupdater.admin — manual check & automatic checks

Config (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

👥 Team & Contributors

NewAmazingPVP
NewAmazingPVPOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitbungeecordfoliapaperpurpurspigotvelocitywaterfall
Minecraft Versions
1.81.8.11.8.21.8.31.8.41.8.51.8.61.8.7+62 more

🔗 Links

Modrinth Page