Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 9 months ago
chathook
A logical server mod that forwards Minecraft chat, game and command messages to a Discord webhook.
How to Use
Create a file called secrets.txt
in the root of your server (in the same folder as the server.jar
.
In the file, write the following line:
webhook_url=[your webhook url here]
The webhook URL should be in the form of https://discord.com/api/webhooks/{some numbers}/{token}
.
Now, just fire up the server and you're all set!
Known Limitations
- Command messages aren't captured
- Chat from Dynmap sends IP addresses in the text and these are not filtered by ChatHook (will be fixed by a message filtering feature in future)