2013-12-14 19:40:30 -05:00
< b > < center > < h1 > MCProtocolLib< / h > < / center > < / b >
2012-08-12 21:56:36 -04:00
==========
2013-12-14 19:40:30 -05:00
< b > About MCProtocolLib< / b >
2012-08-12 21:56:36 -04:00
--------
2013-12-14 19:40:30 -05:00
MCProtocolLib is a simple library for communicating with a Minecraft client/server. It aims to allow people to make custom bots, clients, or servers for Minecraft easily.
2012-08-12 21:56:36 -04:00
2012-09-09 00:48:49 -04:00
2013-12-14 19:40:30 -05:00
< b > Example Code< / b >
2013-03-05 09:59:38 -05:00
--------
2014-03-01 19:47:32 -05:00
See example/org/spacehq/mc/protocol/test/Test.java
2012-09-09 00:35:29 -04:00
2012-08-12 21:56:36 -04:00
< b > Building the Source< / b >
--------
2013-12-14 19:40:30 -05:00
MCProtocolLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
2014-06-28 19:16:16 -04:00
Snapshots (if any exist) can be downloaded < b > [here](http://repo.spacehq.org/content/repositories/snapshots/org/spacehq/mcprotocollib)< / b > .
Releases (if any exist) can be downloaded < b > [here](http://repo.spacehq.org/content/repositories/release/org/spacehq/mcprotocollib)< / b > .
2012-08-12 21:56:36 -04:00
< b > License< / b >
---------
2013-12-14 19:40:30 -05:00
MCProtocolLib is licensed under the < b > [MIT license](http://www.opensource.org/licenses/mit-license.html)< / b > .
2014-02-08 22:11:51 -05:00