Code (Text):
################################################
# REPEAT REWARDS
# Meant for advanced uses
# Rewards do not persist on shutdown
# Not tested in all situations yet, use at your own risk
################################################
Repeat:
Enabled: true
# Time in milliseconds 1000 = 1 second
TimeBetween: 60000
# Number of times to repeat
# set to -1 for no limit
Amount: -1
# Start repeating on startup, otherwise it will only repeat
# of reward be given
# If true, the reward will not repeat when executed
# Will execute for every player online at time of execution
RepeatOnStartup: false
# If a reward requirement fails to pass, the reward
# will stop repeating
AutoStop: true