From 616a4b92e5376949c71f643b80517d46f79d96be Mon Sep 17 00:00:00 2001
From: Tenkuma <85490958+adrianvic@users.noreply.github.com>
Date: Mon, 15 Dec 2025 00:42:21 -0300
Subject: [PATCH 1/3] More badges!
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4d8a7bf..c0f562c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
-[](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml)

+[](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml)
+
+
+
# Eye of Nemesis
Eye of Nemesis is a plugin that allows server admins to write policies that will deny or allow (black/whitelist) players to do specific things based on the value of nodes.
From 8ee5891dbac2939491f07f913e15ea818ca3ce72 Mon Sep 17 00:00:00 2001
From: Tenkuma <85490958+adrianvic@users.noreply.github.com>
Date: Mon, 15 Dec 2025 00:47:44 -0300
Subject: [PATCH 2/3] Fix badges links.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index c0f562c..ca7f2cb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-
+[](https://modrinth.com/plugin/eye-of-nemesis)
[](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml)
-
-
-
+[](https://github.com/adrianvic/NemesisEye/releases)
+[](https://github.com/adrianvic/NemesisEye/wiki)
+[](https://mgr.rf.gd/w/Eye_of_Nemesis)
# Eye of Nemesis
Eye of Nemesis is a plugin that allows server admins to write policies that will deny or allow (black/whitelist) players to do specific things based on the value of nodes.
From 21df2cc7bfbeeac93ea591a4b5c2e268ba4e7668 Mon Sep 17 00:00:00 2001
From: Tenkuma <85490958+adrianvic@users.noreply.github.com>
Date: Mon, 15 Dec 2025 00:54:44 -0300
Subject: [PATCH 3/3] Run build only when pushing changes to src/**, .github/**
and Gradle files.
---
.github/workflows/build.yml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 55bea5f..c3c036b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,13 @@
name: Build
-on: [push]
+on:
+ push:
+ paths:
+ - 'src/**'
+ - '.github/**'
+ - 'build.gradle.kts'
+ - 'gradle.properties'
+ - 'settings.gradle'
jobs:
build:
@@ -33,4 +40,4 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v6.0.0
with:
- path: build/libs/*.jar
\ No newline at end of file
+ path: build/libs/*.jar