Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
Nassim Jahnke 7d7651bc39
Update ProtocolVersion name for 1.18.1
2021-12-08 16:37:10 +01:00
.github Change GH actions dist to adoptium 2021-10-05 14:10:04 +02:00
adventure Build script improvements 2021-05-25 09:07:06 +02:00
api Update ProtocolVersion name for 1.18.1 2021-12-08 16:37:10 +01:00
api-legacy Update ProtocolVersion name for 1.18.1 2021-12-08 16:37:10 +01:00
build-logic Readd flare 2021-10-19 09:10:17 +02:00
bukkit Make changes in particles easier to handle 2021-11-10 11:35:44 +01:00
bukkit-legacy Semi force packet types in PacketWrapper at creation and transformation 2021-07-31 15:08:45 +02:00
bungee Update Bungee version warning 2021-11-15 11:00:18 +01:00
common Fixed 1.9 -> 1.8 potion metadata packet order (#2765) 2021-12-08 12:49:13 +01:00
fabric Run some optipng (#2482) 2021-05-18 20:46:35 +02:00
gradle Update Gradle, particles finally work everywhere™️ 2021-12-02 10:54:32 +01:00
java-compat Remove usage of `sun.misc.Unsafe` in `BungeeViaInjector` (#2698) 2021-10-05 14:20:18 +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 Cleanup Bukkit/Sponge injectors 2021-10-01 12:17:55 +02:00
sponge-legacy Semi force packet types in PacketWrapper at creation and transformation 2021-07-31 15:08:45 +02:00
universal Make proper sources jar (#2495) 2021-05-25 09:44:57 +02:00
velocity Cleanup Bukkit/Sponge injectors 2021-10-01 12:17:55 +02:00
.gitignore Cancel arm animation if in an open inventory for 1.16+ (#2687) 2021-10-01 12:38:49 +02: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 1.18-rc2 2021-11-26 10:53:58 +01:00
build.gradle.kts Add/change comments 2021-05-29 11:50:07 +02:00
gradle.properties Back to snapshot 2021-12-03 18:11:51 +00:00
gradlew Update Gradle to 7.3, adventure to 4.9.3 2021-11-11 10:05:58 +01:00
gradlew.bat *cries in elephant* 2021-02-25 09:18:51 +01:00
settings.gradle.kts Update shadow 2021-10-11 21:03:18 +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/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.