This is the repository for official Integrations for the LabyMod 4 Server API. Integrations are modules that provide additional functionality to the Server API and are most commonly used to provide the protocol of addons.
Each Integration is a separate module:
betterperspective
- The Integration for the BetterPerspective addon. This Integration does not contain a Protocol but instead provides a Permission.voicechat
- The Integration for the VoiceChat addon. This Integration provides the Protocol that VoiceChat uses to communicate with the server.
An extensive guide on how to use the LabyMod 4 Server API can be found on the LabyMod Developer Portal. Alternatively, feel free to ask for help on our Discord Server for Developers.
- Java Development Kit (JDK) 8 or higher
-
Clone the repository:
git clone https://github.com/LabyMod/labymod4-server-api-integrations.git cd labymod4-server-api-integrations
-
Build the project using Gradle:
./gradlew build
-
All compiled JAR files are in the
build/commonOutput
directory.
This project is licensed under the MIT License.