2020-08-11 19:06:38 +02:00
# ViaVersion - Spigot, Sponge, BungeeCord, Velocity
2021-03-22 23:06:40 +01:00
2020-08-11 19:06:38 +02:00
[![Latest Release ](https://img.shields.io/github/v/release/ViaVersion/ViaVersion )](https://viaversion.com)
2021-04-05 13:32:15 +02:00
[![Build Status ](https://github.com/ViaVersion/ViaVersion/actions/workflows/gradle.yml/badge.svg?branch=master )](https://github.com/ViaVersion/ViaVersion/actions)
2017-05-22 16:49:42 +02:00
[![Discord ](https://img.shields.io/badge/chat-on%20discord-blue.svg )](https://viaversion.com/discord)
2016-08-21 16:52:59 +02:00
2016-07-01 18:13:01 +02:00
**Allows the connection of higher client versions to lower server versions**
2016-02-29 00:04:59 +01:00
2016-11-13 15:04:56 +01:00
Supported Versions:
2021-03-02 14:14:28 +01:00
![Table (https://i.imgur.com/uDM9HR8.png) ](https://i.imgur.com/uDM9HR8.png )
2016-11-13 15:04:56 +01:00
2020-09-21 19:07:29 +02:00
On Paper you may also use ProtocolSupport, but ensure you have the right build for your server version.
2016-07-01 18:13:01 +02:00
**User Docs:** https://docs.viaversion.com/display/VIAVERSION/
2016-03-27 22:50:49 +02:00
Sources:
--------
2021-03-22 23:06:40 +01:00
**[wiki.vg](https://wiki.vg)** (Used for information regarding packet structure, we also contribute back)
2016-03-27 22:50:49 +02:00
2021-03-22 23:06:40 +01:00
**[Burger](https://github.com/Pokechu22/Burger)** (See [PAaaS ](https://github.com/Matsv/Paaas ))
2016-03-27 22:50:49 +02:00
2021-03-22 23:06:40 +01:00
**[OpenNBT](https://github.com/ViaVersion/OpenNBT)**
2016-08-21 16:52:59 +02:00
2016-03-27 22:50:49 +02:00
Releases / Dev Builds:
--------
You can find official releases here:
https://www.spigotmc.org/resources/viaversion.19254/history
----------
2016-05-27 19:05:46 +02:00
You can find official dev builds here:
2016-03-27 22:50:49 +02:00
2016-05-27 19:05:46 +02:00
**Jenkins:** https://ci.viaversion.com
2016-03-27 22:50:49 +02:00
2016-05-27 19:05:46 +02:00
**JavaDocs:** https://jd.viaversion.com
2016-03-18 22:25:41 +01:00
2021-03-22 23:06:40 +01:00
**Maven Repository:**
```xml
< repository >
< id > viaversion-repo< / id >
< url > https://repo.viaversion.com< / url >
< / repository >
```
**API-artifact:**
```xml
< dependency >
2021-04-26 20:52:34 +02:00
< groupId > com.viaversion< / groupId >
2021-03-22 23:06:40 +01:00
< 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 ](#license ).
2016-03-29 16:36:21 +02:00
2021-02-25 10:21:11 +01:00
Building:
--------
2021-05-22 13:37:53 +02:00
After cloning this repository, build the project with Gradle by running `./gradlew build` and take the created jar out of
2021-03-22 23:06:40 +01:00
the `build/libs` directory.
2021-02-25 10:21:11 +01:00
2016-02-29 00:04:59 +01:00
License:
2016-02-29 00:18:33 +01:00
--------
2021-04-26 20:21:47 +02:00
The entirety of the [API directory ](api ) (including the legacy API directory) is licensed under the MIT License; see [licenses/MIT.md ](licenses/MIT.md ) for
2021-03-22 23:06:40 +01:00
details.
2016-02-29 00:04:59 +01:00
2021-03-22 23:06:40 +01:00
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 ](licenses/GPL.md ) for details.
2016-03-03 11:37:10 +01:00
2021-03-22 23:06:40 +01:00
Special thanks to all our [Contributors ](https://github.com/ViaVersion/ViaVersion/graphs/contributors ).