Please tell me if machines still don't load after a server restart on this version
 * Slot Machines are no longer saved in the config.yml file
 
 
 - Slot machines are now saved in the /machines folder
  
 - Each slot machine has its own file named by its UUID
  
 - Your existing Slot Machines will be converted to that new way of saving machines automatically
  
This should prevent all machines being cleared in case there is a problem with the config.yml file or with one of the machines
 The logs will also now say when there was an issue loading a specific Slot Machine
 
 + Auto Machine Backups
 
 
 - The plugin will now save the /machines folder to /machinesLastBackup everytime the plugin unloads (When the server stops or during a /reload)
  
 - If an issue happen you will be able to restore manually the files
  
 - You can disable backups by setting "backupMachinesOnPluginUnload" to false in the config.yml
  
 + Anonymous exception auto-report
 
 
 - When an exception with the plugin is thrown, an anonymous report will be sent to me
  
 - This will allow for faster debugging of common issues
  
 - You can disable this by setting "anonymouslyReportExceptionsToDevelopper" to false in the config.yml