From bff7e1c89713ee9d0312bb8a2f03784d690dfda5 Mon Sep 17 00:00:00 2001 From: SenjuZoro <69396975+SenjuZoro@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:34:35 +0200 Subject: [PATCH] Update minigames.json --- plugins/minigames.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 4c0872f..0df9b41 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -698,6 +698,20 @@ } } }, + "super_duel": { + "description": "Crush your enemy in a 1v1", + "external_url": "https://www.youtube.com/watch?v=hvRtiXR-oC0", + "authors": [ + { + "name": "JoseAng3l", + "email": "", + "discord": "joseang3l" + } + ], + "versions": { + "1.0.0":null + } + }, "supersmash": { "description": "Blow up your enemies off the map!", "external_url": "", @@ -723,4 +737,4 @@ } } } -} \ No newline at end of file +}