Skip to content

Commit b0df2f3

Browse files
Merge pull request #436 from Loup-Garou911XD/improve_customhit_plugin
remove global screenmessage in custom_hits plugin
2 parents 7224a72 + fdfe0c2 commit b0df2f3

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

plugins/utilities.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,12 @@
23942394
}
23952395
],
23962396
"versions": {
2397+
"1.0.1": {
2398+
"api_version": 9,
2399+
"commit_sha": "b48a4bd",
2400+
"released_on": "06-02-2026",
2401+
"md5sum": "6ca4e2288f78e1800c1c6716477d8dd9"
2402+
},
23972403
"1.0.0": {
23982404
"api_version": 9,
23992405
"commit_sha": "603aa14",

plugins/utilities/custom_hits.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
authors=[
2020
{"name": "ATD", "email": "anasdhaoidi001@gmail.com", "discord": ""},
2121
],
22-
version="1.0.0",
22+
version="1.0.1",
2323
)
2424

2525
####################################
@@ -29,7 +29,6 @@
2929
third_damage = (u'\ue041NICE!\ue041', (0.8, 0.4, 1), '3')
3030
fourth_damage = (u'\ue049UPPS\ue049', (1, 1, 0), '4')
3131
five_damage = (u'\ue043DEATH!\ue043', (1, 0, 0), '5')
32-
bs.broadcastmessage(u'\ue043 || \ue062WELCOME ATD\ue062 || \ue043', color=(0, 1, 0))
3332

3433

3534
def custom_effects(pos: float, effect: str = None) -> None:

0 commit comments

Comments
 (0)