Added search commands

This commit is contained in:
Cooldude2606
2021-04-07 01:01:41 +01:00
parent 7381541aee
commit 51c5a5b1f8
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