Merge pull request #228 from oof2win2/feature/graftorio

Add graftorio
This commit is contained in:
Cooldude2606
2022-05-14 21:36:29 +01:00
committed by GitHub
7 changed files with 326 additions and 0 deletions

View File

@@ -72,6 +72,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')

7
config/graftorio.lua Normal file
View File

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