From 4aa9052094a9fafbc7ff65a529649fe74b5bb172 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sat, 5 Nov 2022 18:34:33 +0530 Subject: [PATCH] Readded accidentally removed data --- plugins/minigames.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index d1897cc..a86f4dd 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -3,6 +3,25 @@ "description": "Minigames", "plugins_base_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/minigames", "plugins": { + "soccer": { + "description": "Shoot the ball in left or right edge of the map to score", + "external_url": "", + "authors": [ + { + "name": "Stary_Agent", + "email": "", + "discord": "" + } + ], + "versions": { + "1.0.0": { + "api_version": 7, + "commit_sha": "e59073b", + "released_on": "02-11-2022", + "md5sum": "ceb7ac417c85396722fa9f7fee3cfc01" + } + } + }, "SimonSays": { "description": "You better do what Simon says", "external_url": "", @@ -213,4 +232,4 @@ } } } -} \ No newline at end of file +}