Skip to main content
Version: Unreleased

PatreonTwitchChatPlugin

Plugin to link in-game chat to the chat of a Twitch channel.

A Twitch access token can be obtained here (select "Bot Chat Token")

Configuration

Enable the plugin in extra_cfg.yml

extra_cfg.yml
EnablePlugins:
- PatreonTwitchChatPlugin

Reference Configuration

plugin_patreon_twitch_chat_cfg.yml
# Username of the Twitch account you generated the access token for
TwitchUsername:
# Twitch Access Token
TwitchAccessToken:
# Twitch channel name that should be linked to in-game chat
Channel:
# Set to true if in-game messages should be sent to Twitch chat
ForwardIngameMessages: false
# Show raw Twitch messages in server log
Debug: false