Merge NIO into master. I would not recommend this on a production server at all. Its 1.5 anyway.

This commit is contained in:
md_5
2013-03-11 13:29:17 +11:00
63 changed files with 1464 additions and 1437 deletions

View File

@@ -17,4 +17,14 @@
<name>BungeeCord-Protocol</name>
<description>Minimal implementation of the Minecraft protocol for use in BungeeCord</description>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<!-- TODO: Fix this -->
<artifactId>netty-all</artifactId>
<version>4.0.0.Beta3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>