From e02b332605a01c027a4fd7e8230d6950ff18d4e5 Mon Sep 17 00:00:00 2001 From: GarlicRot Date: Thu, 2 Apr 2026 01:57:56 +0000 Subject: [PATCH 1/8] chore: refresh Top 6 plugins --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 76f0f78..a27a6f9 100644 --- a/README.md +++ b/README.md @@ -112,15 +112,6 @@ Explore these resources to learn more about developing and using RusherHack plug - Container Tweaks -
Container Tweaks plugin
-
Simple tweaks for quickly moving items in containers.
-
- stars -  downloads -  updated -
- Vanilla Elytra Flight
Vanilla Elytra Flight plugin
Highly customizable rusher hack elytra flight plugin.
@@ -129,6 +120,15 @@ Explore these resources to learn more about developing and using RusherHack plug  downloads  updated + + Container Tweaks +
Container Tweaks plugin
+
Simple tweaks for quickly moving items in containers.
+
+ stars +  downloads +  updated +
Shay's RusherTweaks From 081f0763efede73023d571a8310c79a924b77a67 Mon Sep 17 00:00:00 2001 From: FelekDevYT Date: Sat, 4 Apr 2026 20:40:05 +0300 Subject: [PATCH 2/8] Stars&Downloads sorting --- .github/workflows/deploy-pages.yml | 8 +++++ public_html/index.html | 4 +++ scripts/fetch-stats.py | 51 ++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 scripts/fetch-stats.py diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index cd05082..7a086ba 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -22,6 +22,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Install dependencies + run: pip install requests + + - name: Fetch github stats + run: python3 scripts/fetch-stats.py + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build static API run: | diff --git a/public_html/index.html b/public_html/index.html index 225dbb7..3f68656 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -22,6 +22,8 @@

RusherHack Addons