跳到主要内容

chat_sync_manifest

Configure Minecraft to Discord chat synchronization — misc entry.

Entry Information

PropertyValue
Entry IDchat_sync_manifest
TypeMisc
ColorBlue
Iconmdi:chat

Description

Manifest entry for chat synchronization to Discord. Allows Minecraft chat messages to be sent to Discord channels.

Fields

FieldTypeDescription
enabledBooleanWhether chat synchronization is enabled
channelsList<ChatChannelConfig>Chat channels configuration
webhookWebhookSettingsWebhook settings for sending messages to Discord
defaultChannelStringDefault channel to use if none specified
playerNameFormatStringFormat for player names in Discord. Placeholders: {player}, {displayname}
sendJoinLeaveBooleanWhether to send join/leave messages to Discord
joinMessageFormatStringJoin message format. Placeholders: {player}
leaveMessageFormatStringLeave message format. Placeholders: {player}

Usage Example

- entry: chat_sync_manifest
name: "Configure Minecraft to Discord chat synchronization"
enabled: false
channels: []
webhook: ""
defaultChannel: ""
playerNameFormat: ""
sendJoinLeave: false
joinMessageFormat: ""
leaveMessageFormat: ""