Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
MultiMessageBridge
PluginMIT

MultiMessageBridge

Plugin that connects minecraft, discord, telegram and other messangers in one place

176
Downloads
7
Followers
7 months ago
Updated
📦
4
Versions
librarysocialutilitypaperpurpurspigot
Download Latestv0.5.1View on Modrinth

📖About MultiMessageBridge

MultiMessageBridge - Link Messengers Together

Modrinth Downloads
Modrinth Version
bStats Players
bStats Servers

Bstats Page

Documentation also available in these languages: russian

The MultiMessageBridge plugin allows you to connect Minecraft, Discord, Telegram, and other messengers (via add-ons) together!
Exchange messages, images, stickers between different platforms - it’s really wonderful!

Special Thanks

  • Fairkor and MediocreSteam66 for sponsoring development and testing the plugin!
  • Anea - Icon for the plugin on Modrinth
  • hellbowe - help with developing version 0.5

Plugin Features

  • Send messages simultaneously between Telegram, Discord, Minecraft, and other platforms using add-ons
  • Send images between different platforms (displayed in-game as clickable text)
  • Display stickers across platforms
  • Reply to messages across platforms using native methods
  • Display player join and leave messages on the server
  • Display death messages
  • Display received achievements
  • Translate achievements and death messages into any language
  • Flexible configuration
  • Send server console output to Discord
  • Support for threads in Telegram

Compatible Plugins

Plugins supported by MMB:

  • EssentialsX Chat
  • ChatEX
  • SkinsRestorer
  • PlaceholderAPI

Installation and Setup

Installing the Plugin

  1. Download the latest version of the plugin from Modrinth
  2. Place the downloaded file into your server's plugins folder
  3. Start the server. You will likely see 2 errors in the console; these indicate that Discord and Telegram bot tokens are not set
  4. Stop the server to make configuration changes

Plugin Configuration

Configuring config.yml

# Whether to store messages in a database for cross-platform message replies
enableMessageStorage: true # recommended true, default false
# Interval to update channel info in chat, in seconds
serverInfoUpdateTime: 603
# Default text displayed in the channel description
defaultServerInfoFormat: 'Online: {online} Total players: {total} Uptime: {uptime}'
# Format used to display server uptime in Discord channel description
timeFormat: '{d} days {h} hours {m} minutes' # placeholder {uptime} in defaultServerInfoFormat
# Whether to translate achievements and death messages from English
translateMessages: true
# Whether to repeat all player messages in the console
sendMessagesToConsole: true
# Platforms to be used. If [] is specified, all will be enabled
enabledReceivers:
  - Minecraft
  - Discord
  - Telegram
imageHosting:
  # Which image hosting to use; currently only freeimage is available
  type: freeimage
heads:
  # Configure display of player heads (e.g., in join/leave messages)
  # For SkinsRestorer https://mc-heads.net/avatar/%skinsrestorer_texture_id_or_steve%.png#%username% 
  url: https://crafthead.net/helm/%nickname%
  provider: default
# Whether to include your server in metrics
metrics: true

Discord Bot Setup

For detailed information, see wiki

  1. Create a bot and get its token, make sure to enable message intent
  2. Configure Discord.yml
    bot:
      # Enter your bot token here
      token: 'paste token here'
      # Enter your server's Guild ID
      guild: 1234567890123456789
      channels:
        messages:
          type: main_text
          id: 1234567890123456789 # ID of the player messages channel
          # Channel description, leave '' to use default description
          description: 'Online: {online} | Registered: {total} | Uptime: {uptime}'
        console:
          type: console
          id: 1234567890123456789 # ID of the console channel
          description: ' '
      # Whether to require a prefix for commands in the console channel
      commandsShouldStartsWithPrefix: true
      commandPrefix: '!/'
    
    # Configuration for displayed messages, see wiki for details
    messages: # ...
    
    # Phrase filter for @everyone, @here mentions
    phraseFilter:
      filterMessages: true
      filters:
        '@everyone': '[everyone]'
        '@here': '[here]'
    

Telegram Bot Setup

For detailed information, see wiki

  1. Go to BotFather and create a bot
  2. Configure bot permissions if using a group
  3. Add the bot to your group, or use private messages
  4. Copy the token
  5. Add your token to Telegram.yml
    bot:
      token: 'Your Bot Token'
    
  6. Start the server and wait for full load
  7. Send a message to the bot (private or group) to get identifiers. You will see something like this in the console:
    [00:19:57 INFO]: [MMB] Preconfigure debug enabled! Please, disable it in Telegram.yml after setting it up!
    [00:19:57 INFO]: [MMB]     ChatId: 7109693268 ThreadId: 123 Message: ?? ????
    [00:19:57 INFO]: [MMB] [Telegram] Azimkindev -> ?? ????
    
  8. Configure Telegram.yml
    bot:
      token: 'Your Bot Token'
      mainChat: 7109693268 # ChatId from console message
      mainThread: -1 # Thread ID in group, leave -1 if no threads or using private chat
      #...
    messages: {} #... see wiki for message setup
    
    debug:
      # !!!!! Be sure to set this to false after configuring channel and thread IDs
      preConfiguredDebug: false
    

Final Steps

You are now ready to proudly launch your server. If errors occur, you can always contact tech support.

Support and Technical Help

You can get support on my Discord server

You can also report bugs on Github Issues

👥 Team & Contributors

Azimkin
AzimkinOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.19.31.19.41.201.20.11.20.21.20.31.20.41.20.5+10 more

🔗 Links

Modrinth Page