From 35011b47e8b5f8bdc966e4bd008e606c459a6676 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:28:52 +0530 Subject: [PATCH] fix --- plugins/utilities.json | 19 ------------------- plugins/utilities/floating_star.py | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index f9cddec..26f864b 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2344,25 +2344,6 @@ "md5sum": "01c6cb1a3d3b525c87caed389c8d03ed" } } - }, - "floating_star": { - "description": "Get floating stars with colorful text", - "external_url": "", - "authors": [ - { - "name": "BsRush_Mod", - "email": "", - "discord": "" - } - ], - "versions": { - "1.0.0": { - "api_version": 9, - "commit_sha": "fdda8c6", - "released_on": "10-01-2026", - "md5sum": "4ae683c0ed1c60cc0603aa0fdb6e2295" - } - } } } } \ No newline at end of file diff --git a/plugins/utilities/floating_star.py b/plugins/utilities/floating_star.py index b616115..372ecaa 100644 --- a/plugins/utilities/floating_star.py +++ b/plugins/utilities/floating_star.py @@ -33,7 +33,7 @@ TEXT_CONTENT = "\ue00cBsRush Mod\ue00c" TEXT_SIZE = 0.01 TEXT_COLOR = (1, 1, 1) -# ba_meta export plugin +# ba_meta export babase.Plugin class UwUuser(babase.Plugin):