Skip to content

Chat Bridge

DiscordLink+ relays messages between Minecraft and Discord in both directions.

Minecraft → Discord

When a player sends chat in-game, the message is posted to your configured Discord text channel.

yaml
chat:
  enabled: true
  minecraft-to-discord-format: "**%player%**: %message%"
PlaceholderDescription
%player%Minecraft player name
%message%Chat message content
%world%World name

Discord → Minecraft

Messages sent in the Discord chat channel are relayed to in-game chat.

yaml
chat:
  discord-to-minecraft-format: "&9[Discord] &b%user%&7: &f%message%"
PlaceholderDescription
%user%Discord display name
%message%Message content

Event Notifications

Optional server event messages sent to Discord:

yaml
chat:
  join-leave-messages: true
  death-messages: true

When enabled, player join, leave, and death events are posted to the chat channel.

Permissions

PermissionDescriptionDefault
mcdiscord.chatSend Minecraft chat to Discordtrue

Players without this permission can still chat in-game, but their messages won't be relayed to Discord.

MIT Licensed · DiscordLink+ by SushiMC