Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.21 KB

LunarBreakerAPI2: Electric Boogaloo

LunarBreakerAPI2 is a complete recode of the original which was based off CheatBreakerAPI, this version is here to be more optimised and has made integrating into your plugins much simpler but with a few bonus features.

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 [email protected]:LunarBreaker/LunarBreakerAPI2.git
  4. Navigate to the new folder cd LunarBreakerAPI2
  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/LunarBreakerAPI.jar

Contributing

You can submit a pull request with your changes.

Documentation

Documentation can be found on the wiki pages.