{"id":38763,"date":"2026-06-01T23:09:11","date_gmt":"2026-06-01T20:09:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/"},"modified":"2026-06-01T23:09:11","modified_gmt":"2026-06-01T20:09:11","slug":"chat-tools","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/","title":{"rendered":"Chat Tools"},"content":{"rendered":"<p># \ud83d\udd16Help Needed\ud83d\udd16<br \/>\n&#8211; New Translations<br \/>\n&#8211; New Web Machine Translators<\/p>\n<p>Feel free to make a PR on Github.<\/p>\n<p>&#8212;&#8212;<br \/>\n# \ud83d\udccb Overview<br \/>\nChat Tools is a highly customizable Minecraft client mod that supports various features, allowing them to interoperate through commands and more.<\/p>\n<p># \ud83d\udcd6 Glossary and Technical Details<br \/>\n&#8211; **Session Identifier** _(Chat Tools-specific term)_ is a string that, in single-player mode, corresponds to the current save name, and in multiplayer mode, corresponds to the server address. Related Regular Expressions use the `matches()` method for matching.<br \/>\n&#8211; **Pattern** _(General term)_ refers to the Regular Expression pattern. Chat Tools uses the MULTILINE mode for Regular Expressions and matches them using the `find()` method.<br \/>\n&#8211; Chat Tools maintains multi versions by using macro replacement. The same version of Chat Tools may exhibit slight differences between Minecraft versions.<br \/>\n&#8211; When processing player messages, Chat Tools removes color codes (\u00a7.).<br \/>\n&#8211; By enabling Advanced Tooltips (F3+H), you can hover over configuration items on the configuration page to view their keys, default values, and other details.<\/p>\n<p># \ud83d\udee0\ufe0f Commands<br \/>\n&#8211; `\/chattools on` &#8211; Enable the mod.<br \/>\n&#8211; `\/chattools off` &#8211; Disable the mod.<br \/>\n&#8211; `\/chattools opengui` &#8211; Open the configuration page.<br \/>\n&#8211; `\/chattools download` &#8211; Download addons.<br \/>\n&#8211; `\/chattools regex_checker <pattern> [<test_content>]` &#8211; Without test content: check if the pattern is a valid regex. With test content: validate the pattern and test if it matches the content.<br \/>\n&#8211; `\/chattools send_to_client text <text_JSON_component>` &#8211; Send specific text to the client chat bar.<br \/>\n&#8211; `\/chattools send_to_client actionbar <text_JSON_component>` &#8211; Display specific text on the client actionbar.<br \/>\n&#8211; `\/chattools config openfile` &#8211; Open the configuration file (editing requires a game restart to apply changes).<br \/>\n&#8211; `\/chattools config get <key>` &#8211; Retrieve the value of a specific configuration key for the current session.<br \/>\n&#8211; `\/chattools config set <key> <value> [<save>]` &#8211; Set the value of a specific configuration key. If save is set to true, the changes will also be saved to the file.<br \/>\n&#8211; `\/chattools config toggle <key> [<save>]` &#8211; Toggle the state of a boolean-type configuration key. If save is set to true, the changes will also be saved to the file.<\/p>\n<p># \u2728 Function introduction<br \/>\nFor elaborate descriptions and examples, please see **>>FAQ<<**.\n\n## General Settings\nThese are the core settings for Chat Tools:\n- Show Timestamp \nAdds a timestamp to each message.\n![Timestamp](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/0696032af9ab57abb0ec7bf36dbf7accee19a935.png)\n- Restore Messages \nRecovers messages from previous sessions.\n- Nickname Hider \nConceals your real nickname from your view.\n![Nickname Hider](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/efef3cfc4044475fd047223017e8f2753beac436.png)\n- Translator  \nPress Shift + Tab in the chat bar to start translating.\n- Enable Chat History Navigator  \nUse Ctrl + F to start navigating in chat!  \n![Chat History Navigator](https:\/\/cdn.modrinth.com\/data\/pbnlOdwp\/images\/ffb15d6a291b8f6477edd6dae075e1113b3f39f8.png)\n- Max History Length\nSets the maximum number of chat messages stored.\n![Max History Length](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/47400103aa21e577bd0e5315c2de834a7f1191b6.png)\n\n## Notifier Settings\nVarious chat alert features:\n- Toast Notification\n![Toast](https:\/\/cdn.modrinth.com\/data\/pbnlOdwp\/images\/8279d6a1e5c774a8b066784ed74b37c319ac7a06.gif)\n- Sound\nSupports custom sound effects.\n- Actionbar\nDisplays alerts in the action bar.\n- Highlight\nSupports custom highlighting prefixes.\n![Highlight Function](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/65cf54df20aee9b2a1c3dafec00cfde0ca0e8b6b.png)\n- Allow List\nMessages matching this list are allowed.\n- Ban List\nMessages matching this list are blocked (higher priority than Allow List).\n\n## Formatter Settings\nCustomize your messages using specified patterns. Apply different rules for different servers. [See Bubble Rules](#bubble-settings).\n- Pattern\nAutomatically formats messages based on the specified style.\nFor example: \n`&#038;e{text}` makes your message gold on servers supporting the color prefix '&#038;'.\n`&#038;e{text} ~(ovo)~` adds a personalized suffix.\n`My coordinates are: {pos}` replaces `{pos}` with your current coordinates.\n- Auto-Disable for Matching...\nIn some cases, you **don't want** your text to be formatted. \nThis includes (but isn't limited to):\nItem counts or `all` when selling items to the Chest Shop; \nCommands starting with special characters. \nThe default RegEx pattern `^d+$|^[.#%$\/].*|ballb` covers most cases.\nYou can modify or add more as needed.\n\n## Chat Keybindings\nUse hotkeys for frequently used commands:\n- Trigger Last Command Hotkey\nPress a set hotkey to repeat the previous command.\nFor example: \nWhile playing a Parkour map, do F3+C and activate it for a time, then you can quickly go back to the recorded point location every time you press the hotkey.\n- Command Keybindings\nAssign hotkeys to frequently used commands.\n![Command Keybindings](https:\/\/cdn.modrinth.com\/data\/pbnlOdwp\/images\/4e9f1dc69b7a0b2189bece427aaa83db9211d6c3.png)\n\n## Bubble Settings\n- Enable Chat Bubbles\nDisplays a chat bubble over your head.\n![Chat Bubbles](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/dc88719c88037231315f70df9836b6159724c73a.png)\n- Bubble Rules\nApply different bubble rules on different servers.\n![Bubble Rules](https:\/\/cdn-raw.modrinth.com\/data\/pbnlOdwp\/images\/f240b0038f4c051440e0736796e0f7eb839f9f66.png)\n\n## Responder Settings\n> **Warning: Before using this feature on a server, please check with other players and admins first!**<br \/>\n&#8211; Enable Responder<br \/>\nAutomatically responds to others&#8217; messages.<br \/>\n&#8211; Responder Rules<br \/>\nApply different responder rules on different servers.<\/p>\n<p>## Chat Filter Settings<br \/>\n&#8211; Enable Chat Filter<br \/>\nFilter chat messages based on specific rules.<br \/>\n&#8211; Filter Rules<br \/>\nIf any of the patterns in this list matches an incoming message, the message will be filtered.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Timestamp, translators, notifier, macros, chat bubbles, chat filter; everything you need is here!<\/p>\n","protected":false},"featured_media":38764,"template":"","meta":{"_minecraft_slug":"chat-tools","_minecraft_project_id":"pbnlOdwp","_minecraft_author":"70CentsApple","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":3152752,"_minecraft_follows":229,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"chat-tools.zip","_minecraft_size_bytes":211527860,"_minecraft_version_count":361,"_minecraft_updated_at":"2026-05-16T05:39:59.367458Z","_minecraft_date_created":"2023-06-19T00:46:51.192650Z","_minecraft_date_modified":"2026-05-02T08:09:44.943454Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chat-tools","_minecraft_icon_attachment_id":38764,"_minecraft_imported_at":"2026-06-01T20:09:12+00:00","_minecraft_import_hash":"d736ea91f239a8de6a84943fd3a92ee7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,158,867,92],"mod_loader":[99],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-38763","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-neoforge","mod_category-social","mod_category-utility","mod_loader-fabric","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Chat Tools - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chat Tools - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Timestamp, translators, notifier, macros, chat bubbles, chat filter; everything you need is here!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/\",\"name\":\"Chat Tools - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp\",\"datePublished\":\"2026-06-01T20:09:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chat-tools\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Chat Tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Chat Tools - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/","og_locale":"en_US","og_type":"article","og_title":"Chat Tools - Minecraft","og_description":"Timestamp, translators, notifier, macros, chat bubbles, chat filter; everything you need is here!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/","name":"Chat Tools - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp","datePublished":"2026-06-01T20:09:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chat-tools-icon-0272277afa5420e498db2e23fa327e80541b1150_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chat-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Chat Tools"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/38763","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/38764"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=38763"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=38763"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=38763"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=38763"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}