From b84b340a77ddb392b3fbc71f9c5b31b0bddf9533 Mon Sep 17 00:00:00 2001 From: Maxetto Date: Thu, 7 Jul 2016 14:51:14 +0200 Subject: [PATCH] Consistency language update (#33) Messages that aren't targeted to the player invoking the command shouldn't start with "You are", that could be confusing. Changed Warning message to be more eye-catching to the player. Assuming also that next line doesn't take the color code from previous line (otherwise change "&r" with "&6"). --- core/src/main/resources/messages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/messages.yml b/core/src/main/resources/messages.yml index 9ec01551..5cbba842 100644 --- a/core/src/main/resources/messages.yml +++ b/core/src/main/resources/messages.yml @@ -28,7 +28,7 @@ add-premium: '&2Added to the list of premium players' already-exists: '&4You are already on the premium list' # Player is already set be a paid account -already-exists-other: '&4You are already on the premium list' +already-exists-other: '&4Player is already on the premium list' # Player was changed to be cracked remove-premium: '&2Removed from the list of premium players' @@ -37,7 +37,7 @@ remove-premium: '&2Removed from the list of premium players' not-premium: '&4You are not in the premium list' # Player is already set to be cracked -not-premium-other: '&4You are not in the premium list' +not-premium-other: '&4Player is not in the premium list' # Admin wanted to change the premium of a user that isn't known to the plugin player-unknown: '&4Player not in the database' @@ -84,8 +84,8 @@ invalid-requst: '&4Invalid request' not-started: '&cServer is not fully started yet. Please retry' # Warning message if a user invoked /premium command -premium-warning: '&6WARNING: This command should only be invoked if you are the owner of this paid minecraft account -Type /premium again to confirm' +premium-warning: '&c&lWARNING: &6This command should &lonly&6 be invoked if you are the owner of this paid minecraft account +Type &a/premium&r again to confirm' # ========= Bungee/Waterfall only ================================