{"id":98739,"date":"2026-06-05T19:07:08","date_gmt":"2026-06-05T16:07:08","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/"},"modified":"2026-06-05T19:07:08","modified_gmt":"2026-06-05T16:07:08","slug":"matrix-chat-bridge","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/","title":{"rendered":"Matrix Chat Bridge"},"content":{"rendered":"<p># \ud83e\uddca Minecraft Matrix Chat Bridge<\/p>\n<p>![Java](https:\/\/img.shields.io\/badge\/Java-21-orange) ![Spigot](https:\/\/img.shields.io\/badge\/Spigot-1.20.6+-yellow) ![Matrix](https:\/\/img.shields.io\/badge\/Matrix-Synapse-blue) ![License](https:\/\/img.shields.io\/badge\/License-MIT-green)<\/p>\n<p>**A powerful, private, and secure bridge between your Minecraft server and a Matrix homeserver.**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1\ufe0f Why Matrix?<\/p>\n<p>In an era where data privacy and user safety are paramount, **Matrix** stands out as the superior choice for gaming communities. Unlike Discord or other centralized platforms, Matrix allows you to:<\/p>\n<p>*   **Own Your Data**: Host your own server. No third party is mining your players&#8217; chat history.<br \/>\n*   **Ensure Safety**: Create a private, isolated environment perfect for players of all ages. You control who joins and what they see.<br \/>\n*   **Stay Secure**: Industry-standard encryption and open-source transparency.<\/p>\n<p>This plugin integrates your Minecraft server directly into this secure ecosystem, providing a seamless experience that feels native to both platforms.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Key Features<\/p>\n<p>*   **\ud83d\udd04 Two-Way Chat Bridge**<br \/>\n    *   Messages flow instantly between Minecraft and Matrix.<br \/>\n    *   Experience a unified community, whether in-game or on mobile.<\/p>\n<p>*   **\ud83c\udfad True User Impersonation**<br \/>\n    *   Forget generic bot messages!<br \/>\n    *   When a player chats in-game, the message in Matrix appears to come **from their actual account**, complete with their avatar and name.<\/p>\n<p>*   **\ud83d\ude80 Automatic Onboarding &#038; Syncing**<br \/>\n    *   **Auto-Account Creation**: A passwordless Matrix account is automatically created for every player the first time they join.<br \/>\n    *   **Auto-Avatar Sync**: On every join, the plugin checks if the player&#8217;s skin has changed and updates their Matrix avatar accordingly.<br \/>\n    *   **Auto-Room Sync**: On every join, players are automatically added to the correct Matrix rooms based on their permissions.<\/p>\n<p>*   **\ud83d\udd10 Role-Based Access**<br \/>\n    *   Automatically manage room memberships based on in-game permissions (e.g., VIPs, Staff).<br \/>\n    *   No need for manual invites; the plugin handles the heavy lifting.<\/p>\n<p>*   **\ud83e\uddf1 Bedrock Player Support**<br \/>\n    *   Differentiate Bedrock players (e.g., from Geyser) by adding a configurable suffix to their Matrix username (e.g., `.Steve` becomes `steve.b`).<\/p>\n<p>*   **\ud83d\udd4a\ufe0f Lightweight &#038; Native**<br \/>\n    *   Built using raw Matrix\/Synapse APIs.<br \/>\n    *   **Zero external dependencies** or bloated libraries.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Prerequisites<\/p>\n<p>*   **Minecraft Server**: Spigot, Paper, or Purpur (1.20.6 or newer).<br \/>\n*   **Matrix Homeserver**: A **Synapse** server where you have Admin access.<br \/>\n*   **Bot Account**: A Matrix account with **Admin privileges** on your homeserver (required for impersonation and user management).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1.  **Download** the latest `matrix-chat-1.0.jar` from the releases page.<br \/>\n2.  **Drop** the jar file into your server&#8217;s `plugins` folder.<br \/>\n3.  **Restart** the server to generate the default configuration file.<br \/>\n4.  **Configure** `plugins\/MatrixChat\/config.yml` (see below).<br \/>\n5.  **Important**: Manually invite your bot account to the configured `bridgeRoom` and any other rooms listed in the config. The bot cannot join private rooms automatically without an invite.<br \/>\n6.  **Reload** or restart to apply changes.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>Edit `plugins\/MatrixChat\/config.yml` to connect your worlds.<\/p>\n<p>&#8220;`yaml<br \/>\nmatrix:<br \/>\n  # \ud83c\udf10 Your Matrix homeserver URL<br \/>\n  homeserver: &#8220;https:\/\/chat.yourdomain.com&#8221;<\/p>\n<p>  # \ud83e\udd16 The Bot Account<br \/>\n  # IMPORTANT: Must be a Synapse Admin for impersonation to work.<br \/>\n  username: &#8220;@bot:chat.yourdomain.com&#8221;<br \/>\n  password: &#8220;your_secure_password&#8221;<\/p>\n<p>  # \ud83c\udf09 The Bridge Room<br \/>\n  # The main channel where chat is shared. The bot must be a member.<br \/>\n  bridgeRoom: &#8220;!roomid:chat.yourdomain.com&#8221;<\/p>\n<p>  # \ud83d\udccf Maximum length of a Matrix message to be bridged to Minecraft.<br \/>\n  maxMessageLength: 256<\/p>\n<p>  # \ud83e\uddf1 Bedrock Support<br \/>\n  bedrock:<br \/>\n    prefix: &#8220;.&#8221;<br \/>\n    matrixSuffix: &#8220;.b&#8221;<\/p>\n<p>  # \ud83d\udce2 Announcements<br \/>\n  announcements:<br \/>\n    join: true<br \/>\n    quit: true<br \/>\n    death: true<br \/>\n    firstJoin: true<\/p>\n<p>  # \ud83d\udcc2 Room Management<br \/>\n  rooms:<br \/>\n    # Rooms everyone joins automatically<br \/>\n    default:<br \/>\n      &#8211; &#8220;!generalid:chat.yourdomain.com&#8221;<br \/>\n      &#8211; &#8220;!updatesid:chat.yourdomain.com&#8221;<\/p>\n<p>    # \ud83d\udc6e Role-Based Rooms<br \/>\n    # Map permission nodes to specific rooms<br \/>\n    roles:<br \/>\n      mchat.group.staff:<br \/>\n        &#8211; &#8220;!staffroomid:chat.yourdomain.com&#8221;<br \/>\n      mchat.group.vip:<br \/>\n        &#8211; &#8220;!viproomid:chat.yourdomain.com&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbb Commands &#038; Permissions<\/p>\n<p>| Command | Permission | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/mchat register <password>` | `mchat.register` | Sets the password for your auto-created Matrix account, allowing you to log in to clients like Element. |<br \/>\n| `\/mchat help` | None | Display the help menu. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde0 How It Works<\/p>\n<p>### The Impersonation Magic<br \/>\nInstead of relaying messages like `[Bot] Player: Hello`, this plugin leverages the **Synapse Admin API**. It obtains a temporary login token for the specific user and sends the message **as them**.<br \/>\n*   **Result**: A native chat experience.<br \/>\n*   **Fallback**: If the user isn&#8217;t registered, it gracefully falls back to a bot message format.<\/p>\n<p>### Echo Prevention<br \/>\nTo prevent the &#8220;infinite loop&#8221; of messages repeating themselves, the plugin tags bridged messages with a hidden `[MC]` prefix. The Minecraft listener detects this tag and knows to ignore the message, ensuring a clean chat stream.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfd7\ufe0f Building from Source<\/p>\n<p>&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/yourusername\/matrix-chat.git<br \/>\ncd matrix-chat<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>Distributed under the **MIT License**. See `LICENSE` for more information.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful, private, and secure bridge between your Minecraft server and a Matrix home server. A self hosted Discord like experience<\/p>\n","protected":false},"featured_media":98740,"template":"","meta":{"_minecraft_slug":"matrix-chat-bridge","_minecraft_project_id":"he7n8Zgo","_minecraft_author":"Sovtoshi","_minecraft_license":"MIT","_minecraft_downloads":25,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"matrix-chat-bridge.zip","_minecraft_size_bytes":52280,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:18:30.568262Z","_minecraft_date_created":"2026-02-19T08:16:22.203997Z","_minecraft_date_modified":"2026-02-18T04:31:28.608311Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/matrix-chat-bridge","_minecraft_icon_attachment_id":98740,"_minecraft_imported_at":"2026-06-05T16:07:09+00:00","_minecraft_import_hash":"fe094e459579f24be4071612adce4b6c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,867,92],"mod_loader":[132],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-98739","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-social","mod_category-utility","mod_loader-paper","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Matrix Chat Bridge - 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\/matrix-chat-bridge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Matrix Chat Bridge - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful, private, and secure bridge between your Minecraft server and a Matrix home server. A self hosted Discord like experience\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/\",\"name\":\"Matrix Chat Bridge - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp\",\"datePublished\":\"2026-06-05T16:07:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/matrix-chat-bridge\\\/#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\":\"Matrix Chat Bridge\"}]},{\"@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":"Matrix Chat Bridge - 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\/matrix-chat-bridge\/","og_locale":"en_US","og_type":"article","og_title":"Matrix Chat Bridge - Minecraft","og_description":"A powerful, private, and secure bridge between your Minecraft server and a Matrix home server. A self hosted Discord like experience","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/","name":"Matrix Chat Bridge - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp","datePublished":"2026-06-05T16:07:08+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/matrix-chat-bridge-icon-ce3989b80dd8126ea564ecc7e8d346cc8076a477_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/matrix-chat-bridge\/#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":"Matrix Chat Bridge"}]},{"@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\/98739","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\/98740"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=98739"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=98739"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=98739"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=98739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}