From 258f0fc636198ac8ecb0bb12450c551fc0cdaadc Mon Sep 17 00:00:00 2001 From: Myles Date: Sun, 27 Mar 2016 21:50:49 +0100 Subject: [PATCH] Change the README back ;) --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 294d58ab0..9b2d0f661 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,65 @@ -# ViaVersion API Dev +# 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** + +This plugin modifies netty to allow connection of 1.9 clients to 1.8, + +###*Don't use late bind* + +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 -This is an experimental branch, but soon to be live. +Sources: +-------- -(The only issues would be really really complex protocol pipelines...) -(But I don't see them happening any time soon) +**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/ License: --------