Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 899 Bytes

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.