Credits

Configuration for Credits:

"credits": {
      // Ignores giving credits (active/inactive/kill) in warmup
      "ignore_warmup": 1,
      // Start credits
      "start": 0,
      // Interval of active and inactive timer
      "interval_active_inactive": 60,
      // Amount of credits given to active players (t and ct)
      "amount_active": 10,
      // Amount of credits given to inactive players (spectator)
      "amount_inactive": 1,
      // Amount of credits given to kill players
      "amount_kill": 1
}

Last updated