Added spectate commands

This commit is contained in:
Cooldude2606
2021-03-31 01:06:57 +01:00
parent 57434f4b68
commit f56eb4c145
5 changed files with 58 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ return {
'modules.commands.home',
'modules.commands.connect',
'modules.commands.last-location',
'modules.commands.spectate',
--- Addons
'modules.addons.chat-popups',

View File

@@ -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')