From 2eb44620b74a0cfa3fc5315f34f9c4153d70c98c Mon Sep 17 00:00:00 2001 From: Rikko Date: Sat, 6 Aug 2022 00:37:16 +0530 Subject: [PATCH] Add StoreEventSpecials metadata --- plugins/utilities.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 23f830a..96fe644 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -16,13 +16,35 @@ ], "versions": { "1.1.0": { - "commit_sha": "caba1h98", + "commit_sha": "13a9d128", "known_compatible_game_versions": [ "1.7.0" ], "dependencies": [], "released_on": "03-06-2022", - "md5sum": "c81b0905c95b6d3d75ae5b4e4f084bdd" + "md5sum": "4b6bbb99037ebda4664da7c510b3717c" + } + } + }, + "StoreEventSpecials": { + "description": "Exposes event special store items not normally available for purchase", + "external_url": "", + "authors": [ + { + "name": "Rikko", + "email": "rikkolovescats@proton.me", + "discord": "Rikko#7383" + } + ], + "versions": { + "1.0.0": { + "commit_sha": "2aa6df31", + "known_compatible_game_versions": [ + "1.7.0" + ], + "dependencies": [], + "released_on": "06-08-2022", + "md5sum": "4b6bbb99037ebda4664da7c510b3717c" } } }