Back to mods
Chat Notify project artwork

CurseForge · Minecraft mod

Chat Notify

Plays a ping sound when your name is mentioned, with options to create custom alerts.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Chat Notify release matches 26.2 Fabric?

Updated yesterday
Best match for your filters v3.103.1+26.2-Fabric
Game version 26.2
Loader Fabric

Chat Notify v3.103.1+26.2-Fabric targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is Chat Notify required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Chat Notify v3.103.1+26.2-Fabric need?

v3.103.1+26.2-Fabric on 26.2 Fabric. Every mod below is checked against that same setup.

All 3 required mods have matching files

Install Mod Menu, Fabric API, Text Placeholder API first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

1 listed on this file 2 pulled in by those mods
Mod Menu Needed by Chat Notify v3.103.1+26.2-Fabric
required
Matching file found Matched file: v20.0.1 for 26.2
Fabric API Needed by Mod Menu
pulled in
Matching file found Matched file: [26.2] Fabric API 0.156.0+26.2
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: placeholder-api-3.1.0-beta.1+26.2.jar

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Chat Notify without breaking your instance.

Built for Chat Notify v3.103.1+26.2-Fabric on 26.2 Fabric. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use v3.103.1+26.2-Fabric. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Mod Menu, Fabric API, Text Placeholder API first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside v3.103.1+26.2-Fabric. It opens that exact file at the source.

About this project

What does Chat Notify add?

Plays a ping sound when your name is mentioned, with options to create custom alerts.

Features

  • Custom triggers - never worry about missing a message again!
  • Choose notification sounds from the full range of built-in and resourcepack sound effects.
  • Adjust sound volume and pitch per-notification.
  • Customize message highlighting with a color picker and format controls.
  • Use regex patterns, inclusion and exclusion triggers for fine-grained control.
  • Add automatic response messages or trigger CommandKeys macros.

How it Works

  1. ChatNotify has a list of Notifications, each of which has one or more Triggers.
  2. When a new message arrives in chat, ChatNotify starts checking the triggers of each notification.
  3. If a trigger matches the chat message, the corresponding notification will be activated. By default;
    1. The message will be edited to highlight the trigger that activated the notification.
    2. A sound will be played.
  • You can create and customize your own notifications via the options screen, which can be opened via ModMenu on Fabric, or the mod list on NeoForge.

Setup

When you open the options screen, you'll see a list of notifications. You can set the notification trigger, color and sound here.

Trigger types

To change the trigger type, click the ~ button to the left of the text field.

  • Normal
    • This is what you probably want to use at first. Normal triggers aren't case-sensitive (so a trigger hello will match messages containing HELLO), and they don't match partial words (so a trigger rock will match rock! but not rocket or rock932).
  • Key
    • In vanilla, each type of chat message has a different translation key (such as chat.type.text or chat.type.advancement.task). You can use a key-type trigger to match all messages of that type.
    • Note: Many servers remove keys from messages, which will prevent this type of key from working. To check if a message has a key, use the trigger editor (see below).
  • Regex
    • If you want more precise control, you can switch to this type and enter a regex pattern in the text field.
    • Consider using the trigger editor (see below) and/or a tool such as regex101 to help create regex patterns.

Trigger editor

Click the button to the left of the text field to open the trigger editor.

In the trigger editor, recent chat messages will be displayed in a list (most recent first). Use the Filter and Restyle buttons to preview the effect of your trigger.

Click on a message to view the text and translation key (if any) so you can copy them.

Additionally, some common keys are available for selection in the Key Selector.

Trigger List

If you want to add more triggers, go back to Notifications and click on the options button to the left of the color button. You'll now see a list of triggers, which you can edit as desired.

Style target

Sometimes for key-type and regex-type triggers you may want to highlight a different part of the message to what the trigger matches.

Adding a style target allows you to specify what part of the message should be highlighted. If the style target doesn't match the message, the trigger will be used as normal.

Format

Sound

All built-in and resourcepack sounds can be used (click on the text field). Additionally, some sounds are available for quick selection.

The sound source controls which of Minecraft's volume control sliders will affect the notification sound, in addition to the volume control slider provided here.

Inclusion

Inclusion triggers do nothing by themselves, but if a trigger from the Triggers list matches a message, ChatNotify will check all the triggers in this list and only activate the notification if they all match.

Exclusion

Exclusion triggers are the reverse of Inclusion triggers; before activating a notification, ChatNotify will check all the triggers in this list and only proceed with activation if none of them match the message.

Response

Response messages will be sent in chat when the notification is activated.

Use with caution, as you can easily make a notification send a response which triggers the notification again in a loop, which will spam chat and then crash the game.

Custom Messages

These are special ways of showing notifications, as an alternative to the normal 'play a sound and highlight the message'.

Controls

These options apply to all notifications, and control various aspects of ChatNotify's behavior. You should not generally need to change them (you can if you want, of course), but the Detect and Send Mode options can be useful in certain cases of conflict with other mods.

Defaults

If you want new notifications to have a particular color or sound by default, you can set that here.

Prefixes

When ChatNotify is not using Chat Heads to detect the message sender, it will store your sent messages and compare them to incoming messages to determine which messages were sent by you. If you're on a server that modifies your messages, that system may not work properly, so prefixes can help.

If you're still being notified on every message that you send (because it contains your name) try installing Chat Heads and setting Sender Detection Mode to Combined in the Controls tab.

GUI Tweaks

<details> <summary>Special Widgets</summary>

ChatNotify uses a range of custom GUI widgets which behave differently to normal Minecraft.

  1. Color (🌢) and sound (🔊) status buttons on the options screen support right-click to toggle status.
  2. Text fields have been modified to support double-clicking, triple-clicking or clicking and dragging to select text.
  3. Text fields have also been modified to support CTRL+Z to undo and CTRL+Y to redo edits. Note that edit history will be erased whenever the GUI is refreshed, which often happens when you click on a different widget.
  4. Fullscreen overlay widgets such as the color picker and drop-down text field support clicking outside to cancel and close.

</details>

<details> <summary>Chat Height Slider</summary>

  • ChatNotify modifies the chat height slider (in Minecraft's Chat Settings) to increase the maximum value to 500px.
  • Your existing setting will stay the same unless you decide to change it.

</details>

Dependencies

Fabric: Fabric API, ModMenu

NeoForge: None

Compatibility

If you encounter issues, please report on Discord or GitHub.

Contact

Discord Server

GitHub Issues

License

Project description from CurseForge.

Pick your setup

Chat Notify by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

38 available setups

Showing the newest 12 of 25 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Chat Notify versions and loaders

5 of 116 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.