+ Added: [Suggestion] Being able to collect taxes, upkeep etc. in a fixed interval (every 24 hours)
Code (YAML):
# General options for economic tasks, that apply to taxes, upkeep and nation upkeep.
# Each task has it's own section, in this file and nations.yml, with specified options.
economic
:
# Default configuration: taxes, upkeep and nation upkeep are collected every day at midnight.
interval
:
# Collect taxes, upkeep and nation upkeep at midnight.
# Format: 24 hour format.
time
: '24:00:00'
# Set amount of days between each payment.
# 1 doesn't have any effect. 2 would make it execute every second day at "time" (specified above).
days_2
: 1
# Set the minimum time between a player's attempt to change the tax or upkeep and the next collection.
change-cooldown_time
: 12h
+ Changed: Set claimblock of to the player that unclaimed them
- Fixed: Nation not deleting when failing upkeep