From 1024bea04bf366734d404742ff350a1cdcb89bf8 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sun, 19 Apr 2026 23:07:28 +0200 Subject: [PATCH 1/2] ci: simulate & fix MockBukkit 26.1 by cloning dev --- .github/workflows/jitpack.yml | 9 +++++++-- jitpack.yml | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jitpack.yml b/.github/workflows/jitpack.yml index 8a20303..47a4f1b 100644 --- a/.github/workflows/jitpack.yml +++ b/.github/workflows/jitpack.yml @@ -21,5 +21,10 @@ jobs: java-version: '25' cache: maven - - name: Build API module (mirrors jitpack.yml install command) - run: ./mvnw --batch-mode --no-transfer-progress clean install -pl api -am -Dmaven.test.skip=true + - name: Build and install MockBukkit dev/26.1.1 (mirrors jitpack.yml) + run: | + git clone --depth=1 --branch dev/26.1.1 https://github.com/MockBukkit/MockBukkit.git /tmp/MockBukkit + cd /tmp/MockBukkit && ./gradlew publishToMavenLocal -xtest -xjavadoc + + - name: Full build with tests skipped (mirrors jitpack.yml install command) + run: ./mvnw --batch-mode --no-transfer-progress clean install -Dmaven.test.skip=true diff --git a/jitpack.yml b/jitpack.yml index a4ada8a..50ded60 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -2,4 +2,6 @@ jdk: - openjdk25 install: - - ./mvnw --batch-mode --no-transfer-progress clean install -pl api -Dmaven.test.skip=true + - git clone --depth=1 --branch dev/26.1.1 https://github.com/MockBukkit/MockBukkit.git /tmp/MockBukkit + - cd /tmp/MockBukkit && ./gradlew publishToMavenLocal -xtest -xjavadoc + - ./mvnw --batch-mode --no-transfer-progress clean install -Dmaven.test.skip=true From da7e4e95c2062234b842a0a91a56a981e25ffe66 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sun, 19 Apr 2026 23:10:17 +0200 Subject: [PATCH 2/2] fix: bump version --- README.md | 6 +++--- api/pom.xml | 2 +- docs/api.md | 4 ++-- docs/getting-started.md | 2 +- docs/index.md | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cf7b735..6e62a7a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It runs timed season resets, sends reminder broadcasts, and provides `/season` s - Optional companion plugin: [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) - Supported server software: Paper / Bukkit-compatible server - Requires: Java 25, Minecraft 26.1+ -- Plugin version: 2.1.0 +- Plugin version: 2.1.1 ## Quick setup (server owners) @@ -117,7 +117,7 @@ You can consume the API artifact in two ways: com.skyblockexp.lifesteal ezseasons-api - 2.1.0 + 2.1.1 provided @@ -137,7 +137,7 @@ You can consume the API artifact in two ways: com.github.ez-plugins.EzSeasons ezseasons-api - v2.1.0 + v2.1.1 provided diff --git a/api/pom.xml b/api/pom.xml index d9fbd74..35f0d16 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.0 + 2.1.1 ezseasons-api diff --git a/docs/api.md b/docs/api.md index 284fe0b..e92c2d1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -39,7 +39,7 @@ You can use either GitHub Packages (official) or JitPack. com.skyblockexp.lifesteal ezseasons-api - 2.1.0 + 2.1.1 provided @@ -61,7 +61,7 @@ You can use either GitHub Packages (official) or JitPack. com.github.ez-plugins.EzSeasons ezseasons-api - v2.1.0 + v2.1.1 provided diff --git a/docs/getting-started.md b/docs/getting-started.md index 07722bf..a5f3c86 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,7 +29,7 @@ EzSeasons does **not** require EzLifesteal. It is fully standalone. ## Installation 1. Stop your server. -2. Download `EzSeasons-2.1.0.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). +2. Download `EzSeasons-2.1.1.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). 3. Copy the jar into your `plugins/` folder. 4. *(Optional)* Install [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) if you want Lifesteal heart-reset behavior on each season reset. 5. Start the server once. EzSeasons generates `plugins/EzSeasons/config.yml` and the `messages/` folder. diff --git a/docs/index.md b/docs/index.md index fa193f4..feaa59b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ It schedules timed season resets, broadcasts announcements, sends configurable c |---|---| | Minecraft / Paper | 26.1 or later | | Java | 25 or later | -| Plugin version | 2.1.0 | +| Plugin version | 2.1.1 | --- diff --git a/plugin/pom.xml b/plugin/pom.xml index ccfa8ae..13b48a3 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.0 + 2.1.1 ezseasons-plugin diff --git a/pom.xml b/pom.xml index e54d997..322978d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.0 + 2.1.1 pom EzSeasons