mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-05 19:41:56 +00:00
Fixing typo in config.yml
This commit is contained in:
parent
1db5d61945
commit
5c55e18d33
1 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,7 @@ warn-on-smite: true
|
||||||
overridden-commands:
|
overridden-commands:
|
||||||
- god
|
- god
|
||||||
|
|
||||||
# Disabled commands will be completelly unavailable on the server.
|
# Disabled commands will be completely unavailable on the server.
|
||||||
disabled-commands:
|
disabled-commands:
|
||||||
# - nick
|
# - nick
|
||||||
|
|
||||||
|
@ -326,9 +326,9 @@ currency-symbol: '$'
|
||||||
# The amount is always limited to 10 trillions because of the limitations of a java double
|
# The amount is always limited to 10 trillions because of the limitations of a java double
|
||||||
max-money: 10000000000000
|
max-money: 10000000000000
|
||||||
|
|
||||||
# Set the minimum amount of money a player can have
|
# 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 compeltely. Users need 'essentials.eco.loan' perm to go below 0.
|
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
|
||||||
min-money: -10000000000000
|
min-money: -10000
|
||||||
|
|
||||||
# Enable this to log all interactions with trade/buy/sell signs and sell command
|
# Enable this to log all interactions with trade/buy/sell signs and sell command
|
||||||
economy-log-enabled: false
|
economy-log-enabled: false
|
||||||
|
|
Loading…
Reference in a new issue