2016-07-18 21:02:46 +02:00
|
|
|
# ViaBackwards
|
|
|
|
|
2021-04-05 13:38:19 +02:00
|
|
|
[![Latest Release](https://img.shields.io/github/v/release/ViaVersion/ViaBackwards)](https://github.com/ViaVersion/ViaBackwards/releases)
|
|
|
|
[![Build Status](https://github.com/ViaVersion/ViaBackwards/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaBackwards/actions)
|
|
|
|
[![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
|
|
|
|
|
2023-08-11 13:36:20 +02:00
|
|
|
**Allows older Minecraft client versions to connect to newer server versions.**
|
|
|
|
|
|
|
|
Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) to be installed..
|
2016-09-28 20:28:03 +02:00
|
|
|
|
2021-03-23 20:29:49 +01:00
|
|
|
Supported Versions
|
2020-06-24 10:43:59 +02:00
|
|
|
-
|
2023-08-11 13:36:20 +02:00
|
|
|
As a plugin, ViaBackwards runs on servers on releases 1.10-latest. Versions from the dev branch will also support the
|
|
|
|
latest snapshot. You can also use ViaBackwards in ViaFabric or ViaFabricPlus.
|
2020-06-24 10:43:59 +02:00
|
|
|
|
2023-08-11 13:36:20 +02:00
|
|
|
See [HERE](https://github.com/ViaVersion) for an overview of the different Via* projects.
|
2019-12-07 17:14:17 +01:00
|
|
|
|
2023-08-11 13:36:20 +02:00
|
|
|
Releases/Dev Builds
|
2020-06-23 15:08:10 +02:00
|
|
|
-
|
2023-08-11 13:36:20 +02:00
|
|
|
You can find releases in the following places:
|
|
|
|
|
|
|
|
- **Hangar (for our plugins)**: https://hangar.papermc.io/ViaVersion/ViaBackwards
|
|
|
|
- **Modrinth (for our mods)**: https://modrinth.com/mod/viabackwards
|
|
|
|
- **GitHub**: https://github.com/ViaVersion/ViaBackwards/releases
|
2019-12-07 17:14:17 +01:00
|
|
|
|
2023-08-11 13:36:20 +02:00
|
|
|
Dev builds for **all** of our projects are on our Jenkins server:
|
2019-12-07 17:14:17 +01:00
|
|
|
|
2023-08-11 13:36:20 +02:00
|
|
|
- **Jenkins**: https://ci.viaversion.com/view/ViaBackwards/
|
2021-04-28 22:50:58 +02:00
|
|
|
|
2021-02-11 11:51:16 +01:00
|
|
|
Known issues
|
|
|
|
-
|
2023-08-11 13:36:20 +02:00
|
|
|
|
|
|
|
* 1.17+ min_y and height world values that are not 0/256 **are not supported**. Clients older than
|
|
|
|
1.17 will not be able to see or interact with blocks below y=0 and above y=255
|
|
|
|
* <1.17 clients on 1.17+ servers might experience inventory desyncs on certain inventory click actions
|
2021-02-11 11:51:16 +01:00
|
|
|
* Sound mappings are incomplete ([see here](https://github.com/ViaVersion/ViaBackwards/issues/326))
|
|
|
|
|
2021-03-23 20:29:49 +01:00
|
|
|
Other Links
|
2021-03-23 11:11:01 +01:00
|
|
|
-
|
2021-04-05 13:38:19 +02:00
|
|
|
**Maven:** https://repo.viaversion.com
|
2019-11-21 10:24:28 +01:00
|
|
|
|
2021-03-23 20:29:49 +01:00
|
|
|
**List of contributors:** https://github.com/ViaVersion/ViaBackwards/graphs/contributors
|
|
|
|
|
2023-08-11 13:36:20 +02: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.
|
|
|
|
|
2021-03-23 20:29:49 +01:00
|
|
|
License
|
|
|
|
-
|
2023-08-11 13:36:20 +02:00
|
|
|
This project is licensed under the [GNU General Public License Version 3](LICENSE).
|
2021-03-23 20:29:49 +01:00
|
|
|
|
|
|
|
Special Thanks
|
|
|
|
-
|
|
|
|
![https://www.yourkit.com/](https://www.yourkit.com/images/yklogo.png)
|
|
|
|
|
|
|
|
[YourKit](https://www.yourkit.com/) supports open source projects with innovative and intelligent tools
|
|
|
|
for monitoring and profiling Java and .NET applications.
|
|
|
|
YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),
|
|
|
|
[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
|
2021-04-28 22:50:58 +02:00
|
|
|
and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).
|