From e7efadfa253cd79cbe53d67105f91cc86c4f234f Mon Sep 17 00:00:00 2001 From: Sharpienero Date: Wed, 23 Oct 2024 04:48:58 -0400 Subject: [PATCH] update embargo-clan-plugin (#6849) * Update Embargo plugin (bug fix + version bump) - Only call API route once every 3 minutes instead of on tick - Bump version from 1.0 to 1.1 - Change description * Embargo Plugin Update - Update side panel, bump ver, change desc * Add check for profile type in collectionlog unlock route * Fix for bad var name * Update Embargo to 1.2.1 - Addresses an issue with the clientThread hanging when the GameState is set to LOADING - Bump version to 1.2.1 * Update Embargo Plugin * feat: Add minigame completion tracking New: - Update readme to include new feature information, including a disclaimer that we do not store IP address - Bump version to 1.3.0 - Add minigame completion tracking Fix: - Only send STANDARD profile raid/minigame completions - Abstract logic to keep raid/minigame completion logic in a single function, `handleActivityCompletion` - Rename `getRaidMembers()` to `getSurroundingPlayers()` to better describe what the function does * Remove e.printStackTrace() calls --- 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 2a12635f3bd..3100a648e24 100644 --- a/plugins/embargo-clan-plugin +++ b/plugins/embargo-clan-plugin @@ -1,3 +1,3 @@ repository=https://github.com/Sharpienero/Embargo-Plugin.git -commit=70c4b5fc04e2f153251c25ad09f0a331658b45ac +commit=a5b1f1e8405c33fb00754b9eba822542ce880b94 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