Sound Webhook Alert is a client-side Fabric utility for Minecraft Java Edition 1.21.11.
It lets you listen for Minecraft sounds on your own client and send a Discord webhook message when a matching sound is heard. The server does not need to install the mod.
Open the in-game menu with V, paste your Discord webhook URL, choose a sound filter, enable the listener, and save.
The Discord webhook URL where alerts are sent.
The webhook URL is saved locally in:
.minecraft/config/sound_webhook_alert.jsonKeep this URL private.
The sound filter decides which Minecraft sounds trigger an alert.
Examples:
step
break
chest
minecraft:block.chest.open
minecraft:block.stone.break
minecraft:entity.zombie.hurtContains triggers when the sound ID contains your filter.
Example:
stepcan match:
minecraft:block.stone.step minecraft:block.grass.stepExact match triggers only when the full sound ID is exactly the same as your filter.
Cooldown controls the minimum time between Discord messages.
Recommended values:
10 seconds for testing
30-60 seconds for normal useWhen enabled, alerts include your current block position.
When enabled, alerts include the server address shown to your client.
The menu shows the last useful sound heard by your client.
Press Use last sound to copy it into the sound filter box. UI sounds such as button clicks are ignored.
| Event | Filter |
|---|---|
| Player footsteps | step |
| Block breaking | break |
| Chest opening | minecraft:block.chest.open |
| Chest closing | minecraft:block.chest.close |
| Doors | door |
| Buttons | button |
| Levers | lever |
| Explosions | explode |
| Bows | bow |
| Eating | eat |
| Drinking | drink |
| Villagers | villager |
| Zombies | zombie |
| Creepers | creeper |
Use this mod only on servers where client-side alert mods are allowed.
This mod does not add server-side features. It only listens to sounds that your Minecraft client receives.
