// If the player does not move for this duration, they're kicked
// into spectator mode
Server NoArchive Int antiafk_timer = 10; // <- Seconds

// How long a player needs to move for after the countdown ends
// for the kick script to deactivate
Server NoArchive Int antiafk_movefor = 1; // <- Seconds

// Spectates AFK players even if the queue is empty
Server NoArchive Bool antiafk_forcespectate = False;

// Debugging cvar
Server NoArchive Bool antiafk_debug_enabled = True;