
This project is not affiliated, connected or associated with Twitch Interactive, Inc.
Status: Beta
As of 0.3.0 TwitchIRC requires OAuth token instead of normal password!
• Description
TwitchIRC is a bukkit plugin that allows you to chat on Twitch stream's chat!
• Screenshots
It's still in development, but here's a screenshot of how it looks now.
• Commands
| Command | Description |
|---|---|
| /tv toggle | Toggles TwitchIRC for user |
| /tv s <text> | Sends message to chat |
• Installation
- Copy TwitchIRC jar file to plugins/
- Edit config.yml in TwitchIRC folder (see Configuration section below)
- Start your server, it's done!
• Configuration
| Property | Default | Description |
|---|---|---|
| enabled | false | Change it to true after setting up config.yml |
| disable-normal-chat | false | Change it to true to disable normal Minecraft chat and (since 0.4.2) send all messages to Twitch instead. |
| join-message | true | Display message when somebody joins stream chat (since 0.4.0) |
| leave-message | true | Display message when somebody joins stream chat (since 0.4.0) |
| prefix | none | If none, default prefix will be used (you can use &[color-number]) |
| streamer-prefix | '[&6STREAMER&f]' | Prefix to be displayed before streamer's name in chat (you can use &[color-number]) (since 0.4.0) |
| mod-prefix | '[&aMOD&f]' | Prefix to be displayed before moderator's name in chat (you can use &[color-number]) (since 0.4.0) |
| login | LOGIN | Your Twitch login |
| oauth | OAUTH | Your Twitch OAuth token. You can get it here. |
| twitch-channel | CHANNEL | Twitch channel is streamer's name. If you want to use it for your stream, just enter here your login. |
| debug | false | If true, TwitchIRC will print connection details in console (for example your password). Recommended false. |
| enable-for-new-players | true | If true, TwitchIRC will be enabled for every new player (/tv toggle to disable/enable). |
| write-with-colon | true | If true, you'll be able to send messages to Twitch using ":Message" |
• Permissions
| Permission | Default | Description |
|---|---|---|
| tv.* | false | Gives access to all functions in TwitchIRC |
| tv.talk | op only | Allows you to send messages to Twitch |
| tv.read | true | Allows you to read messages from Twitch |


