TeaBridge
TeaBridge is a Fabric and Quilt mod that creates a bridge between Discord and Minecraft chat. Originally developed exclusively for the devOS Seasons server to address issues with other bridge mods, this project is now available to everyone.
Key Features
- Two-way sending and viewing of messages between Discord and Minecraft
- Automatic server crash detection with log uploads to mclo.gs
- Markdown formatting support (provided via Placeholder API)
- Display of Discord member roles when hovering over their names in Minecraft chat
- Indication in Minecraft chat when a Discord message contained an attachment
- Mention filtering (prevents @everyone/@here mentions in Minecraft chat)
- Notifications for player deaths and advancement achievements
Required Discord Permissions
- View Channel
- Send Messages
- Read Message History
Configuration Settings
{
"discord": {
"token": "",
"webhook": ""
},
"game": {
"serverStartingMessage": "Server is starting...",
"serverStartMessage": "Server has started!",
"serverStopMessage": "Server has stopped!",
"serverCrashMessage": "Server has crashed!",
"mirrorDeath": true,
"mirrorAdvancements": true
},
"crashes": {
"uploadToMclogs": true
}
}
For Developers
TeaBridge is available through the devOS Maven repository
maven { url = "https://mvn.devos.one/snapshots/" }
modImplementation("one.devos.nautical:TeaBridge:<version>")