Merge pull request #206 from Cooldude2606/feature/inv-search

Inventory Search Commands
This commit is contained in:
Cooldude2606
2021-04-24 21:26:23 +01:00
committed by GitHub
4 changed files with 179 additions and 1 deletions

View File

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

View File

@@ -102,6 +102,10 @@ Roles.new_role('Trainee','TrMod')
'command/unjail',
'command/kick',
'command/ban',
'command/search',
'command/search-amount',
'command/search-recent',
'command/search-online',
}
--- Trusted Roles