9aa7f5e879
Bungee doesn't resend a join game for old servers, so we will have to keep data stored there across server switches This likely fixes other issues with chunk data writing after server switches on legacy servers as well |
||
---|---|---|
.github | ||
.idea | ||
adventure | ||
api | ||
api-legacy | ||
build-logic | ||
bukkit | ||
bukkit-legacy | ||
bungee | ||
common | ||
fabric | ||
gradle | ||
java-compat | ||
licenses | ||
sponge | ||
universal | ||
velocity | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
ViaVersion - Spigot, Sponge, BungeeCord, Velocity
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/
Sources:
wiki.vg (Used for information regarding packet structure, we also contribute back)
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.