
TwitchChatReader
Brings Twitch chat to Minecraft
- Загрузки
- 16K
- Подписчики
- 29
- Обновлён
- 14 сентября 2024 г.
- Лицензия
- MIT
Опубликован 12 октября 2023 г.
TwitchChatReader
A Minecraft fabric mod that brings Twitch chat right into the game!

Installation
You can find latest versions of the mod on GitHub releases and/or Modrinth page. In order for this mod to function you will also need to install Fabric API.
To install the mod simply move the JAR file into your mods folder after installing Fabric and Fabric API.
Commands
/twitch connect <username>- connect to specified Twitch channel's chat/twitch disconnect- disconnect from currently connected chat/twitch config reload- reloads configuration file/twitch config prefix <role> get- displays current prefix for the specified chat role (global, subs, mods)/twitch config prefix <role> set <prefix>- sets a new prefix for the specified chat role/twitch config prefix <role> unset- removes prefix for the specified chat role
Configuration
Configuration file is located in .minecraft/config/twitchchatreader.json, and it should look like this by default
{
"prefixes": {
"global": null,
"followers": null,
"subscribers": "&5[SUB]",
"moderators": "&2[MOD]",
"vips": "&5[VIP]"
}
}
Ченджлог
0.1.3Релиз1.21, 1.21.1 · 14 сентября 2024 г.
HEX colors for prefixes support!
You can now use formatting for prefixes colors, for example - &#FF0000
0.1.2Релиз1.21 · 22 июля 2024 г.
Commands
For better experience commands were added, refer to README for details
0.1.0Релиз1.21 · 12 июля 2024 г.
- Configuration file added!
- Switched to Java's virtual threads
0.0.10Релиз1.20, 1.20.1, 1.20.2 · 16 октября 2023 г.
- Updated mod icon
- Refactored some internal code
0.0.9Релиз1.20, 1.20.1, 1.20.2 · 13 октября 2023 г.
- Added moderators and subscribers badges
0.0.8Релиз1.20, 1.20.1, 1.20.2 · 13 октября 2023 г.
- Added support for multiple languages (English, German, Russian)
Комментарии
Загружаем…