Page 1 of 1

How do I enable and configure AFK kicker?

Posted: Sun Jan 27, 2013 11:18 pm
by kraze
  1. Go to the "File manager" tab in your control and from the drop down box select "ServerConfig.json" and hit edit.
  2. Find these variables and edit to your liking:
    "auto_kick_afk_time": 20(Determines how long until a player is kicked in seconds)
    "auto_kick_afk_capacity": 0(How full the server needs to be before starting auto-kick, 0 is empty, 0.5 is half full and 1 is full)
  3. Save and restart your server
When finished you should have a serverconfig.json similar to mine:

Code: Select all

{
  "settings": {
    "auto_kick_afk_time": 20,
    "rookie_friendly": true,
    "end_round_on_team_unbalance": 0.4,
    "auto_team_balance": {
      "enabled_after_seconds": 10,
      "enabled_on_unbalance_amount": 2
    },
   "auto_kick_afk_capacity": 0
  },
  "tags": [ "rookie" ]
}