diff options
author | Necrodoom <doomed.war@gmail.com> | 2012-12-15 12:58:57 +0200 |
---|---|---|
committer | Necrodoom <doomed.war@gmail.com> | 2012-12-15 12:58:57 +0200 |
commit | cf680311102797f5eba5b74368cc9235d2c47ac7 (patch) | |
tree | cf315b4b943c03e7b0c46bdf3f118d28413ed6f2 | |
parent | 5741cea3f582513e17e614fb796662c3a1196549 (diff) | |
download | Essentials-cf680311102797f5eba5b74368cc9235d2c47ac7.tar Essentials-cf680311102797f5eba5b74368cc9235d2c47ac7.tar.gz Essentials-cf680311102797f5eba5b74368cc9235d2c47ac7.tar.lz Essentials-cf680311102797f5eba5b74368cc9235d2c47ac7.tar.xz Essentials-cf680311102797f5eba5b74368cc9235d2c47ac7.zip |
change add-prefix-suffic description
hopefully will keep newbies from changing it for no reason
-rw-r--r-- | Essentials/src/config.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index b0c20a1f7..a766e0549 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -32,11 +32,10 @@ change-displayname: true # 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. -# The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx. +# When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname +# This setting is ignored if essentialschat.jar is used, and defaults to 'true' # The value of change-displayname (above) has to be true. -# If you don't set this, it will default to true if essentials chat is installed. -# Don't forget to remove the # in front of the line +# Do not edit this setting unless you know what you are doing! #add-prefix-suffix: false # The delay, in seconds, required between /home, /tp, etc. |