From af2cf38ddf952d2e65157641d6d7c914f227ce91 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 5 May 2016 20:24:40 +0200 Subject: [PATCH] Fix default config values On updater messages, the color and formatting code were in the wrong order (color codes must be before formatting codes). --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index f54110a..4e23a27 100644 --- a/config.yml +++ b/config.yml @@ -263,16 +263,16 @@ messages: # Set the message when an update is available. # Usable regex: %VERSION% - update-available: "&l&6Version &c%VERSION% &6of &cShopChest &6is available &chere." + update-available: "&6&lVersion &c%VERSION% &6of &cShopChest &6is available &chere." # Set the message you get when hovering over the available message. click-to-download: "Click to download" # Set the message when no update is available. - no-update: "&l&6No new update available." + no-update: "&6&lNo new update available." # Set the message when the update checker is started. - checking: "&l&6Checking for Updates..." + checking: "&6&lChecking for Updates..." hologram: