ViaVersion

ViaVersion

Mod and plugin

Allow newer clients to connect to older servers.

Client or server Utility

126.1k downloads
190 followers
Created9 months ago
Updated7 hours ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

ViaVersion

Allows you to connect to servers that are older than your client version. See our GitHub page for more information.

On Fabric, use either ViaFabric or ViaFabricPlus. To override the included version

  • in ViaFabric, put ViaVersion into the mods folder
  • in ViaFabricPlus, put ViaVersion into the ViaFabricPlus/jars folder

Get access to Via* with new MC version support early

Starting with 1.20.5, ViaVersion and ViaBackwards will only be released a day or so after a Minecraft update unless the protocol changes of the update were trivial. If you want early-access, usually days or even weeks before the final release, you can subscribe to either:

  • GitHub Sponsors (preferred option. Use the /verify command on this Discord after), or alternatively
  • Patreon (see the highest tier and make sure to link Patreon to your Discord account under Discord Settings->Connections)

Note on release channels

It is recommended to always use the latest beta release. Alpha builds are used for work on snapshot version compatibility or other cutting-edge changes.

Always use the same build channel across the ViaVersion, ViaBackwards, and ViaRewind projects.

Releases/Dev Builds

You can find official releases in the following places:

Dev builds for all of our projects are on our Jenkins server:

ViaVersion as a Dependency

JavaDocs: https://jd.viaversion.com

Maven:

<repository>
    <id>viaversion-repo</id>
    <url>https://repo.viaversion.com</url>
</repository>
<dependency>
    <groupId>com.viaversion</groupId>
    <artifactId>viaversion-api</artifactId>
    <version>[4.0.0,5.0.0)</version>
    <scope>provided</scope>
</dependency>

Gradle:

repositories {
    maven("https://repo.viaversion.com")
}

dependencies {
    compileOnly("com.viaversion:viaversion-api:VERSION") // Replace the version
}

Resources

Special thanks to all our Contributors.

External resources



Project members

kennytv

Owner

creeper123123321

Developer

FlorianMichael

Developer


Technical information

Project ID