The LunarClientAPINetHandler is the container for all of Lunar Client's packet handling.
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 git@github.com:LunarBreaker/LunarClientAPINetHandler.git - Navigate to the new folder
cd lunarclientapinethandler - Import
pom.xmlinto your IDE
- Navigate to the repository home directory
- Run
mvn clean install - Find the compiled jar at
target/LunarClientAPINetHandler.jar
