Mineuniverse
Log in Register
Mods

HookRaft

NeoForge mod that bridges Minecraft Chat with external APIs.
by 6marvil
Download Claim this project
36 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Server Utility Utility & QoL

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.

Example usage with n8n for in-minecraft chat bot

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 /hook command 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

  1. Drop the latest HookRaft JAR into your server’s mods folder.
  2. Start the server to auto-generate config/hookraft-server.toml.
  3. 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/receive with message, text, or content.

Health Check

  • GET /api/health returns mod status, version, and player count.

Source Code

Source code can be obtained here.

hookraft-1.1.1.jar
MC NeoForge, Server, 1.21.10
Release 2026-01-04 Get

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998