From b3c65e1a0c2d341b5183d5162295faba52ef2b1d Mon Sep 17 00:00:00 2001 From: Michael A Date: Mon, 11 May 2026 21:06:21 -0700 Subject: [PATCH] add runealytics (#10806) * feat: initial runealytics plugin * fix: deprecated api `gson` * fix: Updated warning message * Update plugins/runealytics Updated to suggested `warning` output text. Co-authored-by: Rhea * Update plugins/runealytics Update `warning` message Co-authored-by: Rhea * Update commit hash Updates link from `testing.runealytics.com` to `runealytics.com` * Add authors to RuneAlytics plugin metadata Added authors information to the RuneAlytics plugin. * fix: remove plugin-class * fix: update commit hash * feat: add `build` to plugin properties - update commit hash * chore: remove `runelite-plugin.properties` & `.gitignore` on /out * fix: `log.info` to `log.debug` --------- Co-authored-by: cshunton Co-authored-by: Rhea --- plugins/runealytics | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/runealytics diff --git a/plugins/runealytics b/plugins/runealytics new file mode 100644 index 000000000..ed86e6b1c --- /dev/null +++ b/plugins/runealytics @@ -0,0 +1,4 @@ +repository=https://github.com/Runescape-Tracking/RuneAlytics-Plugin.git +commit=1ecddb6bf4336aceaaa8ac4a32930aa023e9e55d +warning=This plugin submits your IP address, in-game name, friends list, members of your clan chat, other player metrics, and optional bank contents, to Runealytics.com which is not maintained or reviewed by RuneLite. +authors=mrtms,cshunton