MatrixSpigotBridge v2
ModrinthSpigotMCLink a Minecraft server chat with a Matrix.org room - Forked from Lautriva
301 downloads 2 followers updated 6mo ago
latest v2.5.0 Modrinth
MatrixSpigotBridge v2
MatrixSpigotBridge is a Spigot plugin that uses matrix.org, an instant messaging protocol, to let interact with the players without logging onto the Minecraft server.
This is a fork of MatrixSpigotBridge that aims to continue support and add new features. Currently, this fork adds these features:
- Asynchronous connection to Matrix Server, so that your server isnt prevented from starting if the plugin is unable to connect.
- Format messages in config with HTML tags
- Matrix room commands:
![help | ping | tps | ip | list] - In-game commands:
/msb [ping | reload | restart] - Reserialization (preserves formatting) across the two chats
PlaceholderAPI is supported so if you have it, you can add fancy placeholders in all plugin's messages :D Here is an example usage
Config:
format:
player:
join: '➕ {MESSAGE}'
quit: '➖ {MESSAGE}'
death: '🪦 {MESSAGE}'
chat: <blockquote><b>{PLAYERNAME}</b> from %playerbiomes_biome_name_english%</blockquote>{MESSAGE}
Matrix Chat:
(pssst, check out PlayerBiomes here)
Support and Feature Requests in Matrix Chat / SpigotMC Resource Discussion Tab / Discord only! Do NOT use the issues tab for this.
Building:
- Clone the project (the version/branch of your choice)
- Build using
mvn install
Versions
Release
2.5.0
Thank you @lautriva for mentioning my fork and giving permission to use your logo!
And thank you all for 100+ downloads! Feel free to send me your feature…
Release
2.4.1
This hotfix release changes the HTTP request made to send messages from POST to PUT (as reported in…
Release
2.4.0
## What's new
- **[IMPORTANT] Configuration Update** from 2.3.1 to 2.4.0. **Please check the latest config.new.yml generated by the plugin and update your…
Release
2.3.1
This release fixes the `available_commands` configuration to work as a whitelist as opposed to a blacklist. This is due to a remnant in the code from the…
Release
2.3.0
## What's new?
- **[IMPORTANT] Configuration update!** from 2.1.1 to 2.3.0; pertaining to the below features. **Please check the latest config.new.yml…
Release
2.1.1
## What's new?
I apologise for trying to add telemetry to the otherwise fine plugin. I see how this may concern people conscious of telemetry. bstats plugin…
Release
2.1.0
## What's new?
- **[Notice from 2.0.0] IMPORTANT:** Configuration changes! Please check the [latest…

Comments 0
No comments yet. Be the first to share your thoughts.