From 2309aab5b5cc61a01904ce5d17864319203ead31 Mon Sep 17 00:00:00 2001 From: SenjuZoro <69396975+SenjuZoro@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:58:02 +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 c394833..3c33d17 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -654,6 +654,20 @@ } } }, + "handball": { + "description": "Score some goals with handball", + "external_url": "", + "authors": [ + { + "name": "Unknown", + "email": "", + "discord": "" + } + ], + "versions": { + "1.0.0":null + } + }, "supersmash": { "description": "Blow up your enemies off the map!", "external_url": "", @@ -679,4 +693,4 @@ } } } -} \ No newline at end of file +}