A highly requested feature has now been added, this means you can now use remote MySQL databases! To use this feature, you will need to add the following to the 
config.yml file.
 
 
 
  Code (YAML):
 
 
 
  databaseType
  : mysql
  
 database:
  
   host
  : localhost
  
   port
  : 3306
  
   database
  : database
  
   username
  : root
  
   password
  : password
 
 
 You can also change the title and color of messages from "[Bug Report]" to anything you would like by changing the following config. 
 
 
  Code (YAML):
 
 
 
  pluginColor
  : Yellow
  
 pluginTitle
  : 
  "[Bug Report]"
 
 
 The 
languages.yml file has also been changed which adds more configuration such as button names! If you need to fetch the latest update of the file 
click here.
 
 Any issues, you are welcome to join the 
Discord Server or by posting an issue in our 
GitHub!