{"id":35818,"date":"2026-06-01T20:33:42","date_gmt":"2026-06-01T17:33:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/"},"modified":"2026-06-01T20:33:42","modified_gmt":"2026-06-01T17:33:42","slug":"bungeechatdiscord","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/","title":{"rendered":"BungeeChatDiscord"},"content":{"rendered":"<div align=\"center\">\n<p># \ud83d\udc8e BungeeChatDiscord (BCD)<br \/>\n### Advanced Chat Bridge for BungeeCord Networks<\/p>\n<p>![Java](https:\/\/img.shields.io\/badge\/Java-17%2B-ed8b00?style=for-the-badge&#038;logo=java&#038;logoColor=white)<br \/>\n![Platform](https:\/\/img.shields.io\/badge\/Platform-BungeeCord-blue?style=for-the-badge)<br \/>\n![License](https:\/\/img.shields.io\/badge\/License-MIT-green?style=for-the-badge)<br \/>\n![Version](https:\/\/img.shields.io\/badge\/Version-1.5.2&#8211;RELEASE-purple?style=for-the-badge)<\/p>\n<p>**Professional bi-directional chat synchronization between Minecraft (BungeeCord) and Discord.** *Developed by ATRCORE*<\/p>\n<p>Report Bug \u00b7 Request Feature<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>**BCD** is built for performance and customization. Unlike other bloatware, it does exactly what you need:<\/p>\n<p>* \ud83d\udd04 **Bi-Directional Sync:** Chat flows seamlessly from Minecraft to Discord and vice versa.<br \/>\n* \ud83d\udd30 **LuckPerms Integration:** Displays player prefixes (Ranks) from Minecraft in Discord.<br \/>\n* \ud83c\udfad **Discord Roles:** Displays the user&#8217;s top Discord role in Minecraft chat with custom aliases (e.g., `Owner` -> `&#038;4[Admin]`).<br \/>\n* \ud83d\udee1\ufe0f **Smart Anti-Spam:** Prevents Discord channel flooding without blocking in-game chat.<br \/>\n* \ud83c\udf0d **Server Aliases:** Renames internal server names (e.g., `main` -> `SURVIVAL`) for a cleaner look.<br \/>\n* \ud83c\udfa8 **Full Color Support:** Supports legacy (`&#038;a`) and Hex colors (`&#038;#RRGGBB`).<br \/>\n* \u2699\ufe0f **Hot Reload:** Configure everything without restarting the proxy via `\/bcd reload`.<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1.  Download the latest `.jar` from the Releases page.<br \/>\n2.  Drop the file into your **BungeeCord** `plugins` folder.<br \/>\n3.  Restart your proxy.<br \/>\n4.  Open `plugins\/BungeeChatDiscord\/config.yml`.<br \/>\n5.  Paste your **Discord Bot Token** and **Channel ID**.<br \/>\n6.  Run `\/bcd reload` or restart.<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>Everything is configurable in `config.yml`.<\/p>\n<p>&#8220;`yaml<br \/>\n# ==========================================<br \/>\n#         BungeeChatDiscord (BCD)<br \/>\n#           Created by ATRCORE<br \/>\n# ==========================================<\/p>\n<p># &#8212; DISCORD SETTINGS &#8212;<br \/>\ntoken: &#8220;INSERT_TOKEN_HERE&#8221;<br \/>\nchannel_id: &#8220;000000000000000000&#8221;<\/p>\n<p># Bot Status Settings<br \/>\n# Type: PLAYING, WATCHING, LISTENING, COMPETING<br \/>\nstatus:<br \/>\n  enabled: true<br \/>\n  text: &#8220;ExoticLegacy Network&#8221;<br \/>\n  type: &#8220;PLAYING&#8221;<\/p>\n<p># &#8212; FEATURES &#8212;<\/p>\n<p># Server Aliases (Rename your servers for Discord)<br \/>\n# RealName: &#8220;Nice Name&#8221;<br \/>\naliases:<br \/>\n  lobby: &#8220;HUB&#8221;<br \/>\n  main: &#8220;SURVIVAL&#8221;<br \/>\n  minigames: &#8220;GAMES&#8221;<\/p>\n<p># Role Aliases (Rename Discord roles for Minecraft chat)<br \/>\n# DiscordRole: &#8220;MinecraftFormat&#8221;<br \/>\nroles:<br \/>\n  &#8220;Owner&#8221;: &#8220;&#038;4[Owner]&#8221;<br \/>\n  &#8220;Admin&#8221;: &#8220;&#038;c[Admin]&#8221;<br \/>\n  &#8220;Moderator&#8221;: &#8220;&#038;9[Mod]&#8221;<br \/>\n  &#8220;VIP&#8221;: &#8220;&#038;6[VIP]&#8221;<br \/>\n  &#8220;default&#8221;: &#8220;&#038;7[Player]&#8221;<\/p>\n<p># Anti-Spam System<br \/>\nanti_spam:<br \/>\n  enabled: true<br \/>\n  max_repeats: 3        # How many identical messages allowed?<br \/>\n  time_window: 2000     # Time in ms (2 seconds)<br \/>\n  warning_message: &#8220;&#038;cPlease do not spam!&#8221;<\/p>\n<p># &#8212; FORMATTING &#038; MESSAGES (LOCALIZATION) &#8212;<br \/>\n# Supports standard color codes (&#038;a) and Hex colors (&#038;#RRGGBB)<\/p>\n<p>formats:<br \/>\n  # Variables: %role_alias%, %user%, %message%<br \/>\n  discord_to_minecraft: &#8220;&#038;b[Discord] %role_alias% &#038;f%user%: &#038;f%message%&#8221;<\/p>\n<p>  # Variables: %server%, %prefix%, %player%, %message%<br \/>\n  minecraft_to_discord: &#8220;**[%server%]** %prefix% %player%: %message%&#8221;<\/p>\n<p>messages:<br \/>\n  # Join\/Leave Messages for Discord<br \/>\n  join:<br \/>\n    enabled: true<br \/>\n    text: &#8220;\ud83d\udfe2 **%player%** joined the server!&#8221;<br \/>\n  leave:<br \/>\n    enabled: true<br \/>\n    text: &#8220;\ud83d\udd34 **%player%** left the server.&#8221;<\/p>\n<p>  # Plugin Messages (In-Game)<br \/>\n  reload_success: &#8220;&#038;a[BCD] Configuration reloaded successfully!&#8221;<br \/>\n  no_permission: &#8220;&#038;c[BCD] You do not have permission to use this command.&#8221;<br \/>\n  unknown_command: &#8220;&#038;c[BCD] Unknown command. Use \/bcd reload&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>BungeeChatDiscord (BCD) is a professional chat synchronization solution designed for BungeeCord networks. It seamlessly links your Minecraft servers with a Discord channel, featuring real-time rank synchronization via LuckPerms, custom server aliases, and<\/p>\n","protected":false},"featured_media":35819,"template":"","meta":{"_minecraft_slug":"bungeechatdiscord","_minecraft_project_id":"IRp3EcIQ","_minecraft_author":"ATRCORE-UA","_minecraft_license":"MIT","_minecraft_downloads":12,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bungeechatdiscord.zip","_minecraft_size_bytes":13292692,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:02:11.251366Z","_minecraft_date_created":"2026-01-24T23:54:46.838767Z","_minecraft_date_modified":"2026-01-22T21:20:16.664638Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bungeechatdiscord","_minecraft_icon_attachment_id":35819,"_minecraft_imported_at":"2026-06-01T17:33:43+00:00","_minecraft_import_hash":"e679779a3bcd88914dcfb8900d7e54be","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,992],"mod_loader":[895,993],"minecraft_version":[385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102],"class_list":["post-35818","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bungeecord","mod_category-waterfall","mod_loader-bungeecord","mod_loader-waterfall","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BungeeChatDiscord - 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\/bungeechatdiscord\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BungeeChatDiscord - Minecraft\" \/>\n<meta property=\"og:description\" content=\"BungeeChatDiscord (BCD) is a professional chat synchronization solution designed for BungeeCord networks. It seamlessly links your Minecraft servers with a Discord channel, featuring real-time rank synchronization via LuckPerms, custom server aliases, and\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/\" \/>\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\\\/bungeechatdiscord\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/\",\"name\":\"BungeeChatDiscord - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp\",\"datePublished\":\"2026-06-01T17:33:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeechatdiscord\\\/#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\":\"BungeeChatDiscord\"}]},{\"@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":"BungeeChatDiscord - 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\/bungeechatdiscord\/","og_locale":"en_US","og_type":"article","og_title":"BungeeChatDiscord - Minecraft","og_description":"BungeeChatDiscord (BCD) is a professional chat synchronization solution designed for BungeeCord networks. It seamlessly links your Minecraft servers with a Discord channel, featuring real-time rank synchronization via LuckPerms, custom server aliases, and","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/","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\/bungeechatdiscord\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/","name":"BungeeChatDiscord - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp","datePublished":"2026-06-01T17:33:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bungeechatdiscord-icon-53729e38dd05de839a1658c7c4e4da549771499a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeechatdiscord\/#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":"BungeeChatDiscord"}]},{"@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\/35818","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\/35819"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35818"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35818"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35818"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}