mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Changed kill and tag to use role system
This commit is contained in:
@@ -67,7 +67,9 @@ Roles.new_role('Trainee','TrMod')
|
||||
'command/admin-chat',
|
||||
'command/teleport',
|
||||
'command/bring',
|
||||
'command/goto'
|
||||
'command/goto',
|
||||
'command/kill/always',
|
||||
'command/tag-clear/always',
|
||||
}
|
||||
|
||||
Roles.new_role('Sponsor','Spon')
|
||||
@@ -122,6 +124,7 @@ Roles.new_role('Regular','Reg')
|
||||
:set_permission_group('Standard')
|
||||
:set_parent('Guest')
|
||||
:allow{
|
||||
'command/kill'
|
||||
}
|
||||
:set_auto_promote_condition(playtime(3*hours))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user