Skip to content
/ ttvmc Public

Twitch Chat for Minecraft Server (Spigot/Paper)

Notifications You must be signed in to change notification settings

estintax/ttvmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttvmc - Twitch(TM) Chat in Minecraft

Plugin for Bukkit/Spigot/Paper allowing certain players to see Twitch chat in the game.

How to build

  1. Download and install IntelliJIDEA;
  2. Clone this repository via git clone;
  3. Download BuildTools.jar from here to empty directory;
  4. Build Spigot. See this for instructions;
  5. Find spigot-api-1.15.2-R0.1-SNAPSHOT-shaded.jar in *BuildTools directory*/Spigot/Spigot-API/target;
  6. Put this file into ttvmc's repository root;
  7. Run IntelliJIDEA and open ttvmc project;
  8. Just build project using Ctrl+F9 or click on hammer in IDE;
  9. Find plugin in classes/artifacts/ttvmc_jar.

How to install

  1. Drop .jar to plugins on your server;
  2. Start or restart the server;
  3. Configure plugin in plugins/ttvmc/plugin.yml;
  4. Restart the server.