No description
Find a file
overflowerror 392643d8c5
Merge pull request #4 from CRTified/master
Update dependency and make build platform-independent
2022-01-05 13:32:59 +01:00
src/main update dependency 2022-01-04 18:46:44 +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 added properties template file 2019-07-30 22:18:51 +02: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. : )