No description
Find a file
overflowerror 65b9f51710
Merge pull request #6 from CRTified/misc-gitignore
misc: Add gitignore entry for target/
2022-01-08 14:50:24 +01:00
src/main Merge pull request #5 from CRTified/feature-matrix-room 2022-01-05 13:35: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 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. : )