deltanedas / MatrixBridge

Mindustry plugin that bridges a matrix room and a server's chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Workflows

Matrix-Mindustry bridge

Bridges messages from matrix to mindustry and vice versa.

Building a Jar

$ make -j$(nproc)

Output jar will be at matrix-bridge.jar.

Installing

Simply place the output jar from the step above in your server's config/mods directory and restart the server.

List your currently installed plugins/mods by running the mods command.

Configuration

Get a matrix auth token from a client's http requests and put it in matrix_token.

Put your user id of form @username:server into matrix_user.

Put the bridged room's id of form !id:server into matrix_room.

Put your server of form https://server into matrix_server.

About

Mindustry plugin that bridges a matrix room and a server's chat

License:GNU Affero General Public License v3.0


Languages

Language:Java 71.4%Language:Makefile 28.6%