
TeaBridge
A Discord <-> Minecraft chat bridge mod
12K загрузок18 подписчиковMITfabricquilt
Обновлён 28 апреля 2025 г. · опубликован 3 января 2023 г.
TeaBridge
TeaBridge is another Fabric/Quilt mod that bridges your Discord and Minecraft chat together. Originally made only for the devOS Seasons server to fix some issues we've had with other chat bridge mods, this mod is now available to all.
Features
- Send and view messages between Discord and Minecraft
- Server Crash detection [uploads to mclo.gs]
- Markdown support [provided by Placeholder API]
- Shows roles of a Discord member if you hover over their Discord name in Minecraft chat
- Shows in Minecraft chat if a message sent in Discord chat was an attachment
- Mention filtering [good luck pinging
@everyone/@herein Minecraft chat] - Death and Advencement messages
[screenshots in Gallery]
Discord Permissions Required
- View Channel
- Send Messages
- Read Message History
Config
{
"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
}
}
Development
TeaBridge is on devOS' Maven
maven { url = "https://mvn.devos.one/snapshots/" }
modImplementation("one.devos.nautical:TeaBridge:<version>")
Центр версий
13 версийЧенджлог
1.4.1Релиз1.21.1 · 28 апреля 2025 г.
- Fixed messages trying to be sent even if the config is invalid.
1.4.0Релиз1.21.1 · 27 апреля 2025 г.
- Message scheduler when PK delay is used should no longer idle at 100% cpu usage.
- Fixed uploaded crash reports only having the details.
- Player data is no longer read off thread (oops), should prevent sneaky race conditions.
- Many other small internal changes.
1.2.3Релиз1.20.6 · 5 мая 2024 г.
- Updated to 1.20.6
1.2.3Релиз1.20.4 · 2 января 2024 г.
- Updated to 1.20.4
1.2.3Релиз1.20.1 · 24 августа 2023 г.
- Fixed https://github.com/devOS-Sanity-Edition/TeaBridge/issues/18
- Fixed the message scheduling thread deadlocking the server
1.2.2Релиз1.20, 1.20.1 · 17 августа 2023 г.
- Fixed pk
- Scheduling threads now sleep instead of spinning (might improve performance)
1.2.1Релиз1.20, 1.20.1 · 15 августа 2023 г.
- Added option to disable join message mirroring
- Added option to disable leave message mirroring
- Made all messages to discord scheduled on another thread to avoid taxing the main server thread with http requests
Комментарии
Загружаем…