From e10f238958544e89ee54a5dff03cbf51f1996783 Mon Sep 17 00:00:00 2001 From: WriteToLive <13375136+rebelego@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:06:02 -0400 Subject: [PATCH] update spectralclanmgmt (#6373) * Added file for plugin, added third-party dependency to build, and ran gradlew to update the verification-metadata.xml file. * Updated third-party dependencies and metadata. * Modified dependencies * Modified dependencies * Removed third-party dependency and updated commit hash * Update commit hash to get plugin changes * Update commit hash * Update commit hash * Update verification-metadata.xml * Update commit hash * Update commit hash * Update commit hash to get plugin updates * Update commit hash * Update commit hash to pull final additions to plugin * Add code to unregister SpectralClanMgmtChatboxPanelManager, SpectralClanMgmtChatCommandInputManager and SpectralClanMgmtChatCommandManager from the EventBus at plugin's shutdown. * Add warning to manifest. * Add explanations as to what data is sent above http requests methods * Update commit hash to pull plugin's required changes. * Update commit hash * Update commit hash * Update commit hash * Update commit hash * Update commit hash * Update spectralclanmgmt * Update commit hash * Update spectralclanmgmt * Update spectralclanmgmt * Update commit hash * Update commit hash * Update commit hash * Update commit hash for last plugin update * Update spectralclanmgmt * Update plugins/spectralclanmgmt Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> * Remove unnecessary executor statements * Update commit hash for plugin rank change * Update commit hash * Fix issue with clan member selection during admin tasks and http request response processing. * Fix issue where initial plugin data pull wasn't happening when it should * Add requested rank-swap export option for Admins. * Adjust prompt line to correct spacing. * Update spectralclanmgmt --------- Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> --- plugins/spectralclanmgmt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/spectralclanmgmt b/plugins/spectralclanmgmt index c6818783b..f87d2000f 100644 --- a/plugins/spectralclanmgmt +++ b/plugins/spectralclanmgmt @@ -1,4 +1,3 @@ repository=https://github.com/rebelego/spectralclanmgmt.git -commit=854bb6b49bacbbc6fd65d3fbe5e00c6dc11e8641 -warning=This plugin may submit certain data to a 3rd-party server not controlled or verified by the RuneLite Developers. This data could include any of the following: your IP address, your current in-game name, your previous in-game name, and/or your clan join date. IP addresses are transmitted as part of the HTTP request and are not retained by the server. -disabled=awaiting further changes +commit=078f096a3f89912529503de745c048f8cde30de7 +warning=This plugin may submit certain data to a 3rd-party server not controlled or verified by the RuneLite Developers. This data could include any of the following: your IP address, your account hash, your current in-game name, your previous in-game name, and/or your clan join date. IP addresses are transmitted as part of the HTTP request and are not retained by the server.