Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
KennyTV 9e59ef4c4a
Hold the rest of the primitive Type instances under their actual class
This brings no improvement now, but if primitive read/write methods for manual calls were implemented later, a signature break will have been prevented by this (aka breaking it now)
2021-04-28 21:12:19 +02:00
.github Clean up build scripts using new Gradle features (#2436) 2021-04-14 14:16:48 +02:00
adventure Change package/imports in classes and build configs 2021-04-26 20:52:34 +02:00
api Hold the rest of the primitive Type instances under their actual class 2021-04-28 21:12:19 +02:00
api-legacy Move bossbar to new legacy package, since it only works on <1.9 2021-04-28 11:10:16 +02:00
buildSrc Change package/imports in classes and build configs 2021-04-26 20:52:34 +02:00
bukkit Rename outgoing->clientbound, incoming->serverbound 2021-04-28 16:30:34 +02:00
bukkit-legacy Rename abstract Protocol to AbstractProtocol 2021-04-27 18:21:51 +02:00
bungee Rename outgoing->clientbound, incoming->serverbound 2021-04-28 16:30:34 +02:00
common Hold the rest of the primitive Type instances under their actual class 2021-04-28 21:12:19 +02:00
fabric Clean up build scripts using new Gradle features (#2436) 2021-04-14 14:16:48 +02:00
gradle Clean up build scripts using new Gradle features (#2436) 2021-04-14 14:16:48 +02:00
java-compat Change package/imports in classes and build configs 2021-04-26 20:52:34 +02:00
licenses Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
sponge Rename outgoing->clientbound, incoming->serverbound 2021-04-28 16:30:34 +02:00
sponge-legacy Create some fancy interfaces 2021-04-26 23:01:55 +02:00
universal Fix publishing 2021-04-15 11:07:40 +02:00
velocity Move bossbar to new legacy package, since it only works on <1.9 2021-04-28 11:10:16 +02:00
.gitignore Prepare for 1.0.0 2016-11-13 14:04:56 +00:00
build.gradle.kts 21w17a 2021-04-28 17:40:57 +02:00
gradle.properties *cries in elephant* 2021-02-25 09:18:51 +01:00
gradlew Switch to indra, attempt to fix shading and universal jar 2021-02-25 09:19:14 +01:00
gradlew.bat *cries in elephant* 2021-02-25 09:18:51 +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 Keep wrapping Via, ViaAPI, and Bossbar API in api-legacy module 2021-04-26 20:55:24 +02:00
settings.gradle.kts Keep wrapping Via, ViaAPI, and Bossbar API in api-legacy module 2021-04-26 20:55:24 +02:00

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/uDM9HR8.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:

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

Burger (See PAaaS)

OpenNBT

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>LATEST</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.

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.