Releases: age-series/ChatAge
Releases · age-series/ChatAge
Release 1.1
Features:
- Version bump to 1.1
- Threads used for config loading and webhook sending (this will prevent main server tick threads being blocked by webhook traffic taking some time on slower internet connections)
- More useful error messages for users
Fixes:
- No more JSON injection
- Corrected some issues in the readme.
Initial Release (1.0)
It works! I still have a list of things that need to be completed, but as far as I'm concerned, this actually works and I can send messages from Minecraft 1.18.1 with Discord Webhooks.
The mod is only required on the server side and requires a Linux system (or at least one where you can run the curl
command directly from the terminal). In the future, this will instead leverage the Apache HTTP library and some other nice features.
It currently sends a message to the channel on the following message types:
- Player Join
- Player Disconnect
- Player's chat (the bot name changes to the player's name for these)