Added file

This commit is contained in:
Cooldude2606
2019-06-02 16:11:36 +01:00
parent e8fa4907e9
commit 4e0e5cd9c9
2 changed files with 5 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ Roles.new_role('Pay to Win','P2W')
:allow{
'gui/rocket-info/toggle-active',
'gui/rocket-info/remote_launch',
'command/bonus',
}
Roles.new_role('Donator','Don')

View File

@@ -0,0 +1,4 @@
local Commands = require 'expcore.commands'
require 'config.expcore-commands.parse_general'
Commands.new_command('bonus','Changes the amount of bonus you receive')