// Table name
// -
// Default: ""
stats_name_table ""
// After how many days to delete inactive players from the database
// -
// Default: "7"
stats_clear_db_player "7"
// After how many days to clear the database
// -
// Default: "30"
stats_clear_db "30"
// Minimum number of players to account for statistics
// -
// Default: "5"
stats_min_players "5"
// Method of saving statistics
// -1 - When disconnecting
// 0 - At the end of the round
// 1 - At the death of the player
// 2 - Upon death and disconnection of the player
// -
// Default: "-1"
stats_save "-1"