PLEASE ADD THESE TWO VALUES: 
 
 IN 
 CONFIG.YML:  
 
 
 
   Code (Text): 
 
 
  
  
 # -- Sell Settings -- 
  
 #Currently, each time a chest sells the user will get a message. Would you like to make it so every X amount of minutes, they get a message of the sum they've made? 
  
 #If so, set this to a number > 0 
  
 TimeBetweenUserSumMessages: -1 
  
   
 
 
  IN 
 MESSAGES.YML  
 
 
 
   Code (Text): 
 
 
  
  
 #If TimeBetweenUserSumMessages is > 0 in config.yml, this message is given every X amount of minutes instead of the sellchest_sell 
  
 sellchest_sum: "&bYour sell chests have made &6$&e%MONEYMADE% &bover the last %TIME% Minutes" 
  
   
 
 
  
 [+] Added the ability to give the user a sum of the total money he/she has made over the last X amount of minutes, rather than every sellchest sell 
