Made requested changes

This commit is contained in:
Cooldude2606
2021-04-06 22:58:10 +01:00
parent 91bcda6d48
commit 4e9e2747fb
3 changed files with 9 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ return {
afk_time = 3600*10, --- @setting afk_time The time in ticks that must pass for a player to be considered afk
kick_time = 3600*30, --- @setting kick_time The time in ticks that must pass without any active players for all players to be kicked
trust_time = 3600*60*10, --- @setting trust_time The time in ticks that a player must be online for to count as trusted
update_time = 3600*30, --- @setting update_time How often in ticks the script check for active players
update_time = 3600*30, --- @setting update_time How often in ticks the script checks for active players
}