No description
Find a file
Carl Richard Theodor Schneider 40cf200d20 fix: Make const name uniform
2022-01-07 00:22:13 +01:00
src/main fix: Make const name uniform 2022-01-07 00:22:13 +01:00
.gitignore Initial commit 2019-07-15 22:27:54 +02:00
LICENSE Initial commit 2019-07-15 22:27:54 +02:00
matrixbridge.properties.template feature: Add configuration matrix.room to send messages to 2022-01-04 19:42:07 +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. : )