Player Logger
Database

Database configuration

Player logger supports two types of database SQLITE and MYSQL. To enable MySQL database to store player data on a remote server configure the details in the config.yml file.

Configuration

config.yml
# Configure your details here
database:
    enabled: false
    host: ''
    database: ''
    username: ''
    password: ''
    port: '3306'