Skip to content
Red edited this page Sep 5, 2025 · 3 revisions

ModAPI

Welcome to the ModAPI wiki!

ModAPI is aimed to let mod developers create more complex mods that need a reliable way to receive information from the server, as well as sending requests back.

This repository provides you with classes to serialize and deserialize messages, as well as builders for each message.

Messages are defined using Protocol Buffers, see the definitions here.

Specification

Read the message specification over here, it automatically updates based on changes, so you can be sure it's always up to date.

Clone this wiki locally