Allows the connection of newer clients to older server versions for Minecraft servers.
Go to file
RednedEpic 7e03da66d4 Rework inventory workaround to cancel animation if in an open inventory
On 1.16, when sending a new inventory while another one is open (without explicitly calling `closeInventory` first), a hand swing is sent from the client, which the server handles like any normal arm swing. This in turn results in the `PlayerInteractEvent` and `PlayerAnimationEvent` both being called on Bukkit's end, which are used to detect for left clicks. If an item in the player's hand opens a menu when left clicked and the above is true, this results in that menu being reopened.
2020-08-22 13:25:00 -05:00
.github/ISSUE_TEMPLATE Update Issue Template 2020-08-05 09:23:30 +02:00
bukkit back to snapshot 2020-08-11 13:48:26 -03:00
bukkit-legacy back to snapshot 2020-08-11 13:48:26 -03:00
bungee back to snapshot 2020-08-11 13:48:26 -03:00
common Rework inventory workaround to cancel animation if in an open inventory 2020-08-22 13:25:00 -05:00
fabric back to snapshot 2020-08-11 13:48:26 -03:00
jar back to snapshot 2020-08-11 13:48:26 -03:00
sponge back to snapshot 2020-08-11 13:48:26 -03:00
sponge-legacy back to snapshot 2020-08-11 13:48:26 -03:00
velocity back to snapshot 2020-08-11 13:48:26 -03: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
circle.yml Tidy up code to make it consistent 2018-10-27 12:25:42 +01:00
LICENSE Update License to 2019 2019-01-31 10:48:52 +00:00
pom.xml Fix parsing of custom recipes 2020-08-16 10:18:08 +02:00
README.md version badge 2020-08-11 14:06:38 -03: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/0u20Y2u.png)

On Bukkit 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 various information, we also contribute back)

Burger (See PAaaS)

OpenNBT (used for slot rewriting)

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 Repo: https://repo.viaversion.com

License:

MIT License, see LICENSE for more details.

Special thanks to all our Contributors