From 89d52fc73b572d0888c84cd9d02e952461381529 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 18 Apr 2019 22:24:10 +0100 Subject: [PATCH] Moved Files Around --- .gitignore | 2 + .vscode/settings.json | 31 ---------------- Boiler Print Module | 37 ------------------- README.md | 5 +++ config.ld | 3 -- .../Bot}/autoMessage/control.lua | 0 .../Bot}/autoMessage/locale/de.cfg | 0 .../Bot}/autoMessage/locale/en.cfg | 0 .../Bot}/autoMessage/locale/fr.cfg | 0 .../Bot}/autoMessage/locale/nl.cfg | 0 .../Bot}/autoMessage/locale/sv-SE.cfg | 0 .../Bot}/autoMessage/softmod.json | 0 .../Commands}/cheatMode/control.lua | 0 .../Commands}/cheatMode/softmod.json | 0 .../Commands}/kill/control.lua | 0 .../Commands}/kill/softmod.json | 0 .../Commands}/tags/control.lua | 0 .../Commands}/tags/softmod.json | 0 .../Commands}/teleport/control.lua | 0 .../Commands}/teleport/softmod.json | 0 .../Core}/Command/control.lua | 0 .../Core}/Command/softmod.json | 0 .../Core}/Group/config.lua | 0 .../Core}/Group/control.lua | 0 .../Core}/Group/softmod.json | 0 .../Core}/Role/config.lua | 0 .../Core}/Role/control.lua | 0 .../Core}/Role/locale/en.cfg | 0 .../Core}/Role/softmod.json | 0 .../Core}/Role/src/commands.lua | 0 .../Core}/Role/src/sync.lua | 0 .../ExpAdmin}/Ban/control.lua | 0 .../ExpAdmin}/Ban/softmod.json | 0 .../ExpAdmin}/Commands/control.lua | 0 .../ExpAdmin}/Commands/softmod.json | 0 .../ExpAdmin}/Commands/src/clear.lua | 0 .../ExpAdmin}/Commands/src/jail.lua | 0 .../ExpAdmin}/Commands/src/reports.lua | 0 .../ExpAdmin}/Commands/src/tempban.lua | 0 .../ExpAdmin}/Commands/src/warnings.lua | 0 .../ExpAdmin}/Jail/control.lua | 0 .../ExpAdmin}/Jail/softmod.json | 0 .../ExpAdmin}/Kick/control.lua | 0 .../ExpAdmin}/Kick/softmod.json | 0 .../ExpAdmin}/Reports/control.lua | 0 .../ExpAdmin}/Reports/softmod.json | 0 .../ExpAdmin}/Teleport/control.lua | 0 .../ExpAdmin}/Teleport/softmod.json | 0 .../ExpAdmin}/TempBan/control.lua | 0 .../ExpAdmin}/TempBan/softmod.json | 0 .../ExpAdmin}/Warnings/control.lua | 0 .../ExpAdmin}/Warnings/locale/de.cfg | 0 .../ExpAdmin}/Warnings/locale/en.cfg | 0 .../ExpAdmin}/Warnings/locale/fr.cfg | 0 .../ExpAdmin}/Warnings/locale/nl.cfg | 0 .../ExpAdmin}/Warnings/locale/sv-SE.cfg | 0 .../ExpAdmin}/Warnings/softmod.json | 0 57 files changed, 7 insertions(+), 71 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 Boiler Print Module delete mode 100644 config.ld rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/control.lua (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/locale/de.cfg (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/locale/en.cfg (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/locale/fr.cfg (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/locale/nl.cfg (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/locale/sv-SE.cfg (100%) rename old/modules/{ExpGamingBot => DONE/Bot}/autoMessage/softmod.json (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/cheatMode/control.lua (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/cheatMode/softmod.json (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/kill/control.lua (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/kill/softmod.json (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/tags/control.lua (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/tags/softmod.json (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/teleport/control.lua (100%) rename old/modules/{ExpGamingCommands => DONE/Commands}/teleport/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Command/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Command/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Group/config.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Group/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Group/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/config.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/locale/en.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/src/commands.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Role/src/sync.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Ban/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Ban/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/src/clear.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/src/jail.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/src/reports.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/src/tempban.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Commands/src/warnings.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Jail/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Jail/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Kick/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Kick/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Reports/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Reports/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Teleport/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Teleport/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/TempBan/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/TempBan/softmod.json (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/control.lua (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/locale/de.cfg (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/locale/en.cfg (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/locale/fr.cfg (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/locale/nl.cfg (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/locale/sv-SE.cfg (100%) rename old/modules/{ExpGamingAdmin => DONE/ExpAdmin}/Warnings/softmod.json (100%) diff --git a/.gitignore b/.gitignore index 290c8014..4cf9699f 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +#*.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2e87afff..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "cSpell.enabledLanguageIds": [ - "asciidoc", - "c", - "cpp", - "csharp", - "css", - "go", - "handlebars", - "html", - "jade", - "javascript", - "javascriptreact", - "json", - "latex", - "less", - "lua", - "markdown", - "php", - "plaintext", - "pub", - "python", - "restructuredtext", - "rust", - "scss", - "text", - "typescript", - "typescriptreact", - "yml" - ] -} \ No newline at end of file diff --git a/Boiler Print Module b/Boiler Print Module deleted file mode 100644 index b53932ae..00000000 --- a/Boiler Print Module +++ /dev/null @@ -1,37 +0,0 @@ ---- Desction --- @module ThisModule@X.Y.Z --- @author --- @license --- @alias ThisModule - --- Module Require -local Module = require('Module') -local SubModule = require('Collection.Submodule') -local OptModule -- OptModule@^X.Y.Z - --- Local Variables - --- Module Define -local module_verbose = false -local ThisModule = { - on_init=function(self) - if loaded_modules['OptModule'] then OptModule = require('OptModule') end - if loaded_modules['OptModule2'] then require(module_path..'/src/module2',{self=self}) end - --code - end, - on_post=function() - --code - end -} - --- Global Define -local global = global{ - key='value' -} - --- Function Define - --- Event Handlers Define - --- Module Return -return ThisModule \ No newline at end of file diff --git a/README.md b/README.md index 06976858..ecec858d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,10 @@

ExpGaming Scenario Repository

+

Out Dated; Will be updated in the future

+ #### Use and Installation + * Download the git repo * Move files into the scenario folder (C:\Users\User\AppData\Roaming\Factorio\scenarios\ExpGamingScenario) * Make edits to role and group configs as well as any other configs that you want @@ -30,9 +33,11 @@ * All modules will be loaded if you have not removed any, any problems see log file #### Creation of new modules + * Please see [FactorioSoftmodManager](https://github.com/explosivegaming/FactorioSoftmodManager) for making new modules #### Forks and Pull Requests + * We are happy for people to make pull requests if you wish to help make our server better * Your server is a community server, it is all about the people and feedback is good * Dont be afraid to make a pull request as if it fixes something then its a good change \ No newline at end of file diff --git a/config.ld b/config.ld deleted file mode 100644 index c79db209..00000000 --- a/config.ld +++ /dev/null @@ -1,3 +0,0 @@ -new_type('command','Commands',false,'param') -new_type('event','Events',false,'field') -new_type('gui','Guis') \ No newline at end of file diff --git a/old/modules/ExpGamingBot/autoMessage/control.lua b/old/modules/DONE/Bot/autoMessage/control.lua similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/control.lua rename to old/modules/DONE/Bot/autoMessage/control.lua diff --git a/old/modules/ExpGamingBot/autoMessage/locale/de.cfg b/old/modules/DONE/Bot/autoMessage/locale/de.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/de.cfg rename to old/modules/DONE/Bot/autoMessage/locale/de.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/en.cfg b/old/modules/DONE/Bot/autoMessage/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/en.cfg rename to old/modules/DONE/Bot/autoMessage/locale/en.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/fr.cfg b/old/modules/DONE/Bot/autoMessage/locale/fr.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/fr.cfg rename to old/modules/DONE/Bot/autoMessage/locale/fr.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/nl.cfg b/old/modules/DONE/Bot/autoMessage/locale/nl.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/nl.cfg rename to old/modules/DONE/Bot/autoMessage/locale/nl.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/sv-SE.cfg b/old/modules/DONE/Bot/autoMessage/locale/sv-SE.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/sv-SE.cfg rename to old/modules/DONE/Bot/autoMessage/locale/sv-SE.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/softmod.json b/old/modules/DONE/Bot/autoMessage/softmod.json similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/softmod.json rename to old/modules/DONE/Bot/autoMessage/softmod.json diff --git a/old/modules/ExpGamingCommands/cheatMode/control.lua b/old/modules/DONE/Commands/cheatMode/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/cheatMode/control.lua rename to old/modules/DONE/Commands/cheatMode/control.lua diff --git a/old/modules/ExpGamingCommands/cheatMode/softmod.json b/old/modules/DONE/Commands/cheatMode/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/cheatMode/softmod.json rename to old/modules/DONE/Commands/cheatMode/softmod.json diff --git a/old/modules/ExpGamingCommands/kill/control.lua b/old/modules/DONE/Commands/kill/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/kill/control.lua rename to old/modules/DONE/Commands/kill/control.lua diff --git a/old/modules/ExpGamingCommands/kill/softmod.json b/old/modules/DONE/Commands/kill/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/kill/softmod.json rename to old/modules/DONE/Commands/kill/softmod.json diff --git a/old/modules/ExpGamingCommands/tags/control.lua b/old/modules/DONE/Commands/tags/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/tags/control.lua rename to old/modules/DONE/Commands/tags/control.lua diff --git a/old/modules/ExpGamingCommands/tags/softmod.json b/old/modules/DONE/Commands/tags/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/tags/softmod.json rename to old/modules/DONE/Commands/tags/softmod.json diff --git a/old/modules/ExpGamingCommands/teleport/control.lua b/old/modules/DONE/Commands/teleport/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/teleport/control.lua rename to old/modules/DONE/Commands/teleport/control.lua diff --git a/old/modules/ExpGamingCommands/teleport/softmod.json b/old/modules/DONE/Commands/teleport/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/teleport/softmod.json rename to old/modules/DONE/Commands/teleport/softmod.json diff --git a/old/modules/ExpGamingCore/Command/control.lua b/old/modules/DONE/Core/Command/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Command/control.lua rename to old/modules/DONE/Core/Command/control.lua diff --git a/old/modules/ExpGamingCore/Command/softmod.json b/old/modules/DONE/Core/Command/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Command/softmod.json rename to old/modules/DONE/Core/Command/softmod.json diff --git a/old/modules/ExpGamingCore/Group/config.lua b/old/modules/DONE/Core/Group/config.lua similarity index 100% rename from old/modules/ExpGamingCore/Group/config.lua rename to old/modules/DONE/Core/Group/config.lua diff --git a/old/modules/ExpGamingCore/Group/control.lua b/old/modules/DONE/Core/Group/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Group/control.lua rename to old/modules/DONE/Core/Group/control.lua diff --git a/old/modules/ExpGamingCore/Group/softmod.json b/old/modules/DONE/Core/Group/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Group/softmod.json rename to old/modules/DONE/Core/Group/softmod.json diff --git a/old/modules/ExpGamingCore/Role/config.lua b/old/modules/DONE/Core/Role/config.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/config.lua rename to old/modules/DONE/Core/Role/config.lua diff --git a/old/modules/ExpGamingCore/Role/control.lua b/old/modules/DONE/Core/Role/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/control.lua rename to old/modules/DONE/Core/Role/control.lua diff --git a/old/modules/ExpGamingCore/Role/locale/en.cfg b/old/modules/DONE/Core/Role/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingCore/Role/locale/en.cfg rename to old/modules/DONE/Core/Role/locale/en.cfg diff --git a/old/modules/ExpGamingCore/Role/softmod.json b/old/modules/DONE/Core/Role/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Role/softmod.json rename to old/modules/DONE/Core/Role/softmod.json diff --git a/old/modules/ExpGamingCore/Role/src/commands.lua b/old/modules/DONE/Core/Role/src/commands.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/src/commands.lua rename to old/modules/DONE/Core/Role/src/commands.lua diff --git a/old/modules/ExpGamingCore/Role/src/sync.lua b/old/modules/DONE/Core/Role/src/sync.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/src/sync.lua rename to old/modules/DONE/Core/Role/src/sync.lua diff --git a/old/modules/ExpGamingAdmin/Ban/control.lua b/old/modules/DONE/ExpAdmin/Ban/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Ban/control.lua rename to old/modules/DONE/ExpAdmin/Ban/control.lua diff --git a/old/modules/ExpGamingAdmin/Ban/softmod.json b/old/modules/DONE/ExpAdmin/Ban/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Ban/softmod.json rename to old/modules/DONE/ExpAdmin/Ban/softmod.json diff --git a/old/modules/ExpGamingAdmin/Commands/control.lua b/old/modules/DONE/ExpAdmin/Commands/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/control.lua rename to old/modules/DONE/ExpAdmin/Commands/control.lua diff --git a/old/modules/ExpGamingAdmin/Commands/softmod.json b/old/modules/DONE/ExpAdmin/Commands/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/softmod.json rename to old/modules/DONE/ExpAdmin/Commands/softmod.json diff --git a/old/modules/ExpGamingAdmin/Commands/src/clear.lua b/old/modules/DONE/ExpAdmin/Commands/src/clear.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/clear.lua rename to old/modules/DONE/ExpAdmin/Commands/src/clear.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/jail.lua b/old/modules/DONE/ExpAdmin/Commands/src/jail.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/jail.lua rename to old/modules/DONE/ExpAdmin/Commands/src/jail.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/reports.lua b/old/modules/DONE/ExpAdmin/Commands/src/reports.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/reports.lua rename to old/modules/DONE/ExpAdmin/Commands/src/reports.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/tempban.lua b/old/modules/DONE/ExpAdmin/Commands/src/tempban.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/tempban.lua rename to old/modules/DONE/ExpAdmin/Commands/src/tempban.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/warnings.lua b/old/modules/DONE/ExpAdmin/Commands/src/warnings.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/warnings.lua rename to old/modules/DONE/ExpAdmin/Commands/src/warnings.lua diff --git a/old/modules/ExpGamingAdmin/Jail/control.lua b/old/modules/DONE/ExpAdmin/Jail/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Jail/control.lua rename to old/modules/DONE/ExpAdmin/Jail/control.lua diff --git a/old/modules/ExpGamingAdmin/Jail/softmod.json b/old/modules/DONE/ExpAdmin/Jail/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Jail/softmod.json rename to old/modules/DONE/ExpAdmin/Jail/softmod.json diff --git a/old/modules/ExpGamingAdmin/Kick/control.lua b/old/modules/DONE/ExpAdmin/Kick/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Kick/control.lua rename to old/modules/DONE/ExpAdmin/Kick/control.lua diff --git a/old/modules/ExpGamingAdmin/Kick/softmod.json b/old/modules/DONE/ExpAdmin/Kick/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Kick/softmod.json rename to old/modules/DONE/ExpAdmin/Kick/softmod.json diff --git a/old/modules/ExpGamingAdmin/Reports/control.lua b/old/modules/DONE/ExpAdmin/Reports/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Reports/control.lua rename to old/modules/DONE/ExpAdmin/Reports/control.lua diff --git a/old/modules/ExpGamingAdmin/Reports/softmod.json b/old/modules/DONE/ExpAdmin/Reports/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Reports/softmod.json rename to old/modules/DONE/ExpAdmin/Reports/softmod.json diff --git a/old/modules/ExpGamingAdmin/Teleport/control.lua b/old/modules/DONE/ExpAdmin/Teleport/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Teleport/control.lua rename to old/modules/DONE/ExpAdmin/Teleport/control.lua diff --git a/old/modules/ExpGamingAdmin/Teleport/softmod.json b/old/modules/DONE/ExpAdmin/Teleport/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Teleport/softmod.json rename to old/modules/DONE/ExpAdmin/Teleport/softmod.json diff --git a/old/modules/ExpGamingAdmin/TempBan/control.lua b/old/modules/DONE/ExpAdmin/TempBan/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/TempBan/control.lua rename to old/modules/DONE/ExpAdmin/TempBan/control.lua diff --git a/old/modules/ExpGamingAdmin/TempBan/softmod.json b/old/modules/DONE/ExpAdmin/TempBan/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/TempBan/softmod.json rename to old/modules/DONE/ExpAdmin/TempBan/softmod.json diff --git a/old/modules/ExpGamingAdmin/Warnings/control.lua b/old/modules/DONE/ExpAdmin/Warnings/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/control.lua rename to old/modules/DONE/ExpAdmin/Warnings/control.lua diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/de.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/de.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/de.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/de.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/en.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/en.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/en.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/fr.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/fr.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/fr.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/fr.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/nl.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/nl.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/nl.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/nl.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/sv-SE.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/sv-SE.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/sv-SE.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/sv-SE.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/softmod.json b/old/modules/DONE/ExpAdmin/Warnings/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/softmod.json rename to old/modules/DONE/ExpAdmin/Warnings/softmod.json