Config.yml

config:
  # This option defines the time (in minutes) to automatically save player data.
  data_save_time: 5
  
  # When enabled, error messages will also be hidden when silent:true 
  # is added to commands.
  silent_commands_hide_errors: false
  
  # Enabling a mysql database will allow you to share PLAYER variables data
  # on multiple servers.
  mysql_database:
    enabled: false
    host: localhost
    port: 3306
    username: root
    password: root
    database: servervariables

Last updated