mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-10 17:31:24 +01:00
Added quotes to afk-list-name (#1696)
The custom text may not parse properly if the quotes are missing. By adding them to the default config, just like on lines `443` & `447`, it will discourage making the typo by mistake.
This commit is contained in:
parent
cdabe4a46e
commit
9a3b4db387
@ -428,7 +428,7 @@ cancel-afk-on-move: true
|
||||
# Set the player's list name when they are AFK. This is none by default which specifies that Essentials
|
||||
# should not interfere with the AFK player's list name.
|
||||
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
|
||||
afk-list-name: none
|
||||
afk-list-name: "none"
|
||||
|
||||
# You can disable the death messages of Minecraft here.
|
||||
death-messages: true
|
||||
|
Loading…
Reference in New Issue
Block a user