mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Updated Docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user