Skip to content
This repository was archived by the owner on Jan 3, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.56 KB

File metadata and controls

29 lines (18 loc) · 1.56 KB

This has been archived!

This Lunar Client API was patched a few months ago but i really didn't pay much attention to it, Lunar Client developers have patched the bug with the server sided emoting meaning authentication will now be impossible with this API, but i will also not try to find another way as they have their API on their repository (https://maven.moonsworth.com/repository/lunarclient-public/) and they will keep a better job at keeping up with updates than i will since they are making the client. This has been fun and i would like to thank ThatKawaiiSam, Anvils and pmpy for the support with it.

LunarClientAPI

The Lunar Client API will allow you to detect when a player is running Lunar Client, enable and disable HUD modules, allow x-ray for your staff, and much more.

Reporting an issue

If you find an issue you can submit it 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:TewPingz/LunarClient.git
  4. Navigate to the new folder cd lunarclientapi
  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 jars at Plugin/target/LunarClient-Plugin-version.jar and API/target/LunarClient-API-version.jar

Contributing

You can submit a pull request with your changes.