mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added file
This commit is contained in:
@@ -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')
|
||||
|
||||
4
modules/commands/bonus.lua
Normal file
4
modules/commands/bonus.lua
Normal 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')
|
||||
Reference in New Issue
Block a user