This repository holds the Java library of nolmax's packet specifications.
This will be used mainly by the two main parts in nolmax's network communications: the server and the client.
Packet schemas are built on Google's Protocol Buffers. A proto file holding the schema is converted into functional Java object classes, ready to be used in a Netty pipeline.
- JDK 21 (or later)
Simply run gradlew.bat build if you're on Windows, ./gradlew build if you are on *nix, or gradle build if you have Gradle installed already.