Based on hytale-template-plugin
Connect your stream directly to Hytale!
In-Game Messages:
- Display Twitch messages highlighted via Channel Points rewards directly inside the game.
Run the server once. A HytaleTwitch folder should appear in your /mods/ directory, containing this config.json:
{
"accessTokens": ["TokenChannel1", "TokenChannel2"],
"rewardName": ""
}
- accessTokens: Input your tokens for each channels with the correct scopes (generate one here).
- rewardName: Must match your Twitch reward name EXACTLY.
I plan to add many more interactions to spice up gameplay with chat.
Feel free to open an issue to ask for new features or suggest improvements!
- Java 25 JDK
- Gradle (wrapper included)
# Windows
gradlew.bat shadowJar
# Linux/Mac
./gradlew shadowJarThe plugin JAR will be generated in build/libs/SimpleTwitch-1.0.0.jar
# Windows
gradlew.bat runServer
# Linux/Mac
./gradlew runServerTo run the server, you should add the Server.jar & Assets.zip in a libs/ folder.
You can download it somewhere on internet, but you can copy the ones in your game folder
Contributions are welcome! Feel free to open issues or submit pull requests.
MIT License