mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Added spectate commands
This commit is contained in:
@@ -29,6 +29,7 @@ return {
|
||||
'modules.commands.home',
|
||||
'modules.commands.connect',
|
||||
'modules.commands.last-location',
|
||||
'modules.commands.spectate',
|
||||
|
||||
--- Addons
|
||||
'modules.addons.chat-popups',
|
||||
|
||||
@@ -102,6 +102,8 @@ Roles.new_role('Trainee','TrMod')
|
||||
'command/unjail',
|
||||
'command/kick',
|
||||
'command/ban',
|
||||
'command/spectate',
|
||||
'command/follow',
|
||||
}
|
||||
|
||||
--- Trusted Roles
|
||||
@@ -115,6 +117,8 @@ Roles.new_role('Board Member','Board')
|
||||
:allow{
|
||||
'command/goto',
|
||||
'command/repair',
|
||||
'command/spectate',
|
||||
'command/follow',
|
||||
}
|
||||
|
||||
Roles.new_role('Senior Backer','Backer')
|
||||
|
||||
Reference in New Issue
Block a user