{"id":140898,"date":"2026-06-08T11:50:53","date_gmt":"2026-06-08T08:50:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/"},"modified":"2026-06-08T11:50:53","modified_gmt":"2026-06-08T08:50:53","slug":"simplechat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/","title":{"rendered":"[ABANDONED] SimpleChat &#8211; Chat mod for Fabric servers"},"content":{"rendered":"<p># SimpleChat<\/p>\n<p>**Temporary stop of support**<\/p>\n<p>_A simple chat mod for your server._<\/p>\n<p>\u2757**The current supported version of the mod is:** https:\/\/modrinth.com\/mod\/simplechatfork\u2757<\/p>\n<p>Works even in a single player game.<\/p>\n<p>![issues](https:\/\/github.com\/cayennemc\/SimpleChat\/issues) ![license](https:\/\/img.shields.io\/github\/license\/cayennemc\/simplechat)<\/p>\n<p>![simplechat](https:\/\/repository-images.githubusercontent.com\/365025010\/b8d2b700-c78f-11eb-816d-cd2ce825778d)<\/p>\n<p>Requires the Fabric API!<\/p>\n<p>\u2757Version 1.17 requires Java 16 to work\u2757<\/p>\n<p>## Features<br \/>\n&#8211; Global and local chat (you can turn it off)<br \/>\n&#8211; Color chat (you can turn it off)<br \/>\n&#8211; Reloading the configuration with the command<br \/>\n&#8211; For developers: Player chat event<\/p>\n<p>![Imgur](https:\/\/i.imgur.com\/orpafbR.jpg)<\/p>\n<p>## Configuration<br \/>\nThe configuration is located in `<game or server directory>\/config\/simplechat.json`.<\/p>\n<p>| Name | Description | Type |<br \/>\n|-|-|-|<br \/>\n| enable_chat_mod | Enables (true) or disables (false) chat handling by the mod. | boolean |<br \/>\n| enable_global_chat | Enables (true) or disables (false) the global chat. | boolean |<br \/>\n| enable_chat_colors | Enables (true) or disables (false) the use of color codes in the chat. | boolean |<br \/>\n| local_chat_format | Defines the appearance of the local chat. | String |<br \/>\n| global_chat_format | Defines the appearance of the global chat. | String |<br \/>\n| chat_range | Specifies the distance after which local chat messages will not be visible (if global chat is enabled). | int |<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;enable_chat_mod&#8221;: true,<br \/>\n  &#8220;enable_global_chat&#8221;: false,<br \/>\n  &#8220;enable_chat_colors&#8221;: false,<br \/>\n  &#8220;local_chat_format&#8221;: &#8220;%player% > &#038;7%message%&#8221;,<br \/>\n  &#8220;global_chat_format&#8221;: &#8220;&#038;8[&#038;bG&#038;8] &#038;r%player% > &#038;e%message%&#8221;,<br \/>\n  &#8220;chat_range&#8221;: 100<br \/>\n}<br \/>\n&#8220;`<br \/>\nYou can use the placeholder `%player%` to specify the player&#8217;s nickname and the placeholder `%message%` to specify their message in the chat.<\/p>\n<p>You can reload the configuration without restarting the server or the game using the `\/simplechat` command (requires permission level 1 or more).<\/p>\n<p>## API<br \/>\nIf you are a developer, you can use an event called when a player writes something to the chat.<\/p>\n<p>Look `me.vetustus.server.simplechat.api.event.PlayerChatCallback`.<br \/>\nTo control the behavior, use the ChatMessage subclass, which can be used to cancel sending a message or change it.<\/p>\n<p>*Example:*<br \/>\n&#8220;`java<br \/>\n\/**<br \/>\n * Prohibits players from writing messages by canceling an event.<br \/>\n *\/<br \/>\nPlayerChatCallback.EVENT.register((player, message) -> {<br \/>\n  PlayerChatCallback.ChatMessage chatMessage = new PlayerChatCallback.ChatMessage(player, message);<br \/>\n  chatMessage.setCancelled(true);<br \/>\n  return chatMessage;<br \/>\n});<br \/>\n&#8220;`<br \/>\n## License<br \/>\nThe MIT license is used.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A small mod for a customizable chat, with the most simple settings<\/p>\n","protected":false},"featured_media":140899,"template":"","meta":{"_minecraft_slug":"simplechat","_minecraft_project_id":"2KNt6S40","_minecraft_author":"rantuhin","_minecraft_license":"MIT","_minecraft_downloads":1848,"_minecraft_follows":12,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"simplechat.zip","_minecraft_size_bytes":150372,"_minecraft_version_count":9,"_minecraft_updated_at":"2026-05-16T03:08:08.344937Z","_minecraft_date_created":"2021-05-05T15:36:16.732422Z","_minecraft_date_modified":"2022-03-01T18:13:31.580731Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simplechat","_minecraft_icon_attachment_id":140899,"_minecraft_imported_at":"2026-06-08T08:50:53+00:00","_minecraft_import_hash":"d8d78223d1601dd7b245e37054f7bbf3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,873,867,92],"mod_loader":[99],"minecraft_version":[48,49,51,52,53],"class_list":["post-140898","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-library","mod_category-social","mod_category-utility","mod_loader-fabric","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ABANDONED] SimpleChat - Chat mod for Fabric servers - 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\/simplechat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ABANDONED] SimpleChat - Chat mod for Fabric servers - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A small mod for a customizable chat, with the most simple settings\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/\" \/>\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\\\/simplechat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/\",\"name\":\"[ABANDONED] SimpleChat - Chat mod for Fabric servers - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplechat-icon-icon.png\",\"datePublished\":\"2026-06-08T08:50:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplechat-icon-icon.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplechat-icon-icon.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplechat\\\/#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\":\"[ABANDONED] SimpleChat &#8211; Chat mod for Fabric servers\"}]},{\"@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":"[ABANDONED] SimpleChat - Chat mod for Fabric servers - 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\/simplechat\/","og_locale":"en_US","og_type":"article","og_title":"[ABANDONED] SimpleChat - Chat mod for Fabric servers - Minecraft","og_description":"A small mod for a customizable chat, with the most simple settings","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/","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\/simplechat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/","name":"[ABANDONED] SimpleChat - Chat mod for Fabric servers - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplechat-icon-icon.png","datePublished":"2026-06-08T08:50:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplechat-icon-icon.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplechat-icon-icon.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplechat\/#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":"[ABANDONED] SimpleChat &#8211; Chat mod for Fabric servers"}]},{"@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\/140898","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\/140899"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=140898"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=140898"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=140898"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=140898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}