MCProtocolLib/README.md

30 lines
735 B
Markdown
Raw Normal View History

<b><center><h1>MCProtocolLib</h></center></b>
2012-08-12 21:56:36 -04:00
==========
<b>About MCProtocolLib</b>
2012-08-12 21:56:36 -04: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
<b>Example Code</b>
--------
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>
--------
MCProtocolLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
2014-03-22 15:02:16 -04:00
You can also download a build <b>[here](http://build.spacehq.org/job/MCProtocolLibSnapshot/)</b>.
2012-08-12 21:56:36 -04:00
<b>License</b>
---------
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