MCProtocolLib/README.md

30 lines
955 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.
The library is split into two packages, ch.spacebase.mc.auth and ch.spacebase.mc.protocol. The auth package contains some classes to work with Mojang's auth servers and the protocol package contains the protocol library.
2012-08-12 21:56:36 -04:00
2012-09-09 00:48:49 -04:00
<b>Example Code</b>
--------
See example/ch/spacebase/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-01-24 19:03:58 -05:00
You can also download a build <b>[here](http://build.spacebase.ch/job/MCProtocolLib14w04b/)</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>.