A Hytale server plugin that bridges game chat with an IRC channel.
- Chat Synchronization: Bidirectional chat between Hytale and IRC.
- Connection Events: Announcements on IRC when players join or leave the server.
- Kill Feed: Death messages are relayed to IRC.
- Configurable: Easily configure IRC server, channel, and bot details.
- Download the latest
.jarfrom the Releases page. - Place the jar in your Hytale server's
modsdirectory. - Restart the server.
- Configure the plugin in
mods/Stonebound_HyIrcBridge/HyIrcBridge.json.
The configuration file is located at run/mods/Stonebound_HyIrcBridge/HyIrcBridge.json and supports the following options:
host: IRC server address.port: IRC server port.channel: IRC channel to join.nick: Bot's nickname.ssl: Whether to use SSL for the connection.
This project uses Gradle. To build the project:
./gradlew buildThe resulting jar will be in build/libs/.
Note: This mod requires the HytaleServer.jar to be present for compilation. The build.gradle is configured to look for it in the default Hytale installation path.