# TwitchAPI [![Build](https://git.softwarerat.com/zlaura/TwitchAPI/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/TwitchAPI/actions) A Java library wrapping [twitch4j](https://github.com/twitch4j/twitch4j) to connect Minecraft servers to Twitch chat — chat event handling and chat-based voting (`ChatVote`/`Vote`), for streamer-interactive gameplay. ## Requirements - Java 18 - Maven ## Dependencies - `com.github.twitch4j:twitch4j` - `com.fasterxml.jackson.core:jackson-databind` - Lombok ## Building ```bash mvn -B package ``` ## License No license file is present in this repository; all rights reserved by the author unless stated otherwise.