From 343f2a047d15bdab84729e1ff52577fae6d2cd0e Mon Sep 17 00:00:00 2001 From: AppleDash Date: Wed, 18 Jan 2017 04:14:18 -0500 Subject: [PATCH] Add more instructions to messages.yml --- SaneEconomyCore/src/main/resources/messages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SaneEconomyCore/src/main/resources/messages.yml b/SaneEconomyCore/src/main/resources/messages.yml index 459bd18..f694933 100644 --- a/SaneEconomyCore/src/main/resources/messages.yml +++ b/SaneEconomyCore/src/main/resources/messages.yml @@ -4,6 +4,8 @@ # translation: Ce joueur n'est pas en ligne. # Colors can also be used, by means of prefixing color codes with an '&' symbol. # The order of placeholders can be changed. Anything after the :, like the '02d' in {1:02d} is a Java String.format specifier. If you don't know what that is, I recommend leaving it as-is. +# INPORTANT: If your translation has a colon ( : ) character inside of it, you must enclose the entire part after "message: " in single quotes ( ' ). +# If this file doesn't work for some reason, check your console for errors with "SnakeYAML" included in them. messages: - message: You don't have permission to check the balance of {1}. - message: That player is not online.