ViaVersion/README.md

72 lines
1.7 KiB
Markdown
Raw Normal View History

2016-03-27 22:50:49 +02:00
# ViaVersion 0.7.0
[![Build Status](https://travis-ci.org/MylesIsCool/ViaVersion.svg?branch=master)](https://travis-ci.org/MylesIsCool/ViaVersion)
**Allows the connection of 1.9 clients to 1.8**
2016-02-28 23:49:16 +01:00
2016-03-27 22:50:49 +02:00
This plugin modifies netty to allow connection of 1.9 clients to 1.8,
2016-02-29 00:04:59 +01:00
2016-03-27 22:50:49 +02:00
###*Don't use late bind*
2016-02-29 00:04:59 +01:00
2016-03-27 22:50:49 +02:00
This uses our new API, we currently don't have javadocs yet but look at one of our protocols on how to get started then use ProtocolRegistry.registerProtocol()
This took 100s hours of work, so if you enjoy this consider looking into contacting me and supporting my projects.
**Contributor Chat:** https://gitter.im/MylesIsCool/ViaVersion
Sources:
--------
**wiki.vg** (Protocol info, though I did have to find a lot myself)
**MCProtocolLib** (used for chunk reading & some of writing.)
**OpenNBT** (used for slot rewriting)
Contributors:
--------
**Myself** (harhar)
**Matsv/StamBoom**
**HugoDaBosss**
**SanderGielisse**
**Paulomart**
**gigosaurus**
**fillefilip8**
**lenis0012**
Releases / Dev Builds:
--------
You can find official releases here:
https://www.spigotmc.org/resources/viaversion.19254/history
----------
You can find unofficial dev builds here:
**fillefilip8's Build Server:** http://build.fillecraft.com:8080/job/ViaVersion
**sgdc3's Build Server:** http://ci.xephi.fr/job/ViaVersion/
**sgdc3's Maven:** http://ci.xephi.fr/plugin/repository/everything/
2016-03-18 22:25:41 +01:00
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
You may modify this work, all rights are still owned by myself excluding any files in the spacebase package as they belong to the respected contributors. Please credit the original author (myself) when forking etc. (or if it helped you understand the new protocol or netty!)
Thanks!