mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Minor typo corrections for EssentialsXDiscord (#4603)
This commit is contained in:
parent
c466c9c370
commit
78c846a0a8
@ -89,7 +89,7 @@ console:
|
|||||||
# Set to true if bots/webhooks should be able to send commands through the command relay.
|
# Set to true if bots/webhooks should be able to send commands through the command relay.
|
||||||
bot-command-relay: false
|
bot-command-relay: false
|
||||||
# The maximum log level of messages to send to the console relay.
|
# 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.
|
# 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.
|
# For example, setting this to 'info' will display log messages with info, warn, error, and fatal levels.
|
||||||
# Log Levels:
|
# Log Levels:
|
||||||
@ -135,6 +135,7 @@ message-types:
|
|||||||
mute: staff
|
mute: staff
|
||||||
|
|
||||||
# Whether or not player messages should show their avatar as the profile picture in Discord.
|
# 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
|
show-avatar: false
|
||||||
# The URL which should be used to get the avatars of users when "show-avatar" is set to true.
|
# 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.
|
# 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.
|
# Each message has a description of how it is used along with placeholders that can be used.
|
||||||
messages:
|
messages:
|
||||||
# This is the message that is used to show Discord chat to players in game.
|
# 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
|
# - {channel}: The name of the Discord channel the message was sent from
|
||||||
# - {username}: The username of the user who sent the message
|
# - {username}: The username of the user who sent the message
|
||||||
# - {discriminator}: The four numbers displayed after the user's name
|
# - {discriminator}: The four numbers displayed after the user's name
|
||||||
|
Loading…
Reference in New Issue
Block a user