Skip to content

dronelektron/sm-afk-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFK manager

Allows you to manage inactive players

Supported Games

  • Day of Defeat: Source

Requirements

Installation

  • Download latest release
  • Extract plugins and translations folders to addons/sourcemod folder of your server

Console Variables

  • sm_afkmanager_move_seconds - After how many seconds to move the player to spectators [default: "15"]
  • sm_afkmanager_move_min_players - Minimum number of players after which players will be moved to spectators [default: "1"]
  • sm_afkmanager_move_notification_interval - How often (in seconds, disable - 0) to notify the player about inactivity [default: "5"]
  • sm_afkmanager_kick_seconds - After how many seconds to kick the player [default: "300"]
  • sm_afkmanager_kick_min_players - Minimum number of players after which players will be kicked [default: "1"]
  • sm_afkmanager_kick_notification_interval - How often (in seconds, disable - 0) to notify the spectator about inactivity [default: "30"]
  • sm_afkmanager_admin_immunity - Admin immunity [default: "0"]
  • sm_afkmanager_player_immunity - Player immunity [default: "0"]
AFK Immunity
  • None - 0
  • Move - 1
  • Kick - 2
  • Full - 3

Console Commands

  • sm_afkmanager_status <#userid|name> - Check AFK status of the player
  • sm_afkmanager_reset_seconds <#userid|name> - Reset idle time for the player