From deffc07514b731db42e5a4031ee4fb9aaa1ef7a5 Mon Sep 17 00:00:00 2001 From: WriteToLive <13375136+rebelego@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:50:58 -0400 Subject: [PATCH] add spectralclanmgmt (#6157) * 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 --- plugins/spectralclanmgmt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/spectralclanmgmt diff --git a/plugins/spectralclanmgmt b/plugins/spectralclanmgmt new file mode 100644 index 000000000..004693619 --- /dev/null +++ b/plugins/spectralclanmgmt @@ -0,0 +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.