Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
Nassim Jahnke 489b28e520
4.8.0 Release
2023-09-21 10:34:20 +10:00
.github [ci skip] Update checkout to v4, Check for latest JDK 11 build (#3416) 2023-09-05 20:48:36 +10:00
.idea Update copyright headers 2023-01-12 12:45:53 +01:00
adventure Build script improvements 2021-05-25 09:07:06 +02:00
api 4.8.0 Release 2023-09-21 10:34:20 +10:00
api-legacy 1.20.2-pre2 2023-09-08 09:05:31 +10:00
build-logic Include link to commit in autopublished changelog 2023-08-11 16:21:44 +10:00
bukkit Don't create ack task when already disabled 2023-07-02 13:29:07 +02:00
bukkit-legacy Small startup time improvements 2023-03-16 12:48:39 +01:00
bungee Remove requirement for MovementTransmitterProvider (#3355) 2023-06-18 15:30:58 +02:00
common Fix particle handling 2023-09-21 10:33:58 +10:00
compat Update yaml compat checker 2023-03-16 20:41:03 +01:00
fabric Run some optipng (#2482) 2021-05-18 20:46:35 +02:00
gradle 1.20.2-rc1 2023-09-16 10:19:49 +10:00
licenses Update copyright headers 2023-01-12 12:45:53 +01:00
sponge Fix `SpongeViaInjector#getServerProtocolVersion()` for Sponge API-10+ (#3337) 2023-06-09 11:29:55 +02:00
universal [ci skip] Update Hangar publish plugin 2023-08-26 20:04:06 +10:00
velocity Remove requirement for MovementTransmitterProvider (#3355) 2023-06-18 15:30:58 +02:00
.gitignore 4.2.0 Release 2022-02-24 09:22:47 +01:00
LICENSE Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
README.md Update README 2023-08-11 21:12:03 +10:00
build.gradle.kts Add/change comments 2021-05-29 11:50:07 +02:00
gradle.properties 4.8.0 Release 2023-09-21 10:34:20 +10:00
gradlew [ci skip] Update Gradle wrapper 2023-09-05 21:16:24 +10:00
gradlew.bat [ci skip] Update Gradle wrapper 2023-09-05 21:16:24 +10:00
settings.gradle.kts Fix reentering of the configuration state 2023-09-19 00:37:55 +10:00

README.md

ViaVersion

Latest Release Build Status Discord

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, Velocity, Bungee, and Sponge. We also have projects integrating ViaVersion to run on Fabric, Forge, 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.

Supported Versions:

Table (https://i.imgur.com/sTrVnC2.png)

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

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
}

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

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.

Mapping Files

Mapping files are generated and managed in our Mappings repository.

Resources

License

The entirety of the API directory (including the legacy 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.