mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-04 00:15:45 +02:00
Jail
15 days required to be able to jail vote 70 days required to instant jail someone
This commit is contained in:
parent
a6aae6fb04
commit
d2df5ab166
@ -21,8 +21,8 @@ local votejail = {}
|
||||
local votefree = {}
|
||||
local revoked_permissions = {}
|
||||
local settings = {
|
||||
playtime_for_vote = 25920000, -- 5 days
|
||||
playtime_for_instant_jail = 207360000, -- 40 days
|
||||
playtime_for_vote = 77760000, -- 15 days
|
||||
playtime_for_instant_jail = 362880000, -- 70 days
|
||||
-- playtime_for_instant_jail = 103680000, -- 20 days
|
||||
clear_voted_player = 36000, -- remove player from vote-tbl after 10 minutes
|
||||
clear_terms_tbl = 2000,
|
||||
|
Loading…
Reference in New Issue
Block a user