Skip to content

Developer Guide

EinsLucaaa edited this page Jul 12, 2023 · 1 revision

Developer Guide

As a developer it is possible to make your own server compatible with the addon, this works with the LabyModProtocol class.

The method must be as follows:

        JsonArray array = new JsonArray();
        LabyModProtocol.sendLabyModMessage(player, "autogg", array);

User guide

Developer guide

Clone this wiki locally