BungeeChatDiscord
作者:rebot | 分类:模组
Minecraft 版本: 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: bungeecord waterfall
✨ Features
BCD is built for performance and customization. Unlike other bloatware, it does exactly what you need:
- ? Bi-Directional Sync: Chat flows seamlessly from Minecraft to Discord and vice versa.
- ? LuckPerms Integration: Displays player prefixes (Ranks) from Minecraft in Discord.
- ? Discord Roles: Displays the user's top Discord role in Minecraft chat with custom aliases (e.g.,
Owner->&4[Admin]). - ?️ Smart Anti-Spam: Prevents Discord channel flooding without blocking in-game chat.
- ? Server Aliases: Renames internal server names (e.g.,
main->SURVIVAL) for a cleaner look. - ? Full Color Support: Supports legacy (
&a) and Hex colors (&#RRGGBB). - ⚙️ Hot Reload: Configure everything without restarting the proxy via
/bcd reload.
? Installation
- Download the latest
.jarfrom the Releases page. - Drop the file into your BungeeCord
pluginsfolder. - Restart your proxy.
- Open
plugins/BungeeChatDiscord/config.yml. - Paste your Discord Bot Token and Channel ID.
- Run
/bcd reloador restart.
⚙️ Configuration
Everything is configurable in config.yml.
# ==========================================
# BungeeChatDiscord (BCD)
# Created by ATRCORE
# ==========================================
# --- DISCORD SETTINGS ---
token: "INSERT_TOKEN_HERE"
channel_id: "000000000000000000"
# Bot Status Settings
# Type: PLAYING, WATCHING, LISTENING, COMPETING
status:
enabled: true
text: "ExoticLegacy Network"
type: "PLAYING"
# --- FEATURES ---
# Server Aliases (Rename your servers for Discord)
# RealName: "Nice Name"
aliases:
lobby: "HUB"
main: "SURVIVAL"
minigames: "GAMES"
# Role Aliases (Rename Discord roles for Minecraft chat)
# DiscordRole: "MinecraftFormat"
roles:
"Owner": "&4[Owner]"
"Admin": "&c[Admin]"
"Moderator": "&9[Mod]"
"VIP": "&6[VIP]"
"default": "&7[Player]"
# Anti-Spam System
anti_spam:
enabled: true
max_repeats: 3 # How many identical messages allowed?
time_window: 2000 # Time in ms (2 seconds)
warning_message: "&cPlease do not spam!"
# --- FORMATTING & MESSAGES (LOCALIZATION) ---
# Supports standard color codes (&a) and Hex colors (&#RRGGBB)
formats:
# Variables: %role_alias%, %user%, %message%
discord_to_minecraft: "&b[Discord] %role_alias% &f%user%: &f%message%"
# Variables: %server%, %prefix%, %player%, %message%
minecraft_to_discord: "**[%server%]** %prefix% %player%: %message%"
messages:
# Join/Leave Messages for Discord
join:
enabled: true
text: "? **%player%** joined the server!"
leave:
enabled: true
text: "? **%player%** left the server."
# Plugin Messages (In-Game)
reload_success: "&a[BCD] Configuration reloaded successfully!"
no_permission: "&c[BCD] You do not have permission to use this command."
unknown_command: "&c[BCD] Unknown command. Use /bcd reload"请登录后举报
暂无评论,抢个沙发吧~