Files
factorio-scenario-ExpCluster/modules/ExpGamingAdmin/softmod.json
2018-12-23 16:37:01 +00:00

38 lines
1.0 KiB
JSON

{
"name": "ExpGamingAdmin",
"version": "4.0.0",
"description": "A set of useful admin commands and functions that can be used by other modules.",
"location": "FSM_ARCHIVE",
"keywords": [
"Admin",
"ExpGaming",
"Set",
"Commands",
"Functions",
"Scripts",
"Useful"
],
"author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": {
"ExpGamingAdmin": "4.0.0",
"ExpGamingAdmin.Ban": "4.0.0",
"ExpGamingAdmin.ClearInventory": "4.0.0",
"ExpGamingAdmin.Gui": "4.0.0",
"ExpGamingAdmin.Jail": "4.0.0",
"ExpGamingAdmin.Kick": "4.0.0",
"ExpGamingAdmin.Reports": "4.0.0",
"ExpGamingAdmin.Teleport": "4.0.0",
"ExpGamingAdmin.TempBan": "4.0.0",
"ExpGamingAdmin.Warnings": "4.0.0",
"ExpGamingAdmin.Commands": "4.0.0"
},
"dependencies": {
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingCore.Server": "?^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
}
}