diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-03-23 10:03:15 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-03-23 10:03:15 +0000 |
commit | 49cb482ca52f8138fc98a49db11d201f3e1e179e (patch) | |
tree | 2663f48d3ec444987114778e7e9840e16f8130cb | |
parent | 033c2e22cd99147036488875e7c6c08d431aa8e4 (diff) | |
download | Essentials-49cb482ca52f8138fc98a49db11d201f3e1e179e.tar Essentials-49cb482ca52f8138fc98a49db11d201f3e1e179e.tar.gz Essentials-49cb482ca52f8138fc98a49db11d201f3e1e179e.tar.lz Essentials-49cb482ca52f8138fc98a49db11d201f3e1e179e.tar.xz Essentials-49cb482ca52f8138fc98a49db11d201f3e1e179e.zip |
Update Essentials/src/config.yml
-rw-r--r-- | Essentials/src/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 657030626..dc9f41656 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -33,7 +33,8 @@ nickname-prefix: '~' # Disable this if you have any other plugin, that modifies the displayname of a user. change-displayname: true -# When this option is enabled, the (tab) player list will be updated with nicknames and colours. +# When this option is enabled, the (tab) player list will be updated with the displayname. +# The value of change-displayname (above) has to be true. #change-playerlist: true # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists. |