config.yml
Hier findest du die Einstellung zum Discord Bot in der config.yml
Last updated
# should be the message in an embed (for the webhook).
usingEmbedForWebhook: falseswitchChat: true# if enabled all attachments will be ignored.
# If disabled the player will get a message that a user send a video or an image that can not be displayed in the minecraft chat.
ignoreAttachments: falsesyncTime: 600syncMessage: falserepeatSyncTime: 1200aliases:
link: []
unlink: []
verify: []
discord: []discord:
prefix: "&5Discord &8|&r"
# permission to execute '/link <user id>'-command and '/verify <code>'-command
permission: "bungeesystem.discordverify.use"
# using webhook for the chat messages in discord instead of the bot. The message from the bot is everytime as an embed (recommed)
usingWebhook: true
# should be the message in an embed (for the webhook).
usingEmbedForWebhook: false
# if enabled and the module chat also then the Discord channels are added to the channels of the chat module
switchChat: false
# if enabled all attachments will be ignored.
# If disabled the player will get a message that a user send a video or an image that can not be displayed in the minecraft chat.
ignoreAttachments: false
# set a time which effect the synchronisation between minecraft and discord.
# That means every x seconds the system will look if their a new player that linked minecraft with discord and it will sync roles and other stuff.
# sync time in seconds (default = 600 seconds => 10 minutes)
syncTime: 600
# When the synchronisation is finished, should the player receive a message or not (true = the player receives a message)
syncMessage: false
# set a time which effect the synchronisation between minecraft and discord.
# That means every x seconds the system checks if the player still has the same permissions.
# If not, the rank is removed from Discord and reassigned to the rank the player has in Minecraft.
# sync time in seconds (default = 1200 seconds => 20 minutes)
repeatSyncTime: 1200
aliases:
link: []
unlink: []
verify: []
discord: []