From 27d77b6afd19e54b953dca6a9fed2f923a143a02 Mon Sep 17 00:00:00 2001 From: SenjuZoro <69396975+SenjuZoro@users.noreply.github.com> Date: Tue, 22 Aug 2023 02:49:23 +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 3181af4..c27493a 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -773,6 +773,20 @@ } } }, + "infection": { + "description": "It's spreading, avoid the spread!", + "external_url": "", + "authors": [ + { + "name": "JoseAng3l", + "email": "", + "discord": "joseang3l" + } + ], + "versions": { + "1.0.0": null + } + }, "super_duel": { "description": "Crush your enemy in a 1v1", "external_url": "https://www.youtube.com/watch?v=hvRtiXR-oC0", @@ -817,4 +831,4 @@ } } } -} \ No newline at end of file +}