Updated Docs

This commit is contained in:
Cooldude2606
2020-04-01 00:01:40 +01:00
parent 95af6cfc34
commit c9534de868
115 changed files with 23355 additions and 6604 deletions

View File

@@ -170,7 +170,7 @@ Roles.new_role('Veteran','Vet')
:allow{
'command/chat-bot',
}
:set_auto_promote_condition(function(player)
:set_auto_assign_condition(function(player)
if player.online_time > 10*216000 then
return true
end
@@ -198,7 +198,7 @@ Roles.new_role('Regular','Reg')
'command/go-to-spawn',
'command/me',
}
:set_auto_promote_condition(function(player)
:set_auto_assign_condition(function(player)
if player.online_time > 3*216000 then
return true
end