From 78c846a0a857be815f2dcff22a9c725eaa6e078c Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Tue, 2 Nov 2021 02:41:58 +0100 Subject: [PATCH] Minor typo corrections for EssentialsXDiscord (#4603) --- EssentialsDiscord/src/main/resources/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EssentialsDiscord/src/main/resources/config.yml b/EssentialsDiscord/src/main/resources/config.yml index 7f998b673..badddea72 100644 --- a/EssentialsDiscord/src/main/resources/config.yml +++ b/EssentialsDiscord/src/main/resources/config.yml @@ -89,7 +89,7 @@ console: # Set to true if bots/webhooks should be able to send commands through the command relay. bot-command-relay: false # The maximum log level of messages to send to the console relay. - # The following is a list of available log levels in order of lowest to highest. + # The following is a list of available log levels in order of highest to lowest. # Changing the log level will send all log levels above it to the console relay. # For example, setting this to 'info' will display log messages with info, warn, error, and fatal levels. # Log Levels: @@ -135,6 +135,7 @@ message-types: mute: staff # Whether or not player messages should show their avatar as the profile picture in Discord. +# The bot will require the "Manage Webhooks" permission in the defined channels in order to use this feature. show-avatar: false # The URL which should be used to get the avatars of users when "show-avatar" is set to true. # Any URL in here should only return a proper JPEG/PNG image and nothing else. @@ -237,7 +238,7 @@ presence: # Each message has a description of how it is used along with placeholders that can be used. messages: # This is the message that is used to show Discord chat to players in game. - # Color/formatting codes and the follow placeholders can be used here: + # Color/formatting codes and the following placeholders can be used here: # - {channel}: The name of the Discord channel the message was sent from # - {username}: The username of the user who sent the message # - {discriminator}: The four numbers displayed after the user's name