Added the configuration option to control whether Battle Coins are reset at the end of a season.
Updated config.yml
Added a new configuration option under the season section:
Code (YAML):
season:
duration
: 30
# Whether to reset battle coins when season ends
reset-coins-on-season-end
: true
- If reset-coins-on-season-end is true, it resets coins as before
- If reset-coins-on-season-end is false, it keeps the coins intact while resetting everything else
Thanks
@samu141203 for feedback!