ViaVersion/README.md

58 lines
1.5 KiB
Markdown
Raw Normal View History

2020-08-11 19:06:38 +02:00
# ViaVersion - Spigot, Sponge, BungeeCord, Velocity
[![Latest Release](https://img.shields.io/github/v/release/ViaVersion/ViaVersion)](https://viaversion.com)
[![Build Status](https://travis-ci.com/ViaVersion/ViaVersion.svg?branch=master)](https://travis-ci.com/ViaVersion/ViaVersion)
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
2016-07-01 18:13:01 +02:00
2016-03-27 22:50:49 +02:00
Sources:
--------
2016-08-21 16:51:21 +02:00
**wiki.vg** (Used for various information, we also contribute back)
2016-03-27 22:50:49 +02:00
2016-08-21 16:51:21 +02:00
**Burger** (See [PAaaS](https://github.com/Matsv/Paaas))
2016-05-24 21:09:04 +02:00
2016-03-27 22:50:49 +02:00
**OpenNBT** (used for slot rewriting)
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
2016-05-27 19:05:46 +02:00
**Maven Repo:** https://repo.viaversion.com
2016-03-29 16:36:21 +02:00
2021-02-25 10:21:11 +01:00
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.
2016-02-29 00:04:59 +01:00
License:
2016-02-29 00:18:33 +01:00
--------
2016-02-29 00:04:59 +01:00
2021-03-21 20:07:32 +01:00
MIT License, see LICENSE.txt for more details.
2016-02-29 00:04:59 +01:00
2019-04-06 14:31:33 +02:00
Special thanks to all our [Contributors](https://github.com/ViaVersion/ViaVersion/graphs/contributors)