You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lewis Crichton edited this page Jul 24, 2018
·
1 revision
# Whether or not the plugin should submit metrics. These are completely anonymous and help ZeroIdea Development actually create the plugin.submit-metrics: true# The Discord bot token.bot-token: BOT-TOKEN-HERE# The channel ID to relay messages to and from.relay-channel: 999999999999999999# Webhook settingswebhooks:
# Whether or not MCD should use webhooks.enabled: false# The webhook URL.url: ''# The way usernames should be formatted when using the webhook. %s is the username.username: '%s'# Formatting settingsformat:
# How MCD should display messages from Discord. The first %s is the username and the second is the message. Use \u00A7 for the § symbol.minecraft: '\u00A7l%s\u00A7r: %s'# Discord formatting settingsdiscord:
# How the bot should display messages from Minecraft. The first %s is the username and the second is the message. You can use regular Discord formatting here.bot: '**%s**: %s'# How the webhook message should be displayed. The %s is the message. You can use regular Discord formatting here. This only takes effect if webhooks.enabled is set to true.webhook: '%s'