mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Updated Jsons
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
{
|
||||
"name": "autoChat",
|
||||
"version": "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.Server": "^4.0.0",
|
||||
"ExpGamingCore.Role": "?^4.0.0"
|
||||
},
|
||||
"collection": "ExpGamingBot_4.0.0"
|
||||
}
|
||||
"name": "ExpGamingBot.autoChat",
|
||||
"version": "4.0.0",
|
||||
"type": "Submodule",
|
||||
"description": "Sends messages in chat based on what has been said by other players",
|
||||
"location": "FSM_ARCHIVE",
|
||||
"keywords": [
|
||||
"Chat",
|
||||
"Bot",
|
||||
"Jokes",
|
||||
"Fun"
|
||||
],
|
||||
"dependencies": {
|
||||
"FactorioStdLib.Game": "^0.8.0",
|
||||
"ExpGamingCore.Server": "^4.0.0",
|
||||
"ExpGamingCore.Role": "^4.0.0"
|
||||
},
|
||||
"collection": "ExpGamingBot@4.0.0",
|
||||
"submodules": {}
|
||||
}
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"name": "ExpGamingBot.autoMessage",
|
||||
"version": "4.0.0",
|
||||
"type": "Submodule",
|
||||
"description": "Prints a message every 15 minutes to chat.",
|
||||
"location": "FSM_ARCHIVE",
|
||||
"keywords": [
|
||||
"Bot",
|
||||
"Chat",
|
||||
"Auto Message",
|
||||
"Message"
|
||||
],
|
||||
"dependencies": {
|
||||
"ExpGamingCore.Server": "*",
|
||||
"FactorioStdLib.Game": "*",
|
||||
"ExpGamingCore.Role": "^4.0.0",
|
||||
"ExpGamingCore.Sync": "^4.0.0"
|
||||
},
|
||||
"collection": "ExpGamingBot@4.0.0",
|
||||
"submodules": {}
|
||||
}
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"name": "ExpGamingBot.discordAlerts",
|
||||
"version": "4.0.0",
|
||||
"type": "Submodule",
|
||||
"description": "Sends alerts to discord once there is a bot set up to read the alerts.",
|
||||
"location": "FSM_ARCHIVE",
|
||||
"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",
|
||||
"submodules": {}
|
||||
}
|
||||
|
||||
@@ -1,78 +1,23 @@
|
||||
{
|
||||
"name": "ExpGamingBot",
|
||||
"version": "4.0.0",
|
||||
"type": "Collection",
|
||||
"description": "Different parts of a useful bot to help run a server. Discord Bot Not Included.",
|
||||
"location": "<blank>",
|
||||
"keywords": [
|
||||
"Discord",
|
||||
"Bot",
|
||||
"Messages",
|
||||
"Chat",
|
||||
"Auto"
|
||||
],
|
||||
"author": "Cooldude2606",
|
||||
"contact": "Discord: Cooldude2606#5241",
|
||||
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
|
||||
"submodules": {
|
||||
"autoChat": {
|
||||
"name": "autoChat",
|
||||
"version": "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": {}
|
||||
}
|
||||
"name": "ExpGamingBot",
|
||||
"version": "4.0.0",
|
||||
"type": "Collection",
|
||||
"description": "Different parts of a useful bot to help run a server. Discord Bot Not Included.",
|
||||
"location": "FSM_ARCHIVE",
|
||||
"keywords": [
|
||||
"Discord",
|
||||
"Bot",
|
||||
"Messages",
|
||||
"Chat",
|
||||
"Auto"
|
||||
],
|
||||
"author": "Cooldude2606",
|
||||
"contact": "Discord: Cooldude2606#5241",
|
||||
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
|
||||
"submodules": {
|
||||
"ExpGamingBot.autoChat": "4.0.0",
|
||||
"ExpGamingBot.autoMessage": "4.0.0",
|
||||
"ExpGamingBot.discordAlerts": "4.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user