
Server Webhooks
Minecraft Forge mod for Minecraft 1.20.1: sends selected server events to your backend as HTTP POST JSON, with optional HMAC-SHA256 (X-Webhook-Signature), retries on 5xx / network failures, and bounded concurrency.
Installation
Place the built JAR in the dedicated server’s mods folder. The mod is intended for the server.
Configuration
On first run, Forge creates:
config/serverwebhooks-server.toml
Key options (see comments in the file):
webhookUrl—httporhttpsonlysecret— shared secret for HMAC (empty = no signature header)timeoutMillis,maxConcurrentRequests,retryExtraAttempts,retryInitialBackoffMillisserverId— included in JSON payloadsevents.*— toggles per event type (playerJoin,playerLeave,playerDeath,chatMessage,serverStarted,serverStopping)
Reload from disk without restart (operator, permission level 2):
/serverwebhooks reload
Payload
JSON includes event_id, event_type, occurred_at, server_id, optional player (uuid, name), and optional details depending on the event.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as serverwebhooks-1.1.1.jar — drop this file into the mods folder
- Download size: 28 KB
- Download link checked 13 Sept 2026 — working
These come from our own check of the pack file, not from the source page.