Skip to content

Releases: age-series/ChatAge

Release 1.1

29 Dec 04:03
Compare
Choose a tag to compare
Release 1.1 Pre-release
Pre-release

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)

24 Dec 18:09
Compare
Choose a tag to compare
Initial Release (1.0) Pre-release
Pre-release

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)