mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
gitflow-hotfix-stash: 5.3.2
This commit is contained in:
@@ -23,6 +23,7 @@ return {
|
||||
'modules.addons.spawn-area',
|
||||
'modules.addons.compilatron',
|
||||
'modules.addons.scorched-earth',
|
||||
'modules.addons.pollution-grading',
|
||||
-- Config Files
|
||||
'config.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
|
||||
'config.command_auth_roles', -- commands must be allowed via the role config
|
||||
|
||||
@@ -120,7 +120,7 @@ Roles.new_role('Veteran','Vet')
|
||||
:allow{
|
||||
}
|
||||
:set_auto_promote_condition(function(player)
|
||||
if player.online_time > 10*hours then
|
||||
if player.online_time > 10*216000 then
|
||||
return true
|
||||
end
|
||||
end)
|
||||
@@ -141,7 +141,7 @@ Roles.new_role('Regular','Reg')
|
||||
'command/kill'
|
||||
}
|
||||
:set_auto_promote_condition(function(player)
|
||||
if player.online_time > 3*hours then
|
||||
if player.online_time > 3*216000 then
|
||||
return true
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user