diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-03-06 23:17:10 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-03-06 23:17:10 +0000 |
commit | 5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7 (patch) | |
tree | 714c715b5596f6ca39b44a65a37d2c71c9b07f05 | |
parent | 1db5d619450af8db2522324cbd40d174e6297e0e (diff) | |
download | Essentials-5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7.tar Essentials-5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7.tar.gz Essentials-5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7.tar.lz Essentials-5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7.tar.xz Essentials-5c55e18d33c64d1dd4f82b7c4ddeda8061a96cd7.zip |
Fixing typo in config.yml
-rw-r--r-- | Essentials/src/config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 4c9b31dc0..6a0f6e996 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -83,7 +83,7 @@ warn-on-smite: true overridden-commands: - god -# Disabled commands will be completelly unavailable on the server. +# Disabled commands will be completely unavailable on the server. disabled-commands: # - nick @@ -326,9 +326,9 @@ currency-symbol: '$' # The amount is always limited to 10 trillions because of the limitations of a java double max-money: 10000000000000 -# Set the minimum amount of money a player can have -# Setting this to 0, will disable overdrafts/loans compeltely. Users need 'essentials.eco.loan' perm to go below 0. -min-money: -10000000000000 +# Set the minimum amount of money a player can have (must be above the negitive of max-money). +# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0. +min-money: -10000 # Enable this to log all interactions with trade/buy/sell signs and sell command economy-log-enabled: false |