8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
# How many players need to be online for the kicking
|
|
# functions to be executed, and for players to be kicked.
|
|
kickafk_number_of_players (Number of players) int 10
|
|
|
|
# How often to check for AFK players.
|
|
# This is in seconds.
|
|
kickafk_length_of_time (How ofen to run) int 2000
|