From 023b733c3b374e297d001bbe82fbb7db71381254 Mon Sep 17 00:00:00 2001 From: anasdhaoidi <223119809+anasdhaoidi@users.noreply.github.com> Date: Fri, 1 May 2026 14:28:15 +0000 Subject: [PATCH] [ci] apply-plugin-metadata-and-formatting --- plugins/utilities.json | 18 +++++++++++++++++- plugins/utilities/custom_hits.py | 9 ++++----- plugins/utilities/powerup_manager.py | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index bc40c74..1a55428 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2387,6 +2387,7 @@ } ], "versions": { + "1.0.1": null, "1.0.0": { "api_version": 9, "commit_sha": "f38a7ac", @@ -2396,7 +2397,7 @@ } }, "custom_hits": { - "description": "when someone hited rainbow text whit effect will appear", + "description": "when someone hited text whit random effect will appear", "external_url": "", "authors": [ { @@ -2406,6 +2407,7 @@ } ], "versions": { + "1.1.0": null, "1.0.1": { "api_version": 9, "commit_sha": "b48a4bd", @@ -2538,6 +2540,20 @@ "md5sum": "f2b1b542cf8cb7b633c5b460966bd26c" } } + }, + "rank_system": { + "description": "ranks system for servers or for local players", + "external_url": "", + "authors": [ + { + "name": "ATD", + "email": "anasdhaoidi001@gmail.com", + "discord": "" + } + ], + "versions": { + "1.0.0": null + } } } } \ No newline at end of file diff --git a/plugins/utilities/custom_hits.py b/plugins/utilities/custom_hits.py index 87fe9de..e6d3e78 100644 --- a/plugins/utilities/custom_hits.py +++ b/plugins/utilities/custom_hits.py @@ -20,13 +20,13 @@ plugman = dict( ], version="1.1.0", ) -#___________________________________________________ +# ___________________________________________________ -first_damage = (u'NAH NOOB?', (1, 1, 1), '6') +first_damage = (u'NAH NOOB?', (1, 1, 1), '6') second_damage = (u'GOOD!', (0, 1, 0), '2') -third_damage = (u'DAMN!', (0, 0, 0),'3') +third_damage = (u'DAMN!', (0, 0, 0), '3') fourth_damage = (u'SRY NOOB', (1, 1, 0), '4') -five_damage = (u'FAH!!!', (1, 0, 0), '5') +five_damage = (u'FAH!!!', (1, 0, 0), '5') def custom_effects(pos: float, effect: str = None) -> None: @@ -91,4 +91,3 @@ class byATD(babase.Plugin): except Exception: pass bs.broadcastmessage(u' || WELCOME || ', color=(0, 1, 0)) - diff --git a/plugins/utilities/powerup_manager.py b/plugins/utilities/powerup_manager.py index c1a9582..2dad733 100644 --- a/plugins/utilities/powerup_manager.py +++ b/plugins/utilities/powerup_manager.py @@ -2947,7 +2947,7 @@ class PowerupManagerWindow(PopupWindow): class UltimatePowerupManager(babase.Plugin): -# ProfileBrowserWindow = NewProfileBrowserWindow + # ProfileBrowserWindow = NewProfileBrowserWindow pupbox.PowerupBoxFactory = NewPowerupBoxFactory pupbox.PowerupBox.__init__ = _pbx_ Bomb.__init__ = _bomb_init