diff options
author | snowleo <schneeleo@gmail.com> | 2011-12-06 22:02:19 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-12-06 22:02:19 +0100 |
commit | ff13279e6c2e9fddf1da4320462c6be4db2580d6 (patch) | |
tree | 22c8013c6718076b99fc75a8057cf692deab67df | |
parent | ce3a7c871983f419eddfc55c0375feeda33a1eea (diff) | |
download | Essentials-ff13279e6c2e9fddf1da4320462c6be4db2580d6.tar Essentials-ff13279e6c2e9fddf1da4320462c6be4db2580d6.tar.gz Essentials-ff13279e6c2e9fddf1da4320462c6be4db2580d6.tar.lz Essentials-ff13279e6c2e9fddf1da4320462c6be4db2580d6.tar.xz Essentials-ff13279e6c2e9fddf1da4320462c6be4db2580d6.zip |
Fixing color in announce-format
-rw-r--r-- | Essentials/src/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 89248180a..a507959c5 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -515,7 +515,7 @@ newbies: # If so, use this format, replacing {DISPLAYNAME} with the player name. # If not, set to '' #announce-format: '' - announce-format: '&dWelcome {DISPLAYNAME} to the server!' + announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' # When we spawn for the first time, which spawnpoint do we use? # Set to "none" if you want to use the spawn point of the world. |