config.yml
Hier findest du die Einstellung zum Discord Bot in der config.yml
Konfiguration (config.yml)
Prefix
The prefix is exchanged in the message files with %prefix%
(placeholder). If you run the command and enter the placeholder at the beginning of the message, it will be replaced with the prefix. This can be changed in the config.yml
.
Permission
To be able to execute the command for the Discord Bot Verify module, you need the permission that is entered in config.yml
.
usingWebhook
If you have selected a Discord channel via the Chat
module, there are 2 options for transmitting the message to the Discord channel.
Option 1: Via a webhook
Option 2: Via the DiscordBot
Wenn usingWebhook aktiviert ist, wird die Möglichkeit 1 genommen.
usingEmbedForWebhook
If this is activated, the message is transmitted in an embed via the webhook. If the setting is deactivated, the message is transmitted as a normal Discord message.
The design of the embed can be changed in the message files.
switchChat
Offer your players on your server the possibility to change the chat in Minecraft to read messages on Discord and the other way around.
ignoreAttachments
If activated, the system checks whether the message sent in a Discord channel that can be selected via the chat module contains an image or a video. If this is the case, it will be ignored and the player who selected the channel will not receive a message. If disabled and this happens as described above, the player will receive a message instead of the image or video that an image/video has been sent and that he should open Discord if he wants to see it.
syncTime
The syncTime (synchronization time) indicates the interval at which the system checks whether a new player has been verified.
The time is entered in seconds.
syncMessage
Here you can set whether the player receives a notification when synchronization is complete.
repeatSyncTime
The repeatSyncTime is a method that checks whether the player still has the same rights as on Discord. If not, these are updated.
The repeatSyncTime is specified
aliases
You can also define so-called aliases that you can enter instead of /link, /unlink, /verify or /discord. To do this, simply add further points under the item aliases
.
Default configuration
Last updated