/LunarClientAPINetHandler

This API was used for many LunarClient features on Lunar/Vexus/Hyzeria, such as teammate waypoint markers, voice chat, the enabling/disabling of staff modules, etc. This was intended to be replaced by a much nicer public API.

Primary LanguageJava

LunarClientAPINetHandler

The LunarClientAPINetHandler is the container for all of Lunar Client's packet handling.

JAR

The .jar file can be found in my release page, https://github.com/CoOwner/LunarClientAPINetHandler/releases.

Reporting an issue

If you suspect an issue you can submit one here.

Get the Source

  1. Install maven sudo apt-get install maven
  2. Verify installation mvn -v
  3. Clone the repository git clone git@github.com:CoOwner/LunarClientAPINetHandler.git
  4. Navigate to the new folder cd lunarclientapinethandler
  5. Import pom.xml into your IDE

Compile a Build

  1. Navigate to the repository home directory
  2. Run mvn clean install
  3. Find the compiled jar at target/LunarClientAPINetHandler.jar

Contributing

You can submit a pull request with your changes.

Documentation

I'll provide a documentation soon..