From 5ed3641a86649dcfb34559263a7f3f88c4e4907f Mon Sep 17 00:00:00 2001 From: homer2011 <90076963+homer2011@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:01:15 +0100 Subject: [PATCH] add clan-rank-helper (#10135) * Create clan-rank-helper A RuneLite plugin that helps clan administrators manage rank changes by highlighting members who need their rank updated. Uses data from either an api with json or google sheets link, which highlights users that need their rank updated in the members list (clan - settings - members). * Update clan-rank-helper * Update clan-rank-helper * Update clan-rank-helper --- plugins/clan-rank-helper | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/clan-rank-helper diff --git a/plugins/clan-rank-helper b/plugins/clan-rank-helper new file mode 100644 index 000000000..7eba406c3 --- /dev/null +++ b/plugins/clan-rank-helper @@ -0,0 +1,2 @@ +repository=https://github.com/homer2011/clan-rank-helper.git +commit=19c1ded7d937fad3b49f5894118e030d21d9e4f8