Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
Nassim Jahnke 4f2a5bb7e2
4.4.1 Release
2022-07-28 18:49:40 +02:00
.github Add label for Feature Requests 2022-06-27 13:36:10 +01:00
.idea 4.2.0 Release 2022-02-24 09:22:47 +01:00
adventure Build script improvements 2021-05-25 09:07:06 +02:00
api Handle 1.19 chat types 2022-07-28 13:14:28 +02:00
api-legacy 1.19.1-pre1 2022-06-21 21:01:24 +02:00
build-logic Update Sponge module to API v8 2022-01-09 18:30:51 +01:00
bukkit Support 1.19.1 clients on 1.19.0 servers 2022-07-15 21:03:56 +02:00
bukkit-legacy Check world in BukkitBlockConnectionProvider 2022-03-19 09:37:34 +01:00
bungee Reference command permission to filter root suggestions (/via<tab>) (#3018) 2022-07-13 10:24:14 +02:00
common 4.4.1 Release 2022-07-28 18:49:40 +02:00
fabric Run some optipng (#2482) 2021-05-18 20:46:35 +02:00
gradle Update OpenNBT 2022-05-16 13:33:41 +02:00
java-compat Update copyright header 2022-01-09 22:36:07 +01:00
licenses Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
sponge Update unsupported software list 2022-07-05 20:37:19 +02:00
universal Make proper sources jar (#2495) 2021-05-25 09:44:57 +02:00
velocity Reference command permission to filter root suggestions (/via<tab>) (#3018) 2022-07-13 10:24:14 +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 Bump version to 4.3.2-SNAPSHOT 2022-06-08 09:09:37 +02:00
build.gradle.kts Add/change comments 2021-05-29 11:50:07 +02:00
gradle.properties 4.4.1 Release 2022-07-28 18:49:40 +02:00
gradlew 22w14a 2022-04-06 19:07:16 +02:00
gradlew.bat *cries in elephant* 2021-02-25 09:18:51 +01:00
settings.gradle.kts Update gradle wrapper to 7.4.1 2022-03-09 18:48:56 +01: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/aSjHvQk.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.