From dfa505d6a3864916972703a7f726f9a54794a87f Mon Sep 17 00:00:00 2001 From: KHobbits Date: Wed, 17 Aug 2011 17:40:11 +0100 Subject: Changing default prefix behavior to be a little smarter. --- Essentials/src/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 68842fef7..5e3f581b8 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -40,7 +40,9 @@ change-displayname: 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. # The value of change-displayname (above) has to be true. -add-prefix-suffix: false +# If you don't set this, it will default to true if essentials chat is installed. +# Don't forget to remove the # infront of the line +#add-prefix-suffix: false # The delay, in seconds, required between /home, /tp, etc. teleport-cooldown: 0 -- cgit v1.2.3