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