Compatibility
Minecraft: Java Edition
1.21โ1.21.8
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
๐ฎ TwitchChat for Minecraft Fabric
A Fabric mod that brings your Twitch chat directly into Minecraft. Messages are displayed in the in-game chat with a Twitch icon prefix (via built-in resource pack) and colored usernames.
TwitchChat in action
TwitchChat with Streamotes
โจ Features
- ๐บ Display Twitch chat directly in Minecraft
- ๐ฃ Twitch icon prefix
- ๐จ Usernames use Twitchโs assigned color (default white) [WIP]
- โ๏ธ Easy setup with
/twitchchatcommand - ๐ Configurable via JSON file
- ๐ Auto connect/disconnect when entering/leaving a world or connect/disconnect a server
๐ฆ Installation
Requirements
Steps
- Install Fabric Loader 1.21.8
- Download and place in
mods/:- Twitch4J
- Streamotes (optional)
- TwitchChat
- Launch Minecraft
๐ฎ Usage
Command
/twitchchat <username>
Example:
/twitchchat minecraft
Config file
Edit config/twitchchat.json:
{
"twitchChannel":"everyofflineuser",
"formatMessage":"โ %s: %s"
}
๐ผ Standart Message Format
[TwitchIcon] Username: message
- Prefix is a Twitch icon from the built-in resource pack
- Username uses Twitch color (or white by default)
- Message text is light gray
โ๏ธ Settings
- In-game commands
config/twitchchat.json
๐ง Compatibility
- Minecraft 1.21+
- Fabric Loader
- Twitch4J (required)
- Streamotes (recommended)
- Compatible with most mods that donโt override chat
โ FAQ
Q: Mod doesnโt work? A: Check Twitch4J is installed โ itโs required.
Q: Messages not showing? A: Verify the Twitch channel name and that the stream is live.
Q: Can I change colors? A: Yep, in config/twitchchat.json
๐ Bug Reports
- Ensure dependencies are installed
- Check game logs
- Report issues on [GitHub Issues]
๐ License
Licensed under the GPL-3.0. See LICENSE.
๐ค Credits
- Fabric team โ mod loader
- Twitch4J devs โ Twitch API library
- Streamotes team โ emote integration
- Minecraft modding community โ support and ideas


