[ci] apply-plugin-metadata-and-formatting

This commit is contained in:
anasdhaoidi 2026-05-01 14:28:15 +00:00 committed by github-actions[bot]
parent 6c8e898913
commit 023b733c3b
3 changed files with 22 additions and 7 deletions

View file

@ -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
}
}
}
}

View file

@ -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))

View file

@ -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