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
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone git@github.com:CoOwner/LunarClientAPINetHandler.git
- Navigate to the new folder
cd lunarclientapinethandler
- Import
pom.xml
into your IDE
Compile a Build
- Navigate to the repository home directory
- Run
mvn clean install
- 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..