Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
Nassim Jahnke 7e53f55509 Also publish dev branch builds to Hangar 2023-08-11 20:33:47 +10:00
.github Finish publishing action 2023-08-11 12:28:38 +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 Merge remote-tracking branch 'origin/master' into dev 2023-08-10 21:49:26 +10:00
api-legacy Update 1.20/1.20.1 protocol version 2023-06-12 16:47:22 +02: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 Handle changes block state ids 2023-08-11 15:52:53 +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 Update gradle wrapper 2023-07-11 23:34:37 +02: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 Also publish dev branch builds to Hangar 2023-08-11 20:33:47 +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 version table to 1.20 2023-06-11 12:02:25 +01:00
build.gradle.kts Add/change comments 2021-05-29 11:50:07 +02:00
gradle.properties Finish publishing action 2023-08-11 12:28:38 +10:00
gradlew Update gradle wrapper 2023-07-11 23:34:37 +02:00
gradlew.bat Thank you gradle, very cool 2022-12-09 11:18:26 +01:00
settings.gradle.kts Use friendly names in CI tasks, Update shadow and blossom (#3349) 2023-06-15 09:48:13 +02:00

README.md

ViaVersion - Spigot, Sponge, BungeeCord, Velocity

Latest Release Build Status Discord

Allows the connection of higher client versions to lower server versions

Supported Versions:

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

On Paper you may also use ProtocolSupport, but ensure you have the right build for your server version.

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

Sources

OpenNBT

Via Mappings Generator

Mojang mappings (Thank you, Mojang, very cool)

wiki.vg (Used for historic information regarding packet structure, we also contribute back)

Burger (See PAaaS)

Releases / Dev Builds

You can find official releases here:

https://www.spigotmc.org/resources/viaversion.19254/history


You can find official dev builds here:

Jenkins: https://ci.viaversion.com

JavaDocs: https://jd.viaversion.com

Maven Repository:


<repository>
    <id>viaversion-repo</id>
    <url>https://repo.viaversion.com</url>
</repository>

API-artifact:


<dependency>
    <groupId>com.viaversion</groupId>
    <artifactId>viaversion-api</artifactId>
    <version>[4.0.0,5.0.0)</version>
    <scope>provided</scope>
</dependency>

Replace the version depending on your needs.

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.

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, including the end product as a whole; see licenses/GPL.md for details.

Special thanks to all our Contributors.