generated from LabyMod/addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Guide
EinsLucaaa edited this page Jul 12, 2023
·
1 revision
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);