diff --git a/modules/ExpGamingCommands/admin/softmod.json b/modules/ExpGamingCommands/admin/softmod.json index 9b56868d..65090f37 100644 --- a/modules/ExpGamingCommands/admin/softmod.json +++ b/modules/ExpGamingCommands/admin/softmod.json @@ -1,7 +1,7 @@ { "name": "admin", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Admins many of the admin featues which the script can use as in game commands.", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/bonus/softmod.json b/modules/ExpGamingCommands/bonus/softmod.json index 21fa683a..58c85e5b 100644 --- a/modules/ExpGamingCommands/bonus/softmod.json +++ b/modules/ExpGamingCommands/bonus/softmod.json @@ -1,7 +1,7 @@ { "name": "bonus", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Allows a bonus to be applied to players and instant respawn.", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/cheat-mode/softmod.json b/modules/ExpGamingCommands/cheat-mode/softmod.json index 92b7564b..7e80a75d 100644 --- a/modules/ExpGamingCommands/cheat-mode/softmod.json +++ b/modules/ExpGamingCommands/cheat-mode/softmod.json @@ -1,7 +1,7 @@ { "name": "cheatMode", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Adds a command which allow you to toggle cheatmode", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/home/softmod.json b/modules/ExpGamingCommands/home/softmod.json index 59060372..de08ff05 100644 --- a/modules/ExpGamingCommands/home/softmod.json +++ b/modules/ExpGamingCommands/home/softmod.json @@ -1,7 +1,7 @@ { "name": "home", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Allows players to set homes and then return to them later.", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/kill/softmod.json b/modules/ExpGamingCommands/kill/softmod.json index b3b6553e..0eee302b 100644 --- a/modules/ExpGamingCommands/kill/softmod.json +++ b/modules/ExpGamingCommands/kill/softmod.json @@ -1,7 +1,7 @@ { "name": "kill", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Adds a command which can be used to kill a player or yourself.", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/repair/softmod.json b/modules/ExpGamingCommands/repair/softmod.json index d1405902..3ea1e362 100644 --- a/modules/ExpGamingCommands/repair/softmod.json +++ b/modules/ExpGamingCommands/repair/softmod.json @@ -1,7 +1,7 @@ { "name": "repair", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Allows items to be healed and repaired with a command", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/softmod.json b/modules/ExpGamingCommands/softmod.json index 49861a69..b3b21cb8 100644 --- a/modules/ExpGamingCommands/softmod.json +++ b/modules/ExpGamingCommands/softmod.json @@ -13,5 +13,172 @@ "author": "Cooldude2606", "contact": "Discord: Cooldude2606#5241", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", - "submodules": {} + "submodules": { + "admin": { + "name": "admin", + "version": "4.0.0", + "type": "Submodule", + "description": "Admins many of the admin featues which the script can use as in game commands.", + "location": "", + "keywords": [ + "ExpGaming", + "Admin", + "Tools", + "Commands", + "Temp ban", + "Jail", + "Clear Inventory", + "Report", + "Warnings" + ], + "dependencies": { + "ExpGamingCore.Commands": "^4.0.0", + "ExpGamingAdmin.TempBan": "?^4.0.0", + "ExpGamingAdmin.Jail": "?^4.0.0", + "ExpGamingAdmin.Warnings": "?^4.0.0", + "ExpGamingAdmin.Reports": "^?4.0.0", + "ExpGamingAdmin.ClearInventory": "?^4.0.0" + } + }, + "bonus": { + "name": "bonus", + "version": "4.0.0", + "type": "Submodule", + "description": "Allows a bonus to be applied to players and instant respawn.", + "location": "", + "keywords": [ + "Instant Respawn", + "Bonus", + "Cheat", + "Commands", + "ExpGaming", + "Respawn" + ], + "dependencies": { + "FactorioStdLib.Game": "^0.8.0", + "ExpGamingLib": "^4.0.0", + "ExpGamingCore.Commands": "^4.0.0", + "ExpGamingCore.Ranking": "?^4.0.0" + } + }, + "cheatMode": { + "name": "cheatMode", + "version": "4.0.0", + "type": "Submodule", + "description": "Adds a command which allow you to toggle cheatmode", + "location": "", + "keywords": [ + "Cheat", + "Commands", + "Admin", + "ExpGaming", + "Cheat Mode", + "Hacks" + ], + "dependencies": { + "ExpGamingCore.Commands": "^4.0.0" + } + }, + "home": { + "name": "home", + "version": "4.0.0", + "type": "Submodule", + "description": "Allows players to set homes and then return to them later.", + "location": "", + "keywords": [ + "Teleport", + "ExpGaming", + "Home", + "Return", + "Set Home", + "Commands" + ], + "dependencies": { + "FactorioStdLib.Game": "^0.8.0", + "ExpGamingCore.Commands": "^4.0.0" + } + }, + "kill": { + "name": "kill", + "version": "4.0.0", + "type": "Submodule", + "description": "Adds a command which can be used to kill a player or yourself.", + "location": "", + "keywords": [ + "Command", + "ExpGaming", + "Kill", + "Death", + "Admin", + "Tool" + ], + "dependencies": { + "ExpGamingCore.Commands": "^4.0.0", + "ExpGamingCore.Ranking": "^4.0.0", + "FactorioStdLib.Game": "^0.8.0" + } + }, + "repair": { + "name": "repair", + "version": "4.0.0", + "type": "Submodule", + "description": "Allows items to be healed and repaired with a command", + "location": "", + "keywords": [ + "ExpGaming", + "Command", + "Heal", + "Repair", + "Ghosts", + "Revive" + ], + "dependencies": { + "ExpGamingLib": "^4.0.0", + "FactorioStdLib.Game": "^0.8.0", + "ExpGamingCore.Ranking": "^4.0.0", + "ExpGamingAdmin.TempBan": "?^4.0.0" + } + }, + "tags": { + "name": "tags", + "version": "4.0.0", + "type": "Submodule", + "description": "Allows tags to be used by users.", + "location": "", + "keywords": [ + "Tags", + "Custom Tags", + "Commands", + "ExpGaming" + ], + "dependencies": { + "ExpGamingLib": "^4.0.0", + "ExpGamingCore.Ranking": "^4.0.0", + "ExpGamingCore.Commands": "^4.0.0", + "FactorioStdLib.Game": "^0.8.0" + } + }, + "teleport": { + "name": "teleport", + "version": "4.0.0", + "type": "Submodule", + "description": "Adds a few commands used to teleport players.", + "location": "", + "keywords": [ + "Teleport", + "Tp", + "Bring", + "GoTo", + "ExpGaming", + "Command", + "Admin", + "Tools" + ], + "dependencies": { + "ExpGamingCore.Commands": "^4.0.0", + "ExpGamingAdmin.Teleport": "^4.0.0" + } + } + }, + "dependencies": {} } \ No newline at end of file diff --git a/modules/ExpGamingCommands/tags/softmod.json b/modules/ExpGamingCommands/tags/softmod.json index 5449c910..3f2f85d1 100644 --- a/modules/ExpGamingCommands/tags/softmod.json +++ b/modules/ExpGamingCommands/tags/softmod.json @@ -1,7 +1,7 @@ { "name": "tags", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Allows tags to be used by users.", "location": "", "keywords": [ diff --git a/modules/ExpGamingCommands/teleport/softmod.json b/modules/ExpGamingCommands/teleport/softmod.json index 7242414a..5e454f77 100644 --- a/modules/ExpGamingCommands/teleport/softmod.json +++ b/modules/ExpGamingCommands/teleport/softmod.json @@ -1,7 +1,7 @@ { "name": "teleport", "version": "4.0.0", - "type": "Module", + "type": "Submodule", "description": "Adds a few commands used to teleport players.", "location": "", "keywords": [