Skip to content

Display the twitch chat ingame on your minecraft server running Bukkit or Spigot/Paper!

Notifications You must be signed in to change notification settings

marcusronnback/Twitch2MinecraftChat

 
 

Repository files navigation

This is a fork of https://github.com/axel012/ircbot, thank you Axel012.

Twitch2MinecraftChat

Twitch2MinecraftChat is a twitch chat bot plugin for Minecraft Bukkit/Spigot servers. Based on the ircbot by axel012.

  • Displays twitch chat ingame using the Minecraft Chat.

Minecraft Commands

  • /start or /tmc:start - Starts Twitch Bot
  • /stop or /tmc:stop - Stop Twitch Bot
  • /togglechat - Enable/Disable Twitch chat in game

Config.yml

When running the plugin for the first time, this config file will be generated, in plugins/Twitch2MinecraftChat/config.yml Follow the instructions below to configure your Config file.

# Enable/Disable twitch chat in minecraft chat
# Timeout is the time between a user message in milliseconds (to prevent spam)
chat:
  enable: true
  timeout: 250
  prefix: '[Twitch]'
# channel: channel to connect to
# username: twitch credentials username
# oauth_pwd: oauth string generated from https://twitchapps.com/tmi/,
twitch:
  channel: ''
  username: ''
  oauth_pwd: ''

Build

  • Clone repository
  • From IDE Open in intellij or eclipse, run gradle build task
  • From command line run gradlew build

Plugin .jar will be in build/libs if build compeletes successfully.

Thanks

Todos

  • If you have any ideas, please let me know and I will look into implementing them!

About

Display the twitch chat ingame on your minecraft server running Bukkit or Spigot/Paper!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%