commit | f18e2b3875d9e300928859f06394126f96524f26 | [log] [download] |
---|---|---|
author | Juan Cruz Linsalata <25271111+linsaftw@users.noreply.github.com> | Sat Apr 24 13:30:08 2021 -0300 |
committer | GitHub <noreply@github.com> | Sat Apr 24 18:30:08 2021 +0200 |
tree | c185499f7305a3e224bda060c8fac91345d07001 | |
parent | ad0842c1075b7fc8804cfc2e35b058a7055adf3d [diff] |
Cancel Bungee packet encoding when closed (#2448)
Allows the connection of higher client versions to lower server versions
Supported Versions:
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/
wiki.vg (Used for information regarding packet structure, we also contribute back)
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.
After cloning this repository, build the project with Gradle by running /gradlew build
and take the created jar out of the build/libs
directory.
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.