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 +}