This repository was archived by the owner on Jul 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
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 settings
webhooks:
# 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 settings
format:
# 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 settings
discord:
# 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'