From 51fda2e506d991fe1ff956c180c51a989c3fcf83 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:07:14 +0530 Subject: [PATCH] Added mood light to utilities.json --- plugins/utilities.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index d9b415f..c2b99be 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -3,6 +3,26 @@ "description": "Utilities", "plugins_base_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities", "plugins": { + "mood_light": { + "description": "mood lighting in co-op games" + "external_url": "", + "authors": [ + { + "name": "Anonymous", + "email": "", + "discord": "" + } + ], + "versions": { + "1.0.0": { + "api_version": 7, + "commit_sha": "41e239c", + "released_on": "21-09-2022", + "md5sum": "bbaee5f133b41d2edjsjsk3b726403a75e" + } + } + }, + "colorscheme": { "description": "Create custom UI colorschemes!", "external_url": "http://www.youtube.com/watch?v=qatwWrBAvjc", @@ -204,4 +224,4 @@ } } } -} \ No newline at end of file +}