Back to Plugins
ViaVersion icon

ViaVersion

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for ViaVersion Spigot Downloads badge for ViaVersion Modrinth Downloads badge for ViaVersion Hangar Downloads badge for ViaVersion How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Created by: Spiget Importer

Description

ViaVersion

Allows the connection of higher client versions to lower server versions - it works on any platform you can think of.

The base ViaVersion jar runs on Paper and Velocity. We also have projects integrating ViaVersion to run on Fabric, Forge, Bungee, Sponge, or as a standalone proxy to join from basically any client version on any server version from the past decade. See HERE for an overview of the different Via* projects.

Note that ViaVersion will be able to run best on either Paper servers or through ViaFabricPlus due to having direct access to client/server state and more extensive API.

Supported Versions:

User Docs: https://docs.viaversion.com

Snapshot support

ViaVersion will only be released a few days 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 Settings->Connections) This also includes access to a private repository with the code, which will be pushed to the public repository after the given delay on a Minecraft update.

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>[5.0.0,6.0.0)</version>
    <scope>provided</scope>
</dependency>

Gradle:

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

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

If you need access to the existing protocol or platform implementations, use the parent artifact viaversion. Please note the differences in licensing.

Note: If you want to make your own platform implementation of ViaVersion (and additional addons), take a look at the documentation.

Building

After cloning this repository, build the project with Gradle by running ./gradlew build and take the created jar out of the build/libs directory.

You need JDK 17 or newer to build ViaVersion.

Mapping Files

Mapping files are generated and managed in our Mappings repository. The generated mapping output is stored here.

Resources

License

The entirety of the API directory is licensed under the MIT License; see licenses/MIT.md for details.

Everything else, unless explicitly stated otherwise, is licensed under the GNU General Public License v3, including the end-product as a whole; see licenses/GPL.md for details.

Special thanks to all our Contributors.

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for ViaVersion
![Downloads](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/downloads.png)
Spigot Downloads
Spigot Downloads badge for ViaVersion
![Spigot Downloads](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/spigot-downloads.png)
Modrinth Downloads
Modrinth Downloads badge for ViaVersion
![Modrinth Downloads](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/modrinth-downloads.png)
Hangar Downloads
Hangar Downloads badge for ViaVersion
![Hangar Downloads](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/hangar-downloads.png)
GitHub Stars
GitHub Stars badge for ViaVersion
![GitHub Stars](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/github-stars.png)
License
License badge for ViaVersion
![License](https://ezbanners.org/shields/plugins/2b53defc-6fb4-4333-bbb7-d7a478d970ad/license.png)