feat: add graftorio

This commit is contained in:
oof2win2
2022-05-14 16:06:37 +02:00
parent 67fbac4bef
commit 8195107572
7 changed files with 323 additions and 0 deletions

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,6 @@
return {
modules = {
["forcestats"]=true,
["general"]=true,
}
}