chat_sync_manifest
Configure Minecraft to Discord chat synchronization — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | chat_sync_manifest |
| Type | Misc |
| Color | Blue |
| Icon | mdi:chat |
Description
Manifest entry for chat synchronization to Discord. Allows Minecraft chat messages to be sent to Discord channels.
Fields
| Field | Type | Description |
|---|---|---|
enabled | Boolean | Whether chat synchronization is enabled |
channels | List<ChatChannelConfig> | Chat channels configuration |
webhook | WebhookSettings | Webhook settings for sending messages to Discord |
defaultChannel | String | Default channel to use if none specified |
playerNameFormat | String | Format for player names in Discord. Placeholders: {player}, {displayname} |
sendJoinLeave | Boolean | Whether to send join/leave messages to Discord |
joinMessageFormat | String | Join message format. Placeholders: {player} |
leaveMessageFormat | String | Leave 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: ""