From f50ad383e171220ed7ae514b0de9da99906b2562 Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:09:53 -0400 Subject: [PATCH 1/8] Update commit reference in chathighlightplayer As per request, I have removed the following features as requested by admins: -Remove the generic player highlighting feature (the always highlight groups). -Remove the customizable temporary highlight duration. You may set it to a duration at or below 60 seconds. Now it will only temp highlight players from 5 seconds - 60 seconds (hard limit on 60 seconds) similar to how the plugin started. No more permanent highlight. I worked on most of these features. I thought it was a cool feature I was adding but had no ideal it was breaking the rules. It would only highlighted players in your surroundings that you would select, but I can understand your point. So sorry about that. I hope this resolves the issues. --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 2c88e30c0a87..9008e930cbfa 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=d9a6b1d62874de27ffae3c6eca810dc668a5460c +commit=14e86feffb046137b3c7709e434d821bf63871f2 disabled=requires modification from author From c2d6f5421762d26e23d6a21fba7082920a7baaed Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:12:46 -0400 Subject: [PATCH 2/8] Update commit reference in chathighlightplayer fixed version number --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 9008e930cbfa..4f8f93e2f790 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=14e86feffb046137b3c7709e434d821bf63871f2 +commit=6beab2305563ec157d30835654745bf7f52b4428 disabled=requires modification from author From 1df9eebb4515f244a7fadcbf17334bc9f2c58396 Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:31:57 -0400 Subject: [PATCH 3/8] Update commit hash and add author to chathighlightplayer cleaned up file added highlight timer from 1 minute max to 2 minute max. --- plugins/chathighlightplayer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 4f8f93e2f790..b18cdc6d4b6b 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=6beab2305563ec157d30835654745bf7f52b4428 -disabled=requires modification from author +commit=c72a1d077e1dc21bf7be3255150328fad82b5a23 +authors=Aiirik From 25ef8c10106419e39f8e2c2ea83c72baad5729db Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:58:12 -0400 Subject: [PATCH 4/8] Update commit hash in chathighlightplayer config Merge pull request #15 from Jasper-VP/fix-code-formatting Restore code formatting (whitespace only) Pure formatting cleanup addressing the review feedback about removed line breaks. No functional changes. Normalize CRLF line endings to LF Restore consistent tab indentation (de-indented method bodies; split joined lines) Restore the blank lines between and within methods that were dropped during the feature-removal commits, matching the pre-removal formatting Normalize the over-indented @configitem annotation params in the config --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index b18cdc6d4b6b..585105f62b43 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=c72a1d077e1dc21bf7be3255150328fad82b5a23 +commit=d00d786e54650a766b7f4fa7874d2f3804ff217e authors=Aiirik From f132019ff22a16e35628f7caf7b76e88f470941d Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:46:37 -0400 Subject: [PATCH 5/8] Update commit reference in chathighlightplayer Fixed minimap dot not showing for highlighted player Added toggle to enable or disable minimap dot for highlighted player --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 585105f62b43..9f0ee101ed8c 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=d00d786e54650a766b7f4fa7874d2f3804ff217e +commit=7a93a413ce220db2d95dae145314dbf880827bf3 authors=Aiirik From 1212581b83cb951b835df5fbd92dadb828e28351 Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:48:48 -0400 Subject: [PATCH 6/8] Update commit reference in chathighlightplayer updated version number --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 9f0ee101ed8c..656e8762da09 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=7a93a413ce220db2d95dae145314dbf880827bf3 +commit=e2c670a99f7f67c5f29400b8a0fcc082c4c1582a authors=Aiirik From e41fd0794ae2a42ff29fadb258ad173c8877a183 Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:21:37 -0400 Subject: [PATCH 7/8] Update commit reference in chathighlightplayer Added new highlight mode and toggle for highlight mode (Tile, Outline) --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 656e8762da09..6e5622a0abd9 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=e2c670a99f7f67c5f29400b8a0fcc082c4c1582a +commit=f4322467fd6ca72c5030d990c09fc2afde60dbdf authors=Aiirik From 7d7e80d047e5b1d03b42100e387c6c30497aede2 Mon Sep 17 00:00:00 2001 From: Aiirik <55119207+Aiirik@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:27:10 -0400 Subject: [PATCH 8/8] Update commit reference in chathighlightplayer Updated config layout to try and group settings better Added a toggle to display gamemessage when a player is highlighted Fixed: Removed 0 Seconds as an option in the highlight duration. --- plugins/chathighlightplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chathighlightplayer b/plugins/chathighlightplayer index 6e5622a0abd9..4616597c5e56 100644 --- a/plugins/chathighlightplayer +++ b/plugins/chathighlightplayer @@ -1,3 +1,3 @@ repository=https://github.com/scriptnapps/chathighlightplayer.git -commit=f4322467fd6ca72c5030d990c09fc2afde60dbdf +commit=d54d3a91657f280cec1ed09905070766358ae887 authors=Aiirik