Added home command

This commit is contained in:
Cooldude2606
2019-06-12 22:36:59 +01:00
parent 336550f5c3
commit 95ef808341
4 changed files with 87 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ return {
'modules.commands.warnings',
'modules.commands.find',
'modules.commands.bonus',
'modules.commands.home',
-- QoL Addons
'modules.addons.chat-popups',
'modules.addons.damage-popups',

View File

@@ -82,6 +82,10 @@ Roles.new_role('Moderator','Mod')
'command/clear-temp-ban',
'command/clear-inventory',
'command/bonus',
'command/home',
'command/home-set',
'command/home-get',
'command/return',
'gui/rocket-info/toggle-active',
'gui/rocket-info/remote_launch',
}
@@ -128,6 +132,10 @@ Roles.new_role('Pay to Win','P2W')
'gui/rocket-info/toggle-active',
'gui/rocket-info/remote_launch',
'command/bonus',
'command/home',
'command/home-set',
'command/home-get',
'command/return',
}
Roles.new_role('Donator','Don')