Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
KennyTV d918fd27b6
Reduce boxing in protocol path getting
More of its implementation should probably be cleaned up later
2021-03-25 22:34:30 +01:00
.github/ISSUE_TEMPLATE Add feature request template 2021-03-22 15:30:33 +01:00
adventure Shade relocated adventure without breaking native platform usage 2021-03-04 16:11:09 +01:00
api Reduce boxing in protocol path getting 2021-03-25 22:34:30 +01:00
buildSrc Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
bukkit ProtocolRegistry -> ProtocolManager interface 2021-03-24 15:30:03 +01:00
bukkit-legacy Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
bungee Reduce boxing in protocol path getting 2021-03-25 22:34:30 +01:00
common Reduce boxing in protocol path getting 2021-03-25 22:34:30 +01:00
fabric Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
gradle/wrapper *cries in elephant* 2021-02-25 09:18:51 +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 ProtocolRegistry -> ProtocolManager interface 2021-03-24 15:30:03 +01:00
sponge-legacy Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
universal Fix publishing (#2364) 2021-02-25 09:19:18 +01:00
velocity ProtocolRegistry -> ProtocolManager interface 2021-03-24 15:30:03 +01:00
.gitignore Prepare for 1.0.0 2016-11-13 14:04:56 +00:00
.travis.yml Add "install: true" in .travis.yml 2019-10-30 14:53:38 -03:00
build.gradle.kts Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
circle.yml Tidy up code to make it consistent 2018-10-27 12:25:42 +01: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 Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01:00
settings.gradle.kts Split parts of common into api; We are now GPL, api is MIT 2021-03-24 14:02:37 +01: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>us.myles</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 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.