mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] apply-version-metadata
This commit is contained in:
parent
7d3d1170fa
commit
cbca3a67ed
2 changed files with 95 additions and 40 deletions
|
|
@ -2,75 +2,100 @@
|
|||
"name": "Minigames",
|
||||
"description": "Minigames",
|
||||
"plugins_base_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/minigames",
|
||||
"plugins": {
|
||||
"plugins": {
|
||||
"SimonSays": {
|
||||
"description": "You better do what Simon says",
|
||||
"description": "You better do what Simon says",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Unknown",
|
||||
"email": null,
|
||||
"discord": null
|
||||
"discord": null
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "def39482b339095a7affb574af829ea0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SquidRace": {
|
||||
"description": "Race inspired by the squid games",
|
||||
"description": "Race inspired by the squid games",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "7ec43481e6b35b4da4f6425977ee0004"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ZombieHorde": {
|
||||
"description": "Fight or defend against horde of zombies",
|
||||
"description": "Fight or defend against horde of zombies",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "671e7b98a9d3eb0aeb7e47448db25af9"
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"MeteorShower": {
|
||||
"description": "MeteorShower with many different bombs",
|
||||
"description": "MeteorShower with many different bombs",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "1ce8c1a3f3ec240af39b7a73375e7891"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Boxing": {
|
||||
"description": "Simple boxing minigame",
|
||||
"description": "Simple boxing minigame",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "c1b615df09886ba05622c4e8b4f6be40"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BasketBomb": {
|
||||
|
|
@ -83,8 +108,13 @@
|
|||
"discord": null
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "7ec87edbdd5183ec4b2daffad0019820"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ultimate_last_stand": {
|
||||
|
|
@ -183,4 +213,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,31 +4,41 @@
|
|||
"plugins_base_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities",
|
||||
"plugins": {
|
||||
"CustomDeath": {
|
||||
"description": "Characters turn to Bones after death",
|
||||
"description": "Characters turn to Bones after death",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "7b1941512532321eec18140087569215"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxPlayers": {
|
||||
"description": "Increase the max player limit of 8 players",
|
||||
"description": "Increase the max player limit of 8 players",
|
||||
"external_url": "https://youtube.com/c/JoseANG3LYT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JoseAng3l",
|
||||
"email": null,
|
||||
"discord": "! JoseANG3L#0268"
|
||||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "f5e129f009e9732b3179c7edaf75478e"
|
||||
}
|
||||
}
|
||||
},
|
||||
"QuickCustomGame": {
|
||||
|
|
@ -41,8 +51,13 @@
|
|||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "b691e35afb17cd3b5f6fe21c0194567d"
|
||||
}
|
||||
}
|
||||
},
|
||||
"RandomColors": {
|
||||
|
|
@ -55,8 +70,13 @@
|
|||
"discord": "! JoseANG3L#0268"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "0c351a0aebed77c3771053cde0c18d7b"
|
||||
}
|
||||
}
|
||||
},
|
||||
"chat_cmd": {
|
||||
|
|
@ -74,8 +94,13 @@
|
|||
"discord": null
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"versions": {
|
||||
"1.0.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7d3d117",
|
||||
"released_on": "03-11-2022",
|
||||
"md5sum": "c84d9a1c9e63e77949134020e1f11834"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mood_light": {
|
||||
|
|
@ -379,4 +404,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue