/
DiscordFusion is a powerful, feature-rich plugin that seamlessly bridges your Minecraft server with Discord. Create a truly connected community where your players can interact across platforms, and server staff can manage everything from Discord!
playerlist command| Command | Description | Permission |
|---|---|---|
/discordfusion reload | Reload configuration without restart | discordfusion.reload |
/discordfusion status | View plugin status and statistics | discordfusion.status |
/discordfusion test <message/embed/ping> | Test Discord connection | discordfusion.admin |
playerlist (Discord) | Show online players in Discord | None (anyone) |
# Discord Bot Token (required)
bot-token: "YOUR_BOT_TOKEN_HERE"
# Channel IDs (required)
chat-channel-id: 123456789012345678
admin-channel-id: 123456789012345678
log-command-channel-id: 123456789012345678
# Custom Messages
server-started-message: "🟢 **Server Started!**"
server-stopped-message: "🔴 **Server Stopped!**"
# Allowed Discord Users (User IDs)
allowed-discord-users:
- "123456789012345678"
# Message Formats
message-format:
discord-to-minecraft: "&8[&9Discord&8] &f%player%&7: &f%message%"
minecraft-to-discord: "**%player%:** %message%"
afk-suffix: " *(AFK)*"
# Security Settings
security:
max-commands-per-minute: 10
filter-private-messages: true
# Advanced Settings
advanced:
aggregation-interval: 5
afk-timeout: 5
debug-mode: false
