How do I enable and configure AFK kicker?

Post Reply
User avatar
kraze
Former staff
Former staff
Posts: 4362
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 17, 2010 9:06 am
Location: California

How do I enable and configure AFK kicker?

Post 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" ]
}
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Post Reply