HookRaft
No reviews yet
NeoForge mod that bridges Minecraft Chat with external APIs.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
HookRaft
HookRaft is a NeoForge mod that keeps your Minecraft chat in sync with external webhooks. Forward in-game chat to outside services, receive messages back, and even send webhook messages via /hook.

Highlights
- Two-way chat bridge – send chat to your webhook and broadcast incoming payloads in-game.
- Flexible filters – forward everything, use regex, or stick to
/hookcommand messages. - Live configuration – adjust settings without restarting the server.
- Asynchronous HTTP – non-blocking requests keep the server responsive.
Requirements
- Minecraft 1.21.10
- NeoForge 21.10+
- Java 21+
Installation
- Drop the latest HookRaft JAR into your server’s
modsfolder. - Start the server to auto-generate
config/hookraft-server.toml. - Edit that TOML to point at your outgoing webhook URL and tweak filters.
Example Configuration Snippet
[webhook]
outgoingWebhookUrl = "https://example.com/api/webhook"
incomingPort = 8000
[chat]
filterMode = "ALL"
displayMode = "HIGHLIGHTED"
senderName = "HookRaft"
[advanced]
connectionTimeout = 10000
debugLogging = false
Commands
/hook <message>– send a webhook message from chat./hookraft send <message>– alias for/hook./hookraft status– show mod health./hookraft list– list all settings./hookraft get <setting>– read a setting./hookraft set <setting> <value>– change a setting (OP level 2).
Webhook Format
- Outbound:
{
"type": "chat",
"player": "PlayerName",
"message": "Hello world!",
"timestamp": 109971141181051
}
- Inbound: POST
/api/receivewithmessage,text, orcontent.
Health Check
- GET
/api/healthreturns mod status, version, and player count.
Source Code
Source code can be obtained here.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources