mCaTracker

Quick rating

mCaTracker

No reviews yet

This mode was created to easily record chat history in English/Korea.

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
Creative Commons Attribution Non Commercial Share Alike 4.0 International
Latest Version
1.5.6
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

ChatTracker

ChatTracker is a lightweight, client-side Fabric mod that automatically records all in-game chat messages into a local SQLite database. Search, filter, and export your entire chat history — across servers, launchers, and play sessions.

🤖 This mod was built with Claude Code by Anthropic.

✨ Features

💾 Automatic Chat Recording

All chat messages are captured and stored locally the moment they appear. Messages are saved asynchronously on a background thread, so there is zero impact on game performance. Supports player messages, whispers, and system messages.

🔍 Powerful Search & Filtering

Open the search screen with a single keybind and instantly find any message. Filter results by:

  • Server — Find messages from a specific server
  • Date — Browse chat history by date
  • Message Type — Player chat, whispers, or system messages

📜 Scrollable Results

Search results are displayed in a smooth, scrollable list that dynamically adapts to your screen size. Navigate with the mouse wheel, drag the scrollbar, or use keyboard shortcuts (Arrow keys, Page Up/Down, Home/End). Results are loaded 3,000 at a time and automatically fetch more as you scroll.

📋 Click to Copy

Click any message row to instantly copy it to your clipboard. Hovered rows are highlighted for easy selection.

📊 Chat Statistics

View detailed stats about your chat history:

  • Overview — Total messages, breakdown by type, top servers, top senders, recent dates
  • Servers — Message count per server with bar charts
  • Senders — Most active players with bar charts
  • Dates — Daily message activity with bar charts

📤 Export

Export your filtered chat history as TXT or CSV files for external use or backup.

🌐 Cross-Launcher Support

Chat history is stored in a shared location (%APPDATA%/.minecraft/chattracker/), so your data is accessible across different launchers:

  • Vanilla Minecraft (Fabric)
  • Lunar Client
  • Feather Client
  • Modrinth Launcher
  • Any Fabric-compatible launcher

🔌 Public API for Mod Developers

Other mods can query ChatTracker's stored messages through ChatTrackerAPI — no need to implement your own chat storage.

json "suggests": { "chattracker": "*" } ​

java if (ChatTrackerAPI.isAvailable()) { List<ChatMessage> msgs = ChatTrackerAPI.search("hello", 100, 0); int total = ChatTrackerAPI.getTotalMessages(); List<String> servers = ChatTrackerAPI.getServers(); Map<String, Integer> topSenders = ChatTrackerAPI.getTopSenders(10); } ​

🌍 Multi-Language Support

  • English
  • 한국어 (Korean)

📖 How to Use

  1. Press G in-game to open the Chat History Search screen (keybind is customizable)
  2. Type a keyword in the search bar and press Enter to search
  3. Use the < > arrows to filter by server, date, or message type
  4. Scroll through results with the mouse wheel or drag the scrollbar
  5. Click any message row to copy it to your clipboard
  6. Click TXT or CSV to export results
  7. Click Stats to view chat statistics
  8. Click Reload to refresh with the latest messages
  9. Press ESC to close

⚙️ Technical Details

Minecraft 1.20.1
Mod Loader Fabric
Environment Client-side only
Database SQLite (WAL mode, async writes)
Storage %APPDATA%/.minecraft/chattracker/ (shared across launchers)
License CC BY-NC-SA 4.0
Author MNT
Built with Claude Code

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
Modrinth
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