From e99617fd0e71e19402ed6674fae21ffccd5f05fd Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 24 Jul 2023 18:52:41 +0530 Subject: [PATCH 1/3] Fix supersmash --- plugins/minigames.json | 4 ++-- plugins/minigames/{SuperSmash.py => supersmash.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/minigames/{SuperSmash.py => supersmash.py} (100%) diff --git a/plugins/minigames.json b/plugins/minigames.json index 2db4b01..a58c040 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -656,7 +656,7 @@ } }, "supersmash": { - "description": "SuperSmash", + "description": "Blow up your enemies off the map!", "external_url": "", "authors": [ { @@ -674,4 +674,4 @@ "1.0.0": null } } -} \ No newline at end of file +} diff --git a/plugins/minigames/SuperSmash.py b/plugins/minigames/supersmash.py similarity index 100% rename from plugins/minigames/SuperSmash.py rename to plugins/minigames/supersmash.py From 68e77f28d8661c4ab6598883e5914fea624521e5 Mon Sep 17 00:00:00 2001 From: rikkolovescats Date: Mon, 24 Jul 2023 13:23:42 +0000 Subject: [PATCH 2/3] [ci] apply-version-metadata --- plugins/minigames.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index a58c040..e33f963 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -674,4 +674,4 @@ "1.0.0": null } } -} +} \ No newline at end of file From 1ae512a65f6208ea32f043f3116d1199a067b88d Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 24 Jul 2023 19:17:27 +0530 Subject: [PATCH 3/3] Fix JSON struct --- plugins/minigames.json | 113 +++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 54 deletions(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index e33f963..c394833 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -615,63 +615,68 @@ "md5sum": "f68395cc90dc8cddb166a23b2da81b7b" } } - } - }, - "ufo_fight": { - "description": "Fight the UFO boss!", - "external_url": "", - "authors": [ - { - "name": "Cross Joy", - "email": "cross.joy.official@gmail.com", - "discord": "Cross Joy#0721" + }, + "ufo_fight": { + "description": "Fight the UFO boss!", + "external_url": "", + "authors": [ + { + "name": "Cross Joy", + "email": "cross.joy.official@gmail.com", + "discord": "Cross Joy#0721" + } + ], + "versions": { + "1.0.0": { + "api_version": 7, + "commit_sha": "7219487", + "released_on": "15-05-2023", + "md5sum": "81617b130716996368b7d8f20f3a5154" + } } - ], - "versions": { - "1.0.0": { - "api_version": 7, - "commit_sha": "7219487", - "released_on": "15-05-2023", - "md5sum": "81617b130716996368b7d8f20f3a5154" + }, + "yeeting_party": { + "description": "Yeet your enemies out of the map!", + "external_url": "", + "authors": [ + { + "name": "Freaku", + "email": "", + "discord": "[Just] Freak#4999" + } + ], + "versions": { + "1.0.0": { + "api_version": 7, + "commit_sha": "7219487", + "released_on": "15-05-2023", + "md5sum": "197a377652ab0c3bfbe1ca07833924b4" + } } - } - }, - "yeeting_party": { - "description": "Yeet your enemies out of the map!", - "external_url": "", - "authors": [ - { - "name": "Freaku", - "email": "", - "discord": "[Just] Freak#4999" + }, + "supersmash": { + "description": "Blow up your enemies off the map!", + "external_url": "", + "authors": [ + { + "name": "Mrmaxmeier", + "email": "", + "discord": "" + }, + { + "name": "JoseAngel", + "email": "", + "discord": "joseang3l" + } + ], + "versions": { + "1.0.0": { + "api_version": 8, + "commit_sha": "68e77f2", + "released_on": "24-07-2023", + "md5sum": "1cbe5b3e85b5dfcee1eb322f33568fd4" + } } - ], - "versions": { - "1.0.0": { - "api_version": 7, - "commit_sha": "7219487", - "released_on": "15-05-2023", - "md5sum": "197a377652ab0c3bfbe1ca07833924b4" - } - } - }, - "supersmash": { - "description": "Blow up your enemies off the map!", - "external_url": "", - "authors": [ - { - "name": "Mrmaxmeier", - "email": "", - "discord": "" - }, - { - "name": "JoseAngel", - "email": "", - "discord": "joseang3l" - } - ], - "versions": { - "1.0.0": null } } } \ No newline at end of file