{"id":107515,"date":"2026-06-06T08:09:03","date_gmt":"2026-06-06T05:09:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/"},"modified":"2026-06-06T08:09:03","modified_gmt":"2026-06-06T05:09:03","slug":"multimessagebridge","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/","title":{"rendered":"MultiMessageBridge"},"content":{"rendered":"<p># MultiMessageBridge &#8211; Link Messengers Together<\/p>\n<p>![Modrinth Downloads](https:\/\/img.shields.io\/modrinth\/dt\/multimessagebridge)<br \/>\n![Modrinth Version](https:\/\/img.shields.io\/modrinth\/v\/multimessagebridge)<br \/>\n![bStats Players](https:\/\/img.shields.io\/bstats\/players\/24055)<br \/>\n![bStats Servers](https:\/\/img.shields.io\/bstats\/servers\/24055)<\/p>\n<p>Bstats Page<\/p>\n<p>Documentation also available in these languages: russian<\/p>\n<p>The MultiMessageBridge plugin allows you to connect Minecraft, Discord, Telegram, and other messengers (via add-ons) together!<br \/>\nExchange messages, images, stickers between different platforms &#8211; it\u2019s really wonderful!<\/p>\n<p>## Special Thanks<br \/>\n&#8211; Fairkor and MediocreSteam66 for sponsoring development and testing the plugin!<br \/>\n&#8211; Anea &#8211; Icon for the plugin on Modrinth<br \/>\n&#8211; hellbowe &#8211; help with developing version 0.5<\/p>\n<p>## Plugin Features<br \/>\n&#8211; Send messages simultaneously between Telegram, Discord, Minecraft, and other platforms using add-ons<br \/>\n&#8211; Send images between different platforms (displayed in-game as clickable text)<br \/>\n&#8211; Display stickers across platforms<br \/>\n&#8211; Reply to messages across platforms using native methods<br \/>\n&#8211; Display player join and leave messages on the server<br \/>\n&#8211; Display death messages<br \/>\n&#8211; Display received achievements<br \/>\n&#8211; Translate achievements and death messages into any language<br \/>\n&#8211; Flexible configuration<br \/>\n&#8211; Send server console output to Discord<br \/>\n&#8211; Support for threads in Telegram<\/p>\n<p>## Compatible Plugins<br \/>\nPlugins supported by MMB:<\/p>\n<p>&#8211; EssentialsX Chat<br \/>\n&#8211; ChatEX<br \/>\n&#8211; SkinsRestorer<br \/>\n&#8211; PlaceholderAPI<\/p>\n<p>## Installation and Setup<\/p>\n<p>### Installing the Plugin<br \/>\n1. Download the latest version of the plugin from Modrinth<br \/>\n2. Place the downloaded file into your server&#8217;s `plugins` folder<br \/>\n3. Start the server. You will likely see 2 errors in the console; these indicate that Discord and Telegram bot tokens are not set<br \/>\n4. Stop the server to make configuration changes<\/p>\n<p>### Plugin Configuration<br \/>\nConfiguring `config.yml`<br \/>\n&#8220;`yaml<br \/>\n# Whether to store messages in a database for cross-platform message replies<br \/>\nenableMessageStorage: true # recommended true, default false<br \/>\n# Interval to update channel info in chat, in seconds<br \/>\nserverInfoUpdateTime: 603<br \/>\n# Default text displayed in the channel description<br \/>\ndefaultServerInfoFormat: &#8216;Online: {online} Total players: {total} Uptime: {uptime}&#8217;<br \/>\n# Format used to display server uptime in Discord channel description<br \/>\ntimeFormat: &#8216;{d} days {h} hours {m} minutes&#8217; # placeholder {uptime} in defaultServerInfoFormat<br \/>\n# Whether to translate achievements and death messages from English<br \/>\ntranslateMessages: true<br \/>\n# Whether to repeat all player messages in the console<br \/>\nsendMessagesToConsole: true<br \/>\n# Platforms to be used. If [] is specified, all will be enabled<br \/>\nenabledReceivers:<br \/>\n  &#8211; Minecraft<br \/>\n  &#8211; Discord<br \/>\n  &#8211; Telegram<br \/>\nimageHosting:<br \/>\n  # Which image hosting to use; currently only freeimage is available<br \/>\n  type: freeimage<br \/>\nheads:<br \/>\n  # Configure display of player heads (e.g., in join\/leave messages)<br \/>\n  # For SkinsRestorer https:\/\/mc-heads.net\/avatar\/%skinsrestorer_texture_id_or_steve%.png#%username%<br \/>\n  url: https:\/\/crafthead.net\/helm\/%nickname%<br \/>\n  provider: default<br \/>\n# Whether to include your server in metrics<br \/>\nmetrics: true<br \/>\n&#8220;&#8220;<\/p>\n<p>### Discord Bot Setup<\/p>\n<p>For detailed information, see wiki<\/p>\n<p>1. Create a bot and get its token, make sure to enable message intent<br \/>\n2. Configure `Discord.yml`<br \/>\n    &#8220;`yaml<br \/>\n    bot:<br \/>\n      # Enter your bot token here<br \/>\n      token: &#8216;paste token here&#8217;<br \/>\n      # Enter your server&#8217;s Guild ID<br \/>\n      guild: 1234567890123456789<br \/>\n      channels:<br \/>\n        messages:<br \/>\n          type: main_text<br \/>\n          id: 1234567890123456789 # ID of the player messages channel<br \/>\n          # Channel description, leave &#8221; to use default description<br \/>\n          description: &#8216;Online: {online} | Registered: {total} | Uptime: {uptime}&#8217;<br \/>\n        console:<br \/>\n          type: console<br \/>\n          id: 1234567890123456789 # ID of the console channel<br \/>\n          description: &#8216; &#8216;<br \/>\n      # Whether to require a prefix for commands in the console channel<br \/>\n      commandsShouldStartsWithPrefix: true<br \/>\n      commandPrefix: &#8216;!\/&#8217;<\/p>\n<p>    # Configuration for displayed messages, see wiki for details<br \/>\n    messages: # &#8230;<\/p>\n<p>    # Phrase filter for @everyone, @here mentions<br \/>\n    phraseFilter:<br \/>\n      filterMessages: true<br \/>\n      filters:<br \/>\n        &#8216;@everyone&#8217;: &#8216;[everyone]&#8217;<br \/>\n        &#8216;@here&#8217;: &#8216;[here]&#8217;<br \/>\n    &#8220;`<\/p>\n<p>### Telegram Bot Setup<\/p>\n<p>For detailed information, see wiki<\/p>\n<p>1. Go to BotFather and create a bot<br \/>\n2. Configure bot permissions if using a group<br \/>\n3. Add the bot to your group, or use private messages<br \/>\n4. Copy the token<br \/>\n5. Add your token to `Telegram.yml`<br \/>\n    &#8220;`yaml<br \/>\n    bot:<br \/>\n      token: &#8216;Your Bot Token&#8217;<br \/>\n    &#8220;`<br \/>\n6. Start the server and wait for full load<br \/>\n7. Send a message to the bot (private or group) to get identifiers. You will see something like this in the console:<br \/>\n    &#8220;`<br \/>\n    [00:19:57 INFO]: [MMB] Preconfigure debug enabled! Please, disable it in Telegram.yml after setting it up!<br \/>\n    [00:19:57 INFO]: [MMB]     ChatId: 7109693268 ThreadId: 123 Message: ?? ????<br \/>\n    [00:19:57 INFO]: [MMB] [Telegram] Azimkindev -> ?? ????<br \/>\n    &#8220;`<br \/>\n8. Configure `Telegram.yml`<br \/>\n    &#8220;`yaml<br \/>\n    bot:<br \/>\n      token: &#8216;Your Bot Token&#8217;<br \/>\n      mainChat: 7109693268 # ChatId from console message<br \/>\n      mainThread: -1 # Thread ID in group, leave -1 if no threads or using private chat<br \/>\n      #&#8230;<br \/>\n    messages: {} #&#8230; see wiki for message setup<\/p>\n<p>    debug:<br \/>\n      # !!!!! Be sure to set this to false after configuring channel and thread IDs<br \/>\n      preConfiguredDebug: false<br \/>\n    &#8220;`<\/p>\n<p>### Final Steps<\/p>\n<p>You are now ready to proudly launch your server. If errors occur, you can always contact tech support.<\/p>\n<p>## Support and Technical Help<\/p>\n<p>You can get support on my Discord server<\/p>\n<p>You can also report bugs on Github Issues<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Plugin that connects minecraft, discord, telegram and other messangers in one place<\/p>\n","protected":false},"featured_media":107516,"template":"","meta":{"_minecraft_slug":"multimessagebridge","_minecraft_project_id":"nnoTx5qu","_minecraft_author":"Azimkin","_minecraft_license":"MIT","_minecraft_downloads":198,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"multimessagebridge.zip","_minecraft_size_bytes":73270960,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T12:43:02.224782Z","_minecraft_date_created":"2024-11-21T04:26:35.069035Z","_minecraft_date_modified":"2025-09-13T22:45:51.283238Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/multimessagebridge","_minecraft_icon_attachment_id":107516,"_minecraft_imported_at":"2026-06-06T05:09:04+00:00","_minecraft_import_hash":"fa5da39a04886dd44b97842aae72cb29","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[873,126,127,128,867,129,92],"mod_loader":[132,133,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-107515","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-library","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MultiMessageBridge - 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\/multimessagebridge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MultiMessageBridge - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Plugin that connects minecraft, discord, telegram and other messangers in one place\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/\" \/>\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\\\/multimessagebridge\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/\",\"name\":\"MultiMessageBridge - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp\",\"datePublished\":\"2026-06-06T05:09:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/multimessagebridge\\\/#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\":\"MultiMessageBridge\"}]},{\"@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":"MultiMessageBridge - 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\/multimessagebridge\/","og_locale":"en_US","og_type":"article","og_title":"MultiMessageBridge - Minecraft","og_description":"Plugin that connects minecraft, discord, telegram and other messangers in one place","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/","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\/multimessagebridge\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/","name":"MultiMessageBridge - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp","datePublished":"2026-06-06T05:09:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/multimessagebridge-icon-efafc723099f08d639f9bf34c2fc5a3e4bc0cf4b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/multimessagebridge\/#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":"MultiMessageBridge"}]},{"@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\/107515","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\/107516"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=107515"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=107515"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=107515"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=107515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}