No description
Find a file
2022-01-17 02:13:29 +01:00
src/main feat: Add MatrixCommandSender so that replies to command get back to Matrix 2022-01-17 02:13:29 +01:00
.gitignore misc: Add gitignore entry for target/ 2022-01-07 00:10:13 +01:00
LICENSE Initial commit 2019-07-15 22:27:54 +02:00
matrixbridge.properties.template feat: Add matrix.admin to allow admin commands via matrix 2022-01-09 01:02:44 +01:00
pom.xml update dependency 2022-01-04 18:46:44 +01:00
README.md Create README.md 2019-07-30 22:28:42 +02:00

Minecraft Matrix Bridge

This is a small bukkit plugin I wrote to connect a Minecraft server to a Matrix chat.

Build

Just:

mvn package

Deployment

After building just copy the file target/matrixbridge-1.0-SNAPSHOT-jar-with-dependencies.jar (make sure to get file that says "with-dependencies") and copy it into the plugins directory of your Minecraft server.

Rename the configuration file matrixbridge.properties.template to matrixbridge.properties and change the settings accordingly. Then copy it into the directory of your Minecraft server (not in the plugins folder). If the file is missing the server will create it for you on the next restart with some default values.

That should be it. Have fun. : )