Merge branch 'dev' into feature/entity-alert

This commit is contained in:
Cooldude2606
2021-04-26 00:21:48 +01:00
committed by GitHub
127 changed files with 4579 additions and 629 deletions

View File

@@ -92,6 +92,7 @@ Roles.new_role('Trainee','TrMod')
:set_parent('Veteran')
:allow{
'command/admin-chat',
'command/admin-marker',
'command/teleport',
'command/bring',
'command/goto',
@@ -104,6 +105,12 @@ Roles.new_role('Trainee','TrMod')
'command/unjail',
'command/kick',
'command/ban',
'command/spectate',
'command/follow',
'command/search',
'command/search-amount',
'command/search-recent',
'command/search-online',
}
--- Trusted Roles
@@ -117,6 +124,8 @@ Roles.new_role('Board Member','Board')
:allow{
'command/goto',
'command/repair',
'command/spectate',
'command/follow',
}
Roles.new_role('Senior Backer','Backer')