Skip to content

Commit d958eae

Browse files
Update default config in README
1 parent 9438ba0 commit d958eae

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ bot:
125125
commands:
126126
ip: "Join us at `server.mywebsite.net`"
127127
website: "Visit our website at https://www.mywebsite.net/"
128-
list: "Online Players: %listplayers_in_world_world%"
128+
list: "Online Players: %playerlist_online,normal,yes,list%"
129129
online: "There are currently %server_online% out of %server_max_players% players online."
130130

131131
# Whether or not to auto-update the channel topic for specific channels
@@ -156,6 +156,27 @@ bot:
156156
roles:
157157
- "000000000000000000:000000000000000000"
158158

159+
# A list of options that allow you to notify in a Discord Channel if an account has been unlinked/unlinked
160+
notify:
161+
162+
# A list of options related to notifications when an account has been linked
163+
link:
164+
165+
# Whether the notification is enabled or not
166+
enabled: false
167+
168+
# The id of the channel that will be used to notify of account linking
169+
channel: "000000000000000000"
170+
171+
# A list of options related to notifications when an account has been unlinked
172+
unlink:
173+
174+
# Whether the notification is enabled or not
175+
enabled: false
176+
177+
# The id of the channel that will be used to notify of account unlinking
178+
channel: "000000000000000000"
179+
159180

160181
###########################
161182
# System Messages #
@@ -177,11 +198,19 @@ tagging:
177198
# Whether or not to allow Minecraft users to tag Discord users
178199
enable_user_tagging: true
179200

180-
# Enables detection of attempted tags to convert them to proper Discord mentions. (Ex: @Fire -> <@112732946774962176>)
201+
# Enables detection of attempted user mentions to convert them to proper Discord mentions. (Ex: @Fire -> <@112732946774962176>)
202+
# Minimum of four characters.
181203
# If enable_user_tagging is enabled, you probably want this enabled to.
182204
# This only works if bot.enabled is set to true.
183205
enable_user_tagging_shortcut: true
184206

207+
# If the shortcut is enabled, whether or not to also attempt to find mentions by looking through the linked accounts database.
208+
# For example, if a Minecraft username "ABCD" has linked their account, but their Discord username is "EEEE," typing "@ABCD" will tag "@EEEE."
209+
enable_shortcut_use_database: true
210+
211+
# Whether or not to allow Minecraft users to tag Discord channels
212+
enable_channel_tagging: true
213+
185214
# Whether or not to allow Minecraft users to tag Discord roles
186215
enable_role_tagging: false
187216

0 commit comments

Comments
 (0)