+ Added: Eco fallback option now also supports land and nation upkeep
Code (YAML):
# Should players pay with their personal account instead if their land bank does not have enough balance to pay the cost.
# This does only involve actions where the player is physically involved, like claiming or setting a land spawn or upkeep.
# If true and the player has enough balance on his personal account, this will also send a notice to the player that the balance has been taken from his personal account.
fallback
: true
+ Added: [Suggestion] Minimum tax value for lands (areas)
Code (YAML):
# Set the minimum tax value.
min_2
: 0
+ Added: Minimum tax value per chunk for nations (taxing lands)
Code (YAML):
# Set the minimum tax value per chunk.
min
: 0
+ Changed: [#2136] Don't attempt Vault bank account creation, if bank name is empty in config.yml