From bb6734a9aa614b65320f676782666427d7cfcd2d Mon Sep 17 00:00:00 2001 From: Vishal Date: Sat, 25 May 2024 01:22:25 +0530 Subject: [PATCH] Update utilities.json --- plugins/utilities.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index d804505..321d006 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -3,6 +3,20 @@ "description": "Utilities", "plugins_base_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities", "plugins": { + "plugin_editor": { + "description": "An Editor which let's you view and edit plugins inside the game!", + "external_url": "", + "authors": [ + { + "name": "Vishuuu", + "email": "vishal.u338@gmail.com", + "discord": "vishal3308" + } + ], + "versions": { + "1.1.1": null + } + }, "sandbox": { "description": "Spawn, control and bots, change music, add teams, spawn objects, change game values in real time, and much more!", "external_url": "", @@ -1370,4 +1384,4 @@ } } } -} \ No newline at end of file +}