commit | 2c884dc24115b76b74be01d90c30662eae837c8f | [log] [download] |
---|---|---|
author | Mariell Hoversholm <proximyst@proximyst.com> | Sat Apr 17 09:59:24 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Apr 17 09:59:24 2021 +0200 |
tree | 1ba3cdbeaaf9149b36d4a1c1e4fc961b51fc0f95 | |
parent | d0882cf02c451608b3f36489f2aeaa9fd68d02e3 [diff] |
Feat (Bungee): Use only unsafe field modifications (#2440)
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.
You need JDK 9 or higher to build ViaVersion. The plugin works on Java 8, but needs to be compiled with a higher version for compatibility reasons.
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.