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.
If you suspect an issue you can submit one here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone [email protected]:LunarBreaker/LunarBreakerAPI2.git
- Navigate to the new folder
cd LunarBreakerAPI2
- Import
pom.xml
into your IDE
- Navigate to the repository home directory
- Run
mvn clean install
- Find the compiled jar at
target/LunarBreakerAPI.jar
You can submit a pull request with your changes.
Documentation can be found on the wiki pages.