stats.yml

The stats file.

# Statistics configuration file
enable: false 

database:
    # Possible values: MySQL, SQLITE
    type: MySQL # Type of Database
    # Connection information
    name: myawesomedatabase # Name of Database
    user: steve # User of Database
    pass: ilovectw # Password of Database

scores: # Points at...
    capture: 5 
    death: -1 
    kill: 1 

Last updated