1.
Currency:
# Major is the first segment [Major].Minor
Major: [ 'Gold', 'Gold' ] # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
2.
# Controls amount of money gained at a set interval.
Interest: Enabled: false
# Only give interest to players who are currently online?
Online: true
Announce:
# Send a message when the player gains interest?
Enabled: true
Interval:
# Interval is done in seconds, here is a easy reference table for commonly set intervals:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
Seconds: 600
Amount:
# The balance to be met where we stop giving interest.
# 0.0 for no limit
Cutoff: 0.0