summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2012-12-11 04:06:10 -0800
committerIaccidentally <coryhuckaby@gmail.com>2012-12-11 04:06:10 -0800
commit5741cea3f582513e17e614fb796662c3a1196549 (patch)
tree64393f56d47334d9a0c75be877ad3fd8d7be6f3c
parent0a27a631e34230a771ce59d12717b287909ddec7 (diff)
parent7b879331db533c0d2ff739696ea7791a89c1238c (diff)
downloadEssentials-5741cea3f582513e17e614fb796662c3a1196549.tar
Essentials-5741cea3f582513e17e614fb796662c3a1196549.tar.gz
Essentials-5741cea3f582513e17e614fb796662c3a1196549.tar.lz
Essentials-5741cea3f582513e17e614fb796662c3a1196549.tar.xz
Essentials-5741cea3f582513e17e614fb796662c3a1196549.zip
Merge pull request #210 from Echo4190/patch-1
Update Essentials/src/config.yml
-rw-r--r--Essentials/src/config.yml4
1 files 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).