From 2d294591775e793d537c099651e0dc2ce4013890 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Thu, 3 Nov 2022 22:41:35 +0530 Subject: [PATCH] Added CustomDeath, MaxPlayers, QuickCustomgame, randomColors, and chat_cmd --- plugins/utilities.json | 77 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index d3c9ac1..f62619e 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -3,6 +3,81 @@ "description": "Utilities", "plugins_base_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities", "plugins": { + "CustomDeath": { + "description": "Characters turn to Bones after death", + "external_url": "https://youtube.com/c/JoseANG3LYT", + "authors": [ + { + "name": "JoseAng3l", + "email": null, + "discord": "! JoseANG3L#0268" + } + ], + "versions": { + "1.0.0": null + } + }, + "MaxPlayers": { + "description": "Increase the max player limit of 8 players", + "external_url": "https://youtube.com/c/JoseANG3LYT", + "authors": [ + { + "name": "JoseAng3l", + "email": null, + "discord": "! JoseANG3L#0268" + } + ], + "versions": { + "1.0.0": null + } + }, + "QuickCustomGame": { + "description": "Quckly create a custom game with any gamemode", + "external_url": "https://youtube.com/c/JoseANG3LYT", + "authors": [ + { + "name": "JoseAng3l", + "email": null, + "discord": "! JoseANG3L#0268" + } + ], + "versions": { + "1.0.0": null + } + }, + "RandomColors": { + "description": "Creates patches of random color after bomb explosions", + "external_url": "https://youtube.com/c/JoseANG3LYT", + "authors": [ + { + "name": "JoseAng3l", + "email": null, + "discord": "! JoseANG3L#0268" + } + ], + "versions": { + "1.0.0": null + } + }, + "chat_cmd": { + "description": "chatcmd for a beutiful game - BombSquad OwO,type /help in chat for more info", + "external_url": "", + "authors": [ + { + "name": "IM_NOT_PRANAV#7874", + "email": null, + "discord": "IM_NOT_PRANAV#7874" + }, + { + "name": "FireFighter1037 ", + "email": null, + "discord": null + } + ], + "versions": { + "1.0.0": null + } + }, "mood_light": { "description": "Dynamic lighting in co-op games (adjustable using \"ml\" chat command)", "external_url": "", @@ -304,4 +379,4 @@ } } } -} \ No newline at end of file +}