commit | 16ba5aa4f9d38a16dbcbd6d38d7d6ca20d3c7e2c | [log] [download] |
---|---|---|
author | creeper123123321 <7974274+creeper123123321@users.noreply.github.com> | Tue May 18 15:46:35 2021 -0300 |
committer | GitHub <noreply@github.com> | Tue May 18 20:46:35 2021 +0200 |
tree | 6fb3f7b95c037319c877309b3c16406e0b7db65f | |
parent | 5fa2c788e02308f9a503b5efe638f63122dc9b51 [diff] |
Run some optipng (#2482)
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>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.
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 (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.