From 7b879331db533c0d2ff739696ea7791a89c1238c Mon Sep 17 00:00:00 2001 From: Echo419 Date: Tue, 11 Dec 2012 12:03:21 +0000 Subject: [PATCH] Update Essentials/src/config.yml trillions => trillion english => English --- Essentials/src/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 4b6d816cf..b0c20a1f7 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -248,7 +248,7 @@ debug: false # Set the locale for all messages # If you don't set this, the default locale of the server will be used. -# For example, to set language to english, set locale to en, to use the file "messages_en.properties" +# For example, to set language to English, set locale to en, to use the file "messages_en.properties" # Don't forget to remove the # in front of the line # For more information, visit http://wiki.ess3.net/wiki/Locale #locale: en @@ -378,7 +378,7 @@ command-costs: currency-symbol: '$' # Set the maximum amount of money a player can have -# The amount is always limited to 10 trillions because of the limitations of a java double +# The amount is always limited to 10 trillion because of the limitations of a java double max-money: 10000000000000 # Set the minimum amount of money a player can have (must be above the negative of max-money).