Files
factorio-scenario-ExpCluster/modules/ExpGamingCore/softmod.json
2018-06-02 21:42:17 +01:00

82 lines
3.1 KiB
JSON

{
"name": "ExpGamingCore",
"module": "Collection",
"description": "Explosive Gaming Core Files",
"keywords": ["Library","Lib","ExpGaming","Core"],
"version": "3.4.0",
"location": "url",
"submodules": {
"Commands": {
"name": "Commands",
"module": "commands",
"description": "A better command handler than the base game.",
"keywords": ["Library","Lib","ExpGaming","Core","Commands"],
"version": "3.4.0",
"location": "url",
"dependencies": {
"ExpGamingLib": ">=4.0.0",
"ExpGamingCore/Ranking": ">=4.0.0"
}
},
"Gui": {
"name": "Gui",
"module": "Gui",
"description": "Adds a objective version to custom guis.",
"keywords": ["Library","Lib","ExpGaming","Core","Gui","ExpGui"],
"version": "3.4.0",
"location": "url",
"dependencies": {
"FactorioModGui": ">=1.0.0",
"ExpGamingLib": ">=4.0.0",
"ExpGamingCore/Ranking": ">=4.0.0",
"ExpGamingCore/Server": "?>=4.0.0"
}
},
"Ranking": {
"name": "Ranking",
"module": "Ranking",
"description": "A full ranking system for factorio.",
"keywords": ["Library","Lib","ExpGaming","Core","Ranking","Ranks","Permissions","Roles"],
"version": "3.4.0",
"location": "url",
"dependencies": {
"ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Color": ">=0.8.0",
"FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Server": "?>=4.0.0"
}
},
"Server": {
"name": "Server",
"module": "Server",
"description": "Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)",
"keywords": ["Library","Lib","ExpGaming","Core","Server","Thread","Interface","Events"],
"version": "3.4.0",
"location": "url",
"dependencies": {
"ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Ranking": "?>=4.0.0",
"ExpGamingCore.Commands": "?>=4.0.0"
}
},
"Sync": {
"name": "Sync",
"module": "Sync",
"description": "Allows syncing with an outside server and info panle.",
"keywords": ["Library","Lib","ExpGaming","Core","Info","Sync","External","Discord"],
"version": "3.4.0",
"location": "url",
"dependencies": {
"ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Color": ">=0.8.0",
"FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Ranking": "?>=4.0.0",
"ExpGamingCore.Gui": "?>=4.0.0"
}
}
},
"author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE"
}