No description
Find a file
overflowerror 00ab5d1f96
Merge pull request #1 from l1f/master
If you accept this pull request it will change your life
2020-04-08 13:46:26 +02:00
src/main adding function to get all online players 2020-04-06 17:19:57 +02: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 first version 2019-07-15 23:45:28 +02: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. : )