From dfe526b5658b64bdf52b00dec2df1a73325e9146 Mon Sep 17 00:00:00 2001 From: Sharpienero Date: Fri, 20 Jun 2025 01:58:27 -0400 Subject: [PATCH] update embargo-clan-plugin to v1.4.6 (#8086) * Update Embargo to 1.4.6 - Adds a command to display clan rank inside of the text chat. - There is a cache server side that caches the original request for n seconds to allow the command to be processed by all clients running 1.4.6 * Update to use commandManager * Update Embargo to 1.4.8 - Fix a bug with getSurroundingPlayers causing Raid + Minigame data to not be tracked as intended - Fix a bug with the !Embargo command to remove `NBSP` from chatMessage - Remove unused enums - Changes the storage of raw collection log items to a list of maps, allowing item names to be included for easier data management on the backend - Add rotating images to the sidepanel in the case where a "|" is detected to indicate an "OR" - Add new icons to "special" case side panels * Remove all sound related files (for now) Too busy to look at this for the time being, will come back to it eventually * Fix encoded name --------- Co-authored-by: Sharpienero --- plugins/embargo-clan-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/embargo-clan-plugin b/plugins/embargo-clan-plugin index 4c45b50c5..4e7c5aa01 100644 --- a/plugins/embargo-clan-plugin +++ b/plugins/embargo-clan-plugin @@ -1,3 +1,3 @@ repository=https://github.com/Sharpienero/Embargo-Plugin.git -commit=cb77970702c63e99dc1809e89d5c044a4ae11832 +commit=bfb2084cb10ebbb853f0b4c3f8bf75b05d65ea3f warning=This plugin sends player data (including IP address) to a 3rd party server not controlled by RuneLite or Jagex. To see the full list of data this plugin collects, check out project's README on Github \ No newline at end of file