Configuration

Configuration


debug: false
storage-type: file
mysql:
  host: localhost
  port: '3306'
  database: minecraft
  username: root
  password: password

  • debug - if set to true, it will show error messages, show when the server has updated the users, etc.
  • storage-type - Possible options: "file" and "mysql", determines what type of storage type to use for logging kills/deaths
  • mysql.host - the host that your MySQL server is on
  • mysql.port - the port that your MySQL server is on
  • mysql.database - the name of the database you wish the plugin to use
  • mysql.username - the username to connect to the MySQL database
  • mysql.password - the password to connect to the MySQL database