summaryrefslogtreecommitdiffstats
path: root/Essentials/src/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/config.yml')
-rw-r--r--Essentials/src/config.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 00585f35f..97b73e4c5 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -281,10 +281,10 @@ spawn-if-no-home: true
update-bed-at-daytime: true
# Allow players to have multiple homes.
+# Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple:
- # essentials.sethome.multiple
default: 3
# essentials.sethome.multiple.vip
vip: 5
@@ -321,6 +321,10 @@ 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
+
# Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled: false