Updated Jsons

This commit is contained in:
Cooldude2606
2018-12-09 01:01:38 +00:00
parent 2042da5ca4
commit 874d97cc28
61 changed files with 1297 additions and 1980 deletions

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Adds a better method of player starting items based on production levels.", "description": "Adds a better method of player starting items based on production levels.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Inventory", "Inventory",
"Start", "Start",
@@ -16,5 +16,6 @@
"author": "Cooldude2606", "author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {} "dependencies": {},
"submodules": {}
} }

View File

@@ -3,13 +3,20 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Creates flying text above player when they send a message.", "description": "Creates flying text above player when they send a message.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": ["Chat", "Popup", "Mention", "Floating", "Text"], "keywords": [
"Chat",
"Popup",
"Mention",
"Floating",
"Text"
],
"author": "badgamernl", "author": "badgamernl",
"contact": "badgamernl@gmail.com", "contact": "badgamernl@gmail.com",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0" "FactorioStdLib.Color": "^0.8.0"
} },
"submodules": {}
} }

View File

@@ -3,12 +3,18 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "When a entibty is damaged y a player it will show how much damage you've dealth, When a player gets attacked by a entity it will popup the player's health in color.", "description": "When a entibty is damaged y a player it will show how much damage you've dealth, When a player gets attacked by a entity it will popup the player's health in color.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": ["Damage", "Popup", "Floating", "Text"], "keywords": [
"Damage",
"Popup",
"Floating",
"Text"
],
"author": "badgamernl", "author": "badgamernl",
"contact": "badgamernl@gmail.com", "contact": "badgamernl@gmail.com",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Color": "^0.8.0" "FactorioStdLib.Color": "^0.8.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Adds markers to the map when a player dies and removes it when the body is removed.", "description": "Adds markers to the map when a player dies and removes it when the body is removed.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Death", "Death",
"Marker", "Marker",
@@ -13,5 +13,6 @@
"author": "Cooldude2606", "author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {} "dependencies": {},
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Allows control over decon rights, if ExpGamingCore.Role is not installed it will allow admins to instant remove trees and thats it.", "description": "Allows control over decon rights, if ExpGamingCore.Role is not installed it will allow admins to instant remove trees and thats it.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Trees", "Trees",
"Decon", "Decon",
@@ -20,6 +20,8 @@
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"ExpGamingAdmin.Warnings": "?^4.0.0", "ExpGamingAdmin.Warnings": "?^4.0.0",
"ExpGamingCore.Role": "?^4.0.0" "ExpGamingCore.Role": "^4.0.0",
} "ExpGamingAdmin.AdminLib": "^4.0.0"
},
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "AdminLib", "name": "ExpGamingAdmin.AdminLib",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "The base functions required to make the others work.", "description": "The base functions required to make the others work.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"lib", "lib",
"ExpGaming", "ExpGaming",
@@ -11,8 +11,11 @@
], ],
"dependencies": { "dependencies": {
"FactorioStdLib": "^0.8.0", "FactorioStdLib": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Server": "^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Ban", "name": "ExpGamingAdmin.Ban",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a custom ban function to the admin command set.", "description": "Adds a custom ban function to the admin command set.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Ban", "Ban",
"Admin", "Admin",
@@ -15,9 +15,10 @@
"ExpGamingAdmin.Gui": "^4.0.0", "ExpGamingAdmin.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0", "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0" "ExpGamingAdmin.ClearInventory": "?^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "ClearInventory", "name": "ExpGamingAdmin.ClearInventory",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a function to clear a players inventoy and move the items to spawn.", "description": "Adds a function to clear a players inventoy and move the items to spawn.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Spawn", "Spawn",
"Items", "Items",
@@ -16,5 +16,6 @@
"ExpGamingAdmin.AdminLib": "^4.0.0", "ExpGamingAdmin.AdminLib": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Commands", "name": "ExpGamingAdmin.Commands",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Admins many of the admin featues which the script can use as in game commands.", "description": "Admins many of the admin featues which the script can use as in game commands.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.admin_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"ExpGaming", "ExpGaming",
"Admin", "Admin",
@@ -18,11 +18,13 @@
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"ExpGamingCore.Command": "^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"ExpGamingAdmin.TempBan": "?^4.0.0", "ExpGamingAdmin.TempBan": "?*",
"ExpGamingAdmin.Jail": "?^4.0.0", "ExpGamingAdmin.Jail": "?*",
"ExpGamingAdmin.Warnings": "?^4.0.0", "ExpGamingAdmin.Warnings": "?*",
"ExpGamingAdmin.Reports": "^?4.0.0", "ExpGamingAdmin.Reports": "?*",
"ExpGamingAdmin.ClearInventory": "?^4.0.0" "ExpGamingAdmin.ClearInventory": "?*",
"ExpGamingAdmin.AdminLib": "^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Gui", "name": "ExpGamingAdmin.Gui",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a gui that can be used to access all the admin commands.", "description": "Adds a gui that can be used to access all the admin commands.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Admin", "Admin",
"ExpGaming", "ExpGaming",
@@ -15,7 +15,10 @@
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingPlayer": "?^4.0.0" "ExpGamingPlayer": "?^4.0.0",
"ExpGamingPlayer.playerInfo": "^4.0.0",
"mod-gui": "*"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Jail", "name": "ExpGamingAdmin.Jail",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a jail function to the admin set, require ExpGamingRole to work.", "description": "Adds a jail function to the admin set, require ExpGamingRole to work.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Jail", "Jail",
"Roles", "Roles",
@@ -16,9 +16,10 @@
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0", "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0" "ExpGamingAdmin.ClearInventory": "?^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Kick", "name": "ExpGamingAdmin.Kick",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a kick function to the admin function set.", "description": "Adds a kick function to the admin function set.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Admin", "Admin",
"ExpGaming", "ExpGaming",
@@ -15,9 +15,10 @@
"ExpGamingAdmin.Gui": "^4.0.0", "ExpGamingAdmin.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0", "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0" "ExpGamingAdmin.ClearInventory": "?^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Reports", "name": "ExpGamingAdmin.Reports",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a report system into the game that can also push notifactions to discord.", "description": "Adds a report system into the game that can also push notifactions to discord.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Report", "Report",
"Player", "Player",
@@ -18,7 +18,9 @@
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingCore.Gui": "^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Teleport", "name": "ExpGamingAdmin.Teleport",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds three function to admin: tp, bring and go to, these all move the player.", "description": "Adds three function to admin: tp, bring and go to, these all move the player.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Tp", "Tp",
"Bring", "Bring",
@@ -18,5 +18,6 @@
"ExpGamingAdmin.Gui": "^4.0.0", "ExpGamingAdmin.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "TempBan", "name": "ExpGamingAdmin.TempBan",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a temp ban function to the admin set, requires ExpGamingCore.Role to work.", "description": "Adds a temp ban function to the admin set, requires ExpGamingCore.Role to work.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Jail", "Jail",
"Temp Ban", "Temp Ban",
@@ -17,8 +17,9 @@
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0", "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0" "ExpGamingAdmin.ClearInventory": "?^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Warnings", "name": "ExpGamingAdmin.Warnings",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a warning system into the admin set which can be used by admins and the script.", "description": "Adds a warning system into the admin set which can be used by admins and the script.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Warning", "Warning",
"Admin", "Admin",
@@ -19,8 +19,9 @@
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"ExpGamingAdmin.Reports": "?^4.0.0", "ExpGamingAdmin.Reports": "^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "^4.0.0"
}, },
"collection": "ExpGamingAdmin_4.0.0" "collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "A set of useful admin commands and functions that can be used by other modules.", "description": "A set of useful admin commands and functions that can be used by other modules.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Admin", "Admin",
"ExpGaming", "ExpGaming",
@@ -17,259 +17,17 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"AdminLib": { "ExpGamingAdmin.AdminLib": "4.0.0",
"name": "AdminLib", "ExpGamingAdmin.Ban": "4.0.0",
"version": "4.0.0", "ExpGamingAdmin.ClearInventory": "4.0.0",
"type": "Submodule", "ExpGamingAdmin.Gui": "4.0.0",
"description": "The base functions required to make the others work.", "ExpGamingAdmin.Jail": "4.0.0",
"location": "<blank>", "ExpGamingAdmin.Kick": "4.0.0",
"keywords": [ "ExpGamingAdmin.Reports": "4.0.0",
"lib", "ExpGamingAdmin.Teleport": "4.0.0",
"ExpGaming", "ExpGamingAdmin.TempBan": "4.0.0",
"Admin" "ExpGamingAdmin.Warnings": "4.0.0",
], "ExpGamingAdmin.Commands": "4.0.0"
"dependencies": {
"FactorioStdLib": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Ban": {
"name": "Ban",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a custom ban function to the admin command set.",
"location": "<blank>",
"keywords": [
"Ban",
"Admin",
"Set",
"ExpGaming"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingAdmin.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"ClearInventory": {
"name": "ClearInventory",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a function to clear a players inventoy and move the items to spawn.",
"location": "<blank>",
"keywords": [
"Spawn",
"Items",
"Admin",
"Move",
"Clear",
"Inventory"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Gui": {
"name": "Gui",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a gui that can be used to access all the admin commands.",
"location": "<blank>",
"keywords": [
"Admin",
"ExpGaming",
"Commands",
"Gui"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingPlayer": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Jail": {
"name": "Jail",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a jail function to the admin set, require ExpGamingCore.Role to work.",
"location": "<blank>",
"keywords": [
"Jail",
"Roles",
"Admin",
"ExpGaming"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingAdmin.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Kick": {
"name": "Kick",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a kick function to the admin function set.",
"location": "<blank>",
"keywords": [
"Admin",
"ExpGaming",
"Kick",
"Commands"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingAdmin.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "?^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Reports": {
"name": "Reports",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a report system into the game that can also push notifactions to discord.",
"location": "<blank>",
"keywords": [
"Report",
"Player",
"Admin",
"ExpGaming",
"Player List",
"Commands"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Teleport": {
"name": "Teleport",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds three function to admin: tp, bring and go to, these all move the player.",
"location": "<blank>",
"keywords": [
"Tp",
"Bring",
"Go To",
"Admin",
"ExpGaming",
"Teleport",
"Commands"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingAdmin.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"TempBan": {
"name": "TempBan",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a temp ban function to the admin set, requires ExpGamingCore.Role to work.",
"location": "<blank>",
"keywords": [
"Jail",
"Temp Ban",
"Admin",
"ExpGaming",
"Roles"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingAdmin.ClearInventory": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Warnings": {
"name": "Warnings",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a warning system into the admin set which can be used by admins and the script.",
"location": "<blank>",
"keywords": [
"Warning",
"Admin",
"ExpGaming",
"Report",
"Kick",
"Punishments",
"Ban"
],
"dependencies": {
"ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"ExpGamingAdmin.Reports": "?^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0"
},
"collection": "ExpGamingAdmin_4.0.0"
},
"Commands": {
"name": "Commands",
"version": "4.0.0",
"type": "Submodule",
"description": "Admins many of the admin featues which the script can use as in game commands.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.admin_4.0.0.zip",
"keywords": [
"ExpGaming",
"Admin",
"Tools",
"Commands",
"Temp ban",
"Jail",
"Clear Inventory",
"Report",
"Warnings"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"ExpGamingCore.Command": "^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"
},
"collection": "ExpGamingAdmin_4.0.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "autoChat", "name": "ExpGamingBot.autoChat",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Sends messages in chat based on what has been said by other players", "description": "Sends messages in chat based on what has been said by other players",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Chat", "Chat",
"Bot", "Bot",
@@ -13,7 +13,8 @@
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0" "ExpGamingCore.Role": "^4.0.0"
}, },
"collection": "ExpGamingBot_4.0.0" "collection": "ExpGamingBot@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "autoMessage", "name": "ExpGamingBot.autoMessage",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Prints a message every 15 minutes to chat.", "description": "Prints a message every 15 minutes to chat.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Bot", "Bot",
"Chat", "Chat",
@@ -11,10 +11,11 @@
"Message" "Message"
], ],
"dependencies": { "dependencies": {
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "*",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "*",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "^4.0.0"
}, },
"collection": "ExpGamingBot_4.0.0" "collection": "ExpGamingBot@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "discordAlerts", "name": "ExpGamingBot.discordAlerts",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Sends alerts to discord once there is a bot set up to read the alerts.", "description": "Sends alerts to discord once there is a bot set up to read the alerts.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Bot", "Bot",
"Discord", "Discord",
@@ -16,5 +16,6 @@
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
}, },
"collection": "ExpGamingBot_4.0.0" "collection": "ExpGamingBot@4.0.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "Different parts of a useful bot to help run a server. Discord Bot Not Included.", "description": "Different parts of a useful bot to help run a server. Discord Bot Not Included.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Discord", "Discord",
"Bot", "Bot",
@@ -15,64 +15,9 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"autoChat": { "ExpGamingBot.autoChat": "4.0.0",
"name": "autoChat", "ExpGamingBot.autoMessage": "4.0.0",
"version": "4.0.0", "ExpGamingBot.discordAlerts": "4.0.0"
"type": "Submodule",
"description": "Sends messages in chat based on what has been said by other players",
"location": "<blank>",
"keywords": [
"Chat",
"Bot",
"Jokes",
"Fun"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0"
},
"collection": "ExpGamingBot_4.0.0"
},
"autoMessage": {
"name": "autoMessage",
"version": "4.0.0",
"type": "Submodule",
"description": "Prints a message every 15 minutes to chat.",
"location": "<blank>",
"keywords": [
"Bot",
"Chat",
"Auto Message",
"Message"
],
"dependencies": {
"ExpGamingCore.Server": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0"
},
"collection": "ExpGamingBot_4.0.0"
},
"discordAlerts": {
"name": "discordAlerts",
"version": "4.0.0",
"type": "Submodule",
"description": "Sends alerts to discord once there is a bot set up to read the alerts.",
"location": "<blank>",
"keywords": [
"Bot",
"Discord",
"Alerts",
"Messages",
"Acctions"
],
"dependencies": {
"ExpGamingCore.Sync": "^4.0.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingBot_4.0.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "bonus", "name": "ExpGamingCommands.bonus",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Allows a bonus to be applied to players and instant respawn.", "description": "Allows a bonus to be applied to players and instant respawn.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.bonus_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Instant Respawn", "Instant Respawn",
"Bonus", "Bonus",
@@ -16,7 +16,8 @@
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"ExpGamingCore.Command": "^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0" "ExpGamingCore.Role": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "cheatMode", "name": "ExpGamingCommands.cheatMode",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a command which allow you to toggle cheatmode", "description": "Adds a command which allow you to toggle cheatmode",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.cheatMode_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Cheat", "Cheat",
"Commands", "Commands",
@@ -15,5 +15,6 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Command": "^4.0.0" "ExpGamingCore.Command": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "home", "name": "ExpGamingCommands.home",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Allows players to set homes and then return to them later.", "description": "Allows players to set homes and then return to them later.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.home_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Teleport", "Teleport",
"ExpGaming", "ExpGaming",
@@ -16,5 +16,6 @@
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Command": "^4.0.0" "ExpGamingCore.Command": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "kill", "name": "ExpGamingCommands.kill",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a command which can be used to kill a player or yourself.", "description": "Adds a command which can be used to kill a player or yourself.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingAdmin.Commands_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Command", "Command",
"ExpGaming", "ExpGaming",
@@ -15,7 +15,8 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Command": "^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "repair", "name": "ExpGamingCommands.repair",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Allows items to be healed and repaired with a command", "description": "Allows items to be healed and repaired with a command",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.repair_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"ExpGaming", "ExpGaming",
"Command", "Command",
@@ -16,7 +16,8 @@
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingAdmin.TempBan": "?^4.0.0" "ExpGamingAdmin.TempBan": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "A Collection of all of the custom commands used on ExpGaming servers.", "description": "A Collection of all of the custom commands used on ExpGaming servers.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Commands", "Commands",
"ExpGaming", "ExpGaming",
@@ -14,152 +14,13 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"bonus": { "ExpGamingCommands.bonus": "4.0.0",
"name": "bonus", "ExpGamingCommands.cheatMode": "4.0.0",
"version": "4.0.0", "ExpGamingCommands.home": "4.0.0",
"type": "Submodule", "ExpGamingCommands.kill": "4.0.0",
"description": "Allows a bonus to be applied to players and instant respawn.", "ExpGamingCommands.repair": "4.0.0",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.bonus_4.0.0.zip", "ExpGamingCommands.tags": "4.0.0",
"keywords": [ "ExpGamingCommands.teleport": "4.0.0"
"Instant Respawn",
"Bonus",
"Cheat",
"Commands",
"ExpGaming",
"Respawn"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingLib": "^4.0.0",
"ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0"
},
"collection": "ExpGamingCommands_4.0.0"
},
"cheatMode": {
"name": "cheatMode",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a command which allow you to toggle cheatmode",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.cheatMode_4.0.0.zip",
"keywords": [
"Cheat",
"Commands",
"Admin",
"ExpGaming",
"Cheat Mode",
"Hacks"
],
"dependencies": {
"ExpGamingCore.Command": "^4.0.0"
},
"collection": "ExpGamingCommands_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": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.home_4.0.0.zip",
"keywords": [
"Teleport",
"ExpGaming",
"Home",
"Return",
"Set Home",
"Commands"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Command": "^4.0.0"
},
"collection": "ExpGamingCommands_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": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingAdmin.Commands_4.0.0.zip",
"keywords": [
"Command",
"ExpGaming",
"Kill",
"Death",
"Admin",
"Tool"
],
"dependencies": {
"ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingCommands_4.0.0"
},
"repair": {
"name": "repair",
"version": "4.0.0",
"type": "Submodule",
"description": "Allows items to be healed and repaired with a command",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.repair_4.0.0.zip",
"keywords": [
"ExpGaming",
"Command",
"Heal",
"Repair",
"Ghosts",
"Revive"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "^4.0.0",
"ExpGamingAdmin.TempBan": "?^4.0.0"
},
"collection": "ExpGamingCommands_4.0.0"
},
"tags": {
"name": "tags",
"version": "4.0.0",
"type": "Submodule",
"description": "Allows tags to be used by users.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.tags_4.0.0.zip",
"keywords": [
"Tags",
"Custom Tags",
"Commands",
"ExpGaming"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Command": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingCommands_4.0.0"
},
"teleport": {
"name": "teleport",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a few commands used to teleport players.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.teleport_4.0.0.zip",
"keywords": [
"Teleport",
"Tp",
"Bring",
"GoTo",
"ExpGaming",
"Command",
"Admin",
"Tools"
],
"dependencies": {
"ExpGamingCore.Command": "^4.0.0",
"ExpGamingAdmin.Teleport": "^4.0.0"
},
"collection": "ExpGamingCommands_4.0.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "tags", "name": "ExpGamingCommands.tags",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Allows tags to be used by users.", "description": "Allows tags to be used by users.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.tags_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Tags", "Tags",
"Custom Tags", "Custom Tags",
@@ -12,9 +12,10 @@
], ],
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Command": "^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "teleport", "name": "ExpGamingCommands.teleport",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a few commands used to teleport players.", "description": "Adds a few commands used to teleport players.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCommands.teleport_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Teleport", "Teleport",
"Tp", "Tp",
@@ -16,7 +16,9 @@
], ],
"dependencies": { "dependencies": {
"ExpGamingCore.Command": "^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"ExpGamingAdmin.Teleport": "^4.0.0" "ExpGamingAdmin.Teleport": "^4.0.0",
"ExpGamingAdmin.AdminLib": "^4.0.0"
}, },
"collection": "ExpGamingCommands_4.0.0" "collection": "ExpGamingCommands@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Command", "name": "ExpGamingCore.Command",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "A better command handler than the base game.", "description": "A better command handler than the base game.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Command_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Library", "Library",
"Lib", "Lib",
@@ -17,5 +17,6 @@
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Group", "name": "ExpGamingCore.Group",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a system to manage and auto-create permission groups.", "description": "Adds a system to manage and auto-create permission groups.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Groups", "Groups",
"ExpGaming", "ExpGaming",
@@ -14,8 +14,10 @@
], ],
"dependencies": { "dependencies": {
"FactorioStdLib": "^0.8.0", "FactorioStdLib": "^0.8.0",
"ExpGamingCore.Server": "?^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingLib": "^4.0.0" "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Game": "*"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Gui", "name": "ExpGamingCore.Gui",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a objective version to custom guis.", "description": "Adds a objective version to custom guis.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Library", "Library",
"Lib", "Lib",
@@ -15,10 +15,11 @@
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "*",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "*",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Server": "?^4.0.0" "ExpGamingCore.Server": "?*"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Role", "name": "ExpGamingCore.Role",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds roles where a player can have more than one role", "description": "Adds roles where a player can have more than one role",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Role", "Role",
"Ranks", "Ranks",
@@ -16,8 +16,10 @@
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Group": "^4.0.0", "ExpGamingCore.Group": "^4.0.0",
"ExpGamingCore.Server": "?^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Command": "?^4.0.0" "ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Sync": "^4.0.0"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Server", "name": "ExpGamingCore.Server",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)", "description": "Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Server_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Library", "Library",
"Lib", "Lib",
@@ -17,10 +17,11 @@
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "*",
"FactorioStdLib.String": "^0.8.0", "FactorioStdLib.String": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "*",
"ExpGamingCore.Command": "?^4.0.0" "ExpGamingCore.Command": "?*"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Sync", "name": "ExpGamingCore.Sync",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Allows syncing with an outside server and info panle.", "description": "Allows syncing with an outside server and info panle.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Sync_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Library", "Library",
"Lib", "Lib",
@@ -20,7 +20,9 @@
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Gui": "?^4.0.0" "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0"
}, },
"collection": "ExpGamingCore_4.0.0" "collection": "ExpGamingCore@4.0.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "Explosive Gaming Core Files", "description": "Explosive Gaming Core Files",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Library", "Library",
"Lib", "Lib",
@@ -14,146 +14,12 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"Gui": { "ExpGamingCore.Gui": "4.0.0",
"name": "Gui", "ExpGamingCore.Server": "4.0.0",
"version": "4.0.0", "ExpGamingCore.Sync": "4.0.0",
"type": "Submodule", "ExpGamingCore.Command": "4.0.0",
"description": "Adds a objective version to custom guis.", "ExpGamingCore.Group": "4.0.0",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui_4.0.0.zip", "ExpGamingCore.Role": "4.0.0"
"keywords": [
"Library",
"Lib",
"ExpGaming",
"Core",
"Gui",
"ExpGui"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Server": "?^4.0.0"
},
"collection": "ExpGamingCore_4.0.0"
},
"Server": {
"name": "Server",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Server_4.0.0.zip",
"keywords": [
"Library",
"Lib",
"ExpGaming",
"Core",
"Server",
"Thread",
"Interface",
"Events"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.String": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Command": "?^4.0.0"
},
"collection": "ExpGamingCore_4.0.0"
},
"Sync": {
"name": "Sync",
"version": "4.0.0",
"type": "Submodule",
"description": "Allows syncing with an outside server and info panle.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Sync_4.0.0.zip",
"keywords": [
"Library",
"Lib",
"ExpGaming",
"Core",
"Info",
"Sync",
"External",
"Discord"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0",
"FactorioStdLib.Table": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Gui": "?^4.0.0"
},
"collection": "ExpGamingCore_4.0.0"
},
"Command": {
"name": "Command",
"version": "4.0.0",
"type": "Submodule",
"description": "A better command handler than the base game.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Command_4.0.0.zip",
"keywords": [
"Library",
"Lib",
"ExpGaming",
"Core",
"Commands"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingCore_4.0.0"
},
"Group": {
"name": "Group",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a system to manage and auto-create permission groups.",
"location": "<blank>",
"keywords": [
"Groups",
"ExpGaming",
"System",
"Management",
"Manage",
"Permissions"
],
"dependencies": {
"FactorioStdLib": "^0.8.0",
"ExpGamingLib": "^4.0.0"
},
"collection": "ExpGamingCore_4.0.0"
},
"Role": {
"name": "Role",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds roles where a player can have more than one role",
"location": "<blank>",
"keywords": [
"Role",
"Ranks",
"Permissions",
"Alowed",
"Admin"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Group": "^4.0.0",
"ExpGamingCore.Server": "?^4.0.0",
"ExpGamingCore.Command": "?^4.0.0"
},
"collection": "ExpGamingCore_4.0.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Readme", "name": "ExpGamingInfo.Readme",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a readme gui to the game that contains useful information", "description": "Adds a readme gui to the game that contains useful information",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Info", "Info",
@@ -17,6 +17,8 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "^4.0.0"
} },
"submodules": {},
"collection": "ExpGamingInfo@4.0.0"
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Rockets", "name": "ExpGamingInfo.Rockets",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a rocket count gui to the game that shows milestones and average rocket time", "description": "Adds a rocket count gui to the game that shows milestones and average rocket time",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Info", "Info",
@@ -16,6 +16,9 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "?^4.0.0",
} "ExpGamingCore.Sync^4.0.0": "?*"
},
"submodules": {},
"collection": "ExpGamingInfo@4.0.0"
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Science", "name": "ExpGamingInfo.Science",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a science count gui to the game that shows toatal made and per minute", "description": "Adds a science count gui to the game that shows toatal made and per minute",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Info", "Info",
@@ -17,6 +17,9 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0" "ExpGamingCore.Sync": "?^4.0.0",
} "ExpGamingCore.Sync^4.0.0": "?*"
},
"submodules": {},
"collection": "ExpGamingInfo@4.0.0"
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Tasklist", "name": "ExpGamingInfo.Tasklist",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a task list gui which acts like a bulletin board for the current tasks", "description": "Adds a task list gui which acts like a bulletin board for the current tasks",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Info", "Info",
@@ -17,5 +17,7 @@
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
} },
"submodules": {},
"collection": "ExpGamingInfo@4.0.0"
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "Adds info guis to the game for different production areas", "description": "Adds info guis to the game for different production areas",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Info", "Info",
@@ -14,79 +14,9 @@
"contact": "Discord: Cooldude2606@5241", "contact": "Discord: Cooldude2606@5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"Readme": { "ExpGamingInfo.Readme": "4.0.0",
"name": "Readme", "ExpGamingInfo.Rockets": "4.0.0",
"version": "4.0.0", "ExpGamingInfo.Science": "4.0.0",
"type": "Submodule", "ExpGamingInfo.Tasklist": "4.0.0"
"description": "Adds a readme gui to the game that contains useful information",
"location": "<blank>",
"keywords": [
"Gui",
"Info",
"ExpGaming",
"Readme",
"New Player"
],
"dependencies": {
"ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0"
}
},
"Rockets": {
"name": "Rockets",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a rocket count gui to the game that shows milestones and average rocket time",
"location": "<blank>",
"keywords": [
"Gui",
"Info",
"ExpGaming",
"Rockets"
],
"dependencies": {
"ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0"
}
},
"Science": {
"name": "Science",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a science count gui to the game that shows toatal made and per minute",
"location": "<blank>",
"keywords": [
"Gui",
"Info",
"ExpGaming",
"Science",
"Production"
],
"dependencies": {
"ExpGamingCore.Gui": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Sync": "?^4.0.0"
}
},
"Tasklist": {
"name": "Tasklist",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a task list gui which acts like a bulletin board for the current tasks",
"location": "<blank>",
"keywords": [
"Gui",
"Info",
"ExpGaming",
"Tasks"
],
"dependencies": {
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
}
}
} }
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Adds some common functions used though out all ExpGaming modules", "description": "Adds some common functions used though out all ExpGaming modules",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingLib_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"ExpGaming", "ExpGaming",
"Lib" "Lib"
@@ -12,8 +12,9 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "*",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "*",
"FactorioStdLib.Table": "^0.8.0" "FactorioStdLib.Table": "^0.8.0"
} },
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "afkKick", "name": "ExpGamingPlayer.afkKick",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a varible amount of time before a user is kicked based on the current player count.", "description": "Adds a varible amount of time before a user is kicked based on the current player count.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.afkKick_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Kick", "Kick",
"AFK", "AFK",
@@ -14,9 +14,10 @@
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0", "ExpGamingCore.Sync": "^4.0.0",
"ExpGamingCore.Server": "?^4.0.0" "ExpGamingCore.Server": "^4.0.0"
}, },
"collection": "ExpGamingPlayer_4.0.0" "collection": "ExpGamingPlayer@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "inventorySearch", "name": "ExpGamingPlayer.inventorySearch",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds an inventory search that is proformed on a random player every 15 seconds.", "description": "Adds an inventory search that is proformed on a random player every 15 seconds.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Search", "Search",
"ExpGaming", "ExpGaming",
@@ -14,8 +14,10 @@
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"ExpGamingAdmin.TempBan": "^4.0.0", "ExpGamingAdmin.TempBan": "^4.0.0",
"ExpGamingAdmin.Warnings": "^4.0.0", "ExpGamingAdmin.Warnings": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0",
"ExpGamingAdmin.AdminLib": "^4.0.0"
}, },
"collection": "ExpGamingPlayer_4.0.0" "collection": "ExpGamingPlayer@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "playerInfo", "name": "ExpGamingPlayer.playerInfo",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Used to give so common info on a player as a lua table or a frame.", "description": "Used to give so common info on a player as a lua table or a frame.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.playerInfo_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Cam", "Cam",
"Follow", "Follow",
@@ -14,7 +14,9 @@
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0" "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Group": "^4.0.0"
}, },
"collection": "ExpGamingPlayer_4.0.0" "collection": "ExpGamingPlayer@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "playerList", "name": "ExpGamingPlayer.playerList",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Used to display player names and online time on the top left.", "description": "Used to display player names and online time on the top left.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.playerList_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Player List", "Player List",
"List", "List",
@@ -13,11 +13,13 @@
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingAdmin.AdminLib": "?^4.0.0", "ExpGamingAdmin.AdminLib": "^4.0.0",
"ExpGamingAdmin.buttonFlow": "?^4.0.0", "ExpGamingAdmin.buttonFlow": "?^4.0.0",
"ExpGamingAdmin.reports": "?^4.0.0", "ExpGamingAdmin.reports": "?^4.0.0",
"ExpGamingPlayer.playerInfo": "?^4.0.0" "ExpGamingPlayer.playerInfo": "?*",
"ExpGamingAdmin.Gui": "^4.0.0"
}, },
"collection": "ExpGamingPlayer_4.0.0" "collection": "ExpGamingPlayer@4.0.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "polls", "name": "ExpGamingPlayer.polls",
"version": "4.0.0", "version": "4.0.0",
"type": "Submodule", "type": "Submodule",
"description": "Adds a poll gui into the game for quick polls (default 90 seconds)", "description": "Adds a poll gui into the game for quick polls (default 90 seconds)",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Polls", "Polls",
"Poll", "Poll",
@@ -13,7 +13,8 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0" "ExpGamingCore.Role": "^4.0.0"
}, },
"collection": "ExpGamingPlayer_4.0.0" "collection": "ExpGamingPlayer@4.0.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Collection", "type": "Collection",
"description": "Useful collection of modules for displaying player infomation.", "description": "Useful collection of modules for displaying player infomation.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer_4.0.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"ExpGaming", "ExpGaming",
"Player", "Player",
@@ -14,111 +14,11 @@
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"submodules": { "submodules": {
"afkKick": { "ExpGamingPlayer.afkKick": "4.0.0",
"name": "afkKick", "ExpGamingPlayer.playerInfo": "4.0.0",
"version": "4.0.0", "ExpGamingPlayer.playerList": "4.0.0",
"type": "Submodule", "ExpGamingPlayer.inventorySearch": "4.0.0",
"description": "Adds a varible amount of time before a user is kicked based on the current player count.", "ExpGamingPlayer.polls": "4.0.0"
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.afkKick_4.0.0.zip",
"keywords": [
"Kick",
"AFK",
"Players",
"Smart",
"Varible"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingCore.Sync": "?^4.0.0",
"ExpGamingCore.Server": "?^4.0.0"
},
"collection": "ExpGamingPlayer_4.0.0"
},
"playerInfo": {
"name": "playerInfo",
"version": "4.0.0",
"type": "Submodule",
"description": "Used to give so common info on a player as a lua table or a frame.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.playerInfo_4.0.0.zip",
"keywords": [
"Cam",
"Follow",
"Player",
"Info",
"Useful"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0"
},
"collection": "ExpGamingPlayer_4.0.0"
},
"playerList": {
"name": "playerList",
"version": "4.0.0",
"type": "Submodule",
"description": "Used to display player names and online time on the top left.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingPlayer.playerList_4.0.0.zip",
"keywords": [
"Player List",
"List",
"Gui",
"Names"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0",
"ExpGamingAdmin.AdminLib": "?^4.0.0",
"ExpGamingAdmin.buttonFlow": "?^4.0.0",
"ExpGamingAdmin.reports": "?^4.0.0",
"ExpGamingPlayer.playerInfo": "?^4.0.0"
},
"collection": "ExpGamingPlayer_4.0.0"
},
"inventorySearch": {
"name": "inventorySearch",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds an inventory search that is proformed on a random player every 15 seconds.",
"location": "<blank>",
"keywords": [
"Search",
"ExpGaming",
"Player",
"Inventory"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"ExpGamingAdmin.TempBan": "^4.0.0",
"ExpGamingAdmin.Warnings": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0",
"FactorioStdLib.Game": "^0.8.0"
},
"collection": "ExpGamingPlayer_4.0.0"
},
"polls": {
"name": "polls",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a poll gui into the game for quick polls (default 90 seconds)",
"location": "<blank>",
"keywords": [
"Polls",
"Poll",
"Question",
"Gui"
],
"dependencies": {
"ExpGamingCore.Gui": "^4.0.0",
"ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Role": "?^4.0.0"
},
"collection": "ExpGamingPlayer_4.0.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Color", "name": "FactorioStdLib.Color",
"version": "0.8.0", "version": "0.8.0",
"type": "Submodule", "type": "Submodule",
"description": "A defines module for retrieving colors by name.", "description": "A defines module for retrieving colors by name.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Color_0.8.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Standard Library", "Standard Library",
"Lib", "Lib",
@@ -12,5 +12,6 @@
"Extends" "Extends"
], ],
"dependencies": {}, "dependencies": {},
"collection": "FactorioStdLib_0.8.0" "collection": "FactorioStdLib@0.8.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Game", "name": "FactorioStdLib.Game",
"version": "0.8.0", "version": "0.8.0",
"type": "Submodule", "type": "Submodule",
"description": "The game module.", "description": "The game module.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Game_0.8.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Standard Library", "Standard Library",
"Lib", "Lib",
@@ -12,5 +12,6 @@
"Extends" "Extends"
], ],
"dependencies": {}, "dependencies": {},
"collection": "FactorioStdLib_0.8.0" "collection": "FactorioStdLib@0.8.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "String", "name": "FactorioStdLib.String",
"version": "0.8.0", "version": "0.8.0",
"type": "Submodule", "type": "Submodule",
"description": "Extends Lua 5.2 string.", "description": "Extends Lua 5.2 string.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.String_0.8.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Standard Library", "Standard Library",
"Lib", "Lib",
@@ -12,5 +12,6 @@
"Extends" "Extends"
], ],
"dependencies": {}, "dependencies": {},
"collection": "FactorioStdLib_0.8.0" "collection": "FactorioStdLib@0.8.0",
"submodules": {}
} }

View File

@@ -1,9 +1,9 @@
{ {
"name": "Table", "name": "FactorioStdLib.Table",
"version": "0.8.0", "version": "0.8.0",
"type": "Submodule", "type": "Submodule",
"description": "Extends Lua 5.2 table.", "description": "Extends Lua 5.2 table.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Table_0.8.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Standard Library", "Standard Library",
"Lib", "Lib",
@@ -12,5 +12,6 @@
"Extends" "Extends"
], ],
"dependencies": {}, "dependencies": {},
"collection": "FactorioStdLib_0.8.0" "collection": "FactorioStdLib@0.8.0",
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "0.8.0", "version": "0.8.0",
"type": "Collection", "type": "Collection",
"description": "Factorio Standard Library Projects", "description": "Factorio Standard Library Projects",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib_0.8.0.zip", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Standard Library", "Standard Library",
"Lib", "Lib",
@@ -13,70 +13,10 @@
"contact": "https://github.com/Afforess/Factorio-Stdlib/issues", "contact": "https://github.com/Afforess/Factorio-Stdlib/issues",
"license": "https://github.com/Afforess/Factorio-Stdlib/blob/master/LICENSE", "license": "https://github.com/Afforess/Factorio-Stdlib/blob/master/LICENSE",
"submodules": { "submodules": {
"Color": { "FactorioStdLib.Color": "0.8.0",
"name": "Color", "FactorioStdLib.Game": "0.8.0",
"version": "0.8.0", "FactorioStdLib.String": "0.8.0",
"type": "Submodule", "FactorioStdLib.Table": "0.8.0"
"description": "A defines module for retrieving colors by name.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Color_0.8.0.zip",
"keywords": [
"Standard Library",
"Lib",
"StdLib",
"Color",
"Extends"
],
"dependencies": {},
"collection": "FactorioStdLib_0.8.0"
},
"Game": {
"name": "Game",
"version": "0.8.0",
"type": "Submodule",
"description": "The game module.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Game_0.8.0.zip",
"keywords": [
"Standard Library",
"Lib",
"StdLib",
"Game",
"Extends"
],
"dependencies": {},
"collection": "FactorioStdLib_0.8.0"
},
"String": {
"name": "String",
"version": "0.8.0",
"type": "Submodule",
"description": "Extends Lua 5.2 string.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.String_0.8.0.zip",
"keywords": [
"Standard Library",
"Lib",
"StdLib",
"String",
"Extends"
],
"dependencies": {},
"collection": "FactorioStdLib_0.8.0"
},
"Table": {
"name": "Table",
"version": "0.8.0",
"type": "Submodule",
"description": "Extends Lua 5.2 table.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Table_0.8.0.zip",
"keywords": [
"Standard Library",
"Lib",
"StdLib",
"Table",
"Extends"
],
"dependencies": {},
"collection": "FactorioStdLib_0.8.0"
}
}, },
"dependencies": {} "dependencies": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "A gui for controlling game settings with sliders as well as some global commands.", "description": "A gui for controlling game settings with sliders as well as some global commands.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Gui", "Gui",
"Game", "Game",
@@ -17,5 +17,6 @@
"dependencies": { "dependencies": {
"ExpGamingCore.Server": "^4.0.0", "ExpGamingCore.Server": "^4.0.0",
"ExpGamingCore.Gui": "^4.0.0" "ExpGamingCore.Gui": "^4.0.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Creates a gui for making and reciving announcements", "description": "Creates a gui for making and reciving announcements",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Announcements", "Announcements",
"Gui", "Gui",
@@ -16,5 +16,6 @@
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Gui": "^4.0.0" "ExpGamingCore.Gui": "^4.0.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Assigns random colours to players (larger range than default) and allows predefined colours for users.", "description": "Assigns random colours to players (larger range than default) and allows predefined colours for users.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Colour", "Colour",
"Color", "Color",
@@ -15,5 +15,6 @@
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Color": "^0.8.0" "FactorioStdLib.Color": "^0.8.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Creates a safe spawn area with chests and auto refilling turrets.", "description": "Creates a safe spawn area with chests and auto refilling turrets.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Spawn", "Spawn",
"Safe", "Safe",
@@ -15,5 +15,6 @@
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Creates a warp point system which makes moving around large maps easier.", "description": "Creates a warp point system which makes moving around large maps easier.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Warps", "Warps",
"System", "System",
@@ -15,8 +15,9 @@
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Role": "?^4.0.0", "ExpGamingCore.Role": "^4.0.0",
"ExpGamingCore.Command": "?^4.0.0", "ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Gui": "^4.0.0" "ExpGamingCore.Gui": "^4.0.0"
} },
"submodules": {}
} }

View File

@@ -3,7 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"type": "Module", "type": "Module",
"description": "Makes paths which wear down and paths where entites are placed.", "description": "Makes paths which wear down and paths where entites are placed.",
"location": "<blank>", "location": "FSM_ARCHIVE",
"keywords": [ "keywords": [
"Paths", "Paths",
"Worn", "Worn",
@@ -15,5 +15,6 @@
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE", "license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": { "dependencies": {
"FactorioStdLib.Game": "^0.8.0" "FactorioStdLib.Game": "^0.8.0"
} },
"submodules": {}
} }

33
modules/softmod.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "ExpGamingScenario",
"version": "4.0.0",
"description": "The basic scenario used on ExpGaming public servers",
"author": "ExpGaming",
"contact": "https://explosivegaming.nl",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"keywords": [
"ExpGaming",
"Vanila Plus"
],
"softmods": {
"AdvancedStartingItems": "4.0.0",
"ChatPopup": "4.0.0",
"DamagePopup": "4.0.0",
"DeathMarkers": "4.0.0",
"DeconControl": "4.0.0",
"ExpGamingAdmin": "4.0.0",
"ExpGamingBot": "4.0.0",
"ExpGamingCommands": "4.0.0",
"ExpGamingCore": "4.0.0",
"ExpGamingInfo": "4.0.0",
"ExpGamingLib": "4.0.0",
"ExpGamingPlayer": "4.0.0",
"FactorioStdLib": "0.8.0",
"GameSettingsGui": "4.0.0",
"GuiAnnouncements": "4.0.0",
"PlayerAutoColor": "4.0.0",
"SpawnArea": "4.0.0",
"WarpPoints": "4.0.0",
"WornPaths": "4.0.0"
}
}

1
modules/test.txt Normal file
View File

@@ -0,0 +1 @@
testy test