mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
feat: add graftorio
This commit is contained in:
@@ -71,6 +71,8 @@ return {
|
||||
'modules.gui.server-ups',
|
||||
'modules.commands.debug',
|
||||
|
||||
'modules.graftorio.require', -- graftorio
|
||||
|
||||
--- Config Files
|
||||
'config.expcore.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
|
||||
'config.expcore.command_auth_roles', -- commands must be allowed via the role config
|
||||
|
||||
@@ -52,6 +52,7 @@ Roles.new_role('Administrator','Admin')
|
||||
'gui/warp-list/bypass-cooldown',
|
||||
'gui/warp-list/bypass-proximity',
|
||||
'command/connect-all',
|
||||
'command/collectdata'
|
||||
}
|
||||
|
||||
Roles.new_role('Moderator','Mod')
|
||||
|
||||
6
config/graftorio.lua
Normal file
6
config/graftorio.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
modules = {
|
||||
["forcestats"]=true,
|
||||
["general"]=true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user