Merge pull request #436 from Loup-Garou911XD/improve_customhit_plugin

remove global screenmessage in custom_hits plugin
This commit is contained in:
Loup 2026-02-07 17:38:39 +05:30 committed by GitHub
commit b0df2f3817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -2394,6 +2394,12 @@
}
],
"versions": {
"1.0.1": {
"api_version": 9,
"commit_sha": "b48a4bd",
"released_on": "06-02-2026",
"md5sum": "6ca4e2288f78e1800c1c6716477d8dd9"
},
"1.0.0": {
"api_version": 9,
"commit_sha": "603aa14",

View file

@ -19,7 +19,7 @@ plugman = dict(
authors=[
{"name": "ATD", "email": "anasdhaoidi001@gmail.com", "discord": ""},
],
version="1.0.0",
version="1.0.1",
)
####################################
@ -29,7 +29,6 @@ second_damage = (u'\ue048GOOD!\ue048', (0, 1, 1), '2')
third_damage = (u'\ue041NICE!\ue041', (0.8, 0.4, 1), '3')
fourth_damage = (u'\ue049UPPS\ue049', (1, 1, 0), '4')
five_damage = (u'\ue043DEATH!\ue043', (1, 0, 0), '5')
bs.broadcastmessage(u'\ue043 || \ue062WELCOME ATD\ue062 || \ue043', color=(0, 1, 0))
def custom_effects(pos: float, effect: str = None) -> None: