MCProtocolLib/README.md
2014-03-30 10:48:44 -07:00

29 lines
735 B
Markdown

<b><center><h1>MCProtocolLib</h></center></b>
==========
<b>About MCProtocolLib</b>
--------
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.
<b>Example Code</b>
--------
See example/org/spacehq/mc/protocol/test/Test.java
<b>Building the Source</b>
--------
MCProtocolLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
You can also download a build <b>[here](http://build.spacehq.org/job/MCProtocolLibSnapshot/)</b>.
<b>License</b>
---------
MCProtocolLib is licensed under the <b>[MIT license](http://www.opensource.org/licenses/mit-license.html)</b>.