[+] Added an auto-save interval, so you are able to periodically update the database to prevent loss of data if the server crashses, to implement add this to your config.yml
Code (Text):
#Auto-save interval - Would you like to save data to the database periodically to prevent loss of data if the server crashes?
#By default, data is saved when a player logs out or when the server is stopped
#Number of seconds you would like to save data to the database, -1 to disable (suggested 300 if you want to enable this)
auto_save_seconds: -1
@CM_lectric