mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
Added Role Commands
This commit is contained in:
@@ -58,6 +58,8 @@ Roles.new_role('Moderator','Mod')
|
||||
:set_flag('is_spectator')
|
||||
:set_parent('Trainee')
|
||||
:allow{
|
||||
'command/assign-role',
|
||||
'command/unassign-role'
|
||||
}
|
||||
|
||||
Roles.new_role('Trainee','TrMod')
|
||||
@@ -141,7 +143,8 @@ Roles.new_role('Guest','')
|
||||
'command/me',
|
||||
'command/tag',
|
||||
'command/tag-clear',
|
||||
'command/chelp'
|
||||
'command/chelp',
|
||||
'command/list-roles'
|
||||
}
|
||||
|
||||
--- Jail role
|
||||
|
||||
Reference in New Issue
Block a user