Algrim Chat

Quick rating

Algrim Chat

No reviews yet

A chat styling fabric mod for clients

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Algrim Chat

Algrim Chat is a chat styling fabric mod for clients.

About

The mod applies custom styling to server messages through use of "patterns". These patterns tell the mod which messages should be styled, and how to style them.

Dependencies

Dependencies are listed with each release.

Configuration

Config GUI can be opened with R,C, by default.

Patterns

Patterns consist of three components:

  • Literal

    Literal pattern parts are the simplest. They match characters exactly (with a few exceptions).

    Example Patterns:

    Pattern Message Matches
    You leveled up! "You leveled up!"
    <Player6> Hello "<Player6> Hello"
    <Player6> Hello "<Player6> Bye"
    <Player6> Hello "<Player2> Hello"

    They're great for matching static messages that don't change, but not too useful on their own in terms of chat on a server where player names and message content change.

    Some special characters may also be mistaken as other pattern parts, avoid this by escaping them with \​

  • Regex

    Regex pattern parts are denoted by a / at the beginning and end.

    Example Patterns:

    Pattern Message Matches Note
    /You leveled up!/ "You leveled up!" While regex can match static messages, it's often simpler to use a Literal.
    /.*/ "<Player6> Hello" Will technically match all messages.
    </\\w+/> /.*/ "<Player6> Bye" Here we are using a combination of Literal "<" and "> ", and Regex parts.
  • Style

    Style pattern parts apply style to messages (Finally!!!) and are split into two sections: [Style, Overrides] and (Content)

    • Style Overrides are a comma separated list of styles.
    • Content consists of Literal or Regex components.

    Example Patterns:

    Pattern Message Matches Note
    [green](You leveled up!) "You leveled up!" Styles the message green.
    <[#00FFFF](/\\w+/)> [white,i](/.*/) "<Player6> Hello" Styles the player's name in aqua and their message white.

Style Overrides

The valid Style Overrides are:

Override Name(s)
Bold bold, b
Italics italic, it, i
Underlined underline, u
Strikethrough strikethrough, s
ͅO͆b̼f̧u̺s̓c͠a̿t̝e̿d̮͒ obfuscate, o
Colour #<hex>, <mc name>

Styles can be removed by prefixing ! to the Override Name. ! on its own will strip all styles.
ex: [!bold](/.*/) remove bold.
or: [!](/.*/) remove all styling.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works