From ec7974b557a94b46a62ced76a64170afe891b360 Mon Sep 17 00:00:00 2001 From: Sharpienero Date: Wed, 4 Feb 2026 01:31:02 -0500 Subject: [PATCH] update embargo-clan-plugin * Update Embargo clan plugin to 1.5.1 Hi -- just wanted to apologize in advance for this large PR. It encompasses a pretty big change related to our automated system for bingo events that the clan is hosting. It covers: - Automatic display of code word, dynamically fetched by an API - Automatic tracking of certain pets + drops list, fetched by an API - New UI work for displaying the bingo board in the side panel with live updates - New announcements clan wide when logged in that are fetched via an API - Automatic screenshot sending to our API so we can display "proof" whenever a tile is completed * Add manifest parsing logic to make it more efficient * Split bingo pr into 2 separate PRs for more manageable review * Only take PR1 code * Remove blocking awaitTermination for shutdownNow * Update to use POJO + lower debugging --- 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 f71ef2194..95dd44183 100644 --- a/plugins/embargo-clan-plugin +++ b/plugins/embargo-clan-plugin @@ -1,4 +1,4 @@ repository=https://github.com/EmbargoOSRS/Embargo-Plugin.git -commit=b64e4f9949a625242a24eeee80a928f5c2ac8907 +commit=4c5304e0825b13279bcf10a0d75b69642d2f4e98 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 authors=Sharpienero,cnyms,CMjones5,jacobDM