Afk Kicking

With AFK Kicking you can configure Gandanur to automatically kick inactive players. It also aids you to passively monitor players and then manually kick players you've deemed inactive.

Really Amazing , beaituful design for Blog. The blog designes were really smashing hit!I loved your work!

Commands

sv_afk_kick

This command let's you control if Gandanur should kick inactive players or not. Executing sv_afk_kick true wil enable kicking of inactive players. Execute sv_afk_kick false to disable kicking of inactive players. Even when kicking is disabled Gandanur will still pasively monitor players, hence you can still use the command sv_afk_list. Players will be warned 20 seconds before they are kicked.

sv_afk_max

With this command you can specify how long a player is allowed to be AFK (inactive) until he is kicked from the server. You can use the time (#)(d,h,m,s) format as an argument. A few examples are:

  • sv_afk_max 3m: Inactive players are kicked after 3 minutes.
  • sv_afk_max 1m30s: Inactive players are kicked after one and a half minutes.
  • sv_afk_max 60s: Inactive players are kicked after 1 minute.

The minimum allowed inactivity period is 1 minute. You cannot set a lower value.

sv_afk_kickadmins

Execute sv_afk_kickadmins false to prevent admins from being kicked when inactive. Admins must be added by sv_admin_add for this to work! The command sv_afk_kickadmins true enables the kicking of inactive admins.

By default this is set to false so admins won't bee kicked.

sv_afk_minplayers

With this command you can specify the minimum number of players before AFK kicking is activated. For example when executing sv_afk_minplayers 2 inactive players will only get kicked once there are 2 players in the server. So if there is only one person in the server he/she will never be kicked, even when inactive. Execute sv_afk_minplayers 0 to disable this option. By default it's disabled.

sv_afk_list

This command displays how long the players currently in the server have been inactive. An example output is the following

halo( sv_afk_list
Number  Name         Total Seconds   Last Seconds
1       [XK] Omega   70 (39%)        30

From this output we learn the following:

  • In total Omega has been inactive for 70 seconds.
  • He has been inactive for 39% of the time in the current game.
  • He has been inactive for the last 30 seconds. Last Seconds will be 0 if the player is active when the command is being executed.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License