[PR #37] [MERGED] feat: enhance waystone system with custom item support #38

Closed
opened 2026-05-06 16:05:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/CipaUtils/pull/37
Author: @BreizhHardware
Created: 9/30/2025
Status: Merged
Merged: 10/21/2025
Merged by: @BreizhHardware

Base: devHead: feature/waystone-customization


📝 Commits (10+)

  • 482b332 feat: enhance waystone system with custom item support
  • ca17488 feat: implement pagination for waystone selection menu
  • 9603d51 Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java
  • 839d186 Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java
  • 28a250b Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java
  • 9a1d985 Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java
  • 518a886 Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java
  • 0b61b38 Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java
  • 37790b2 Update src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java
  • 61ddfa5 fix: correct display name for next page navigation

📊 Changes

13 files changed (+436 additions, -285 deletions)

View changed files

📝 .gitignore (+5 -1)
📝 src/main/java/bzh/breizhhardware/cipautils/Main.java (+42 -193)
src/main/java/bzh/breizhhardware/cipautils/commands/NoMoreSpawnProtectCommand.java (+20 -0)
src/main/java/bzh/breizhhardware/cipautils/commands/WaystoneCommand.java (+211 -0)
📝 src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java (+7 -5)
📝 src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java (+2 -2)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/Waystone.java (+10 -0)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java (+46 -37)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java (+50 -30)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java (+19 -4)
📝 src/main/resources/plugin.yml (+20 -9)
📝 start-test-server.bat (+2 -2)
📝 start-test-server.sh (+2 -2)

📄 Description

Description

This allow player to customize the item linked to here waystone. I also have translate everything to english.

Checklist

  • I have bumped the version in all required files (pom.xml, plugin.yml, start-test-server.bat, start-test-server.sh) (mandatory for a PR from dev to main)
  • I have tested the changes locally
  • I have updated the documentation if needed

Type of change

  • Bug fix
  • New feature
  • Refactoring
  • Other (please specify)

#4


IMPORTANT:
For a Pull Request from dev to main, make sure you have bumped the version in all of the following files: pom.xml, plugin.yml, start-test-server.bat, and start-test-server.sh.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/CipaUtils/pull/37 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `feature/waystone-customization` --- ### 📝 Commits (10+) - [`482b332`](https://github.com/BreizhHardware/CipaUtils/commit/482b3328bc24eba0cab0706959e1f3a60a25057f) feat: enhance waystone system with custom item support - [`ca17488`](https://github.com/BreizhHardware/CipaUtils/commit/ca17488045c15973e5fb506b7cfb7c01d4706e29) feat: implement pagination for waystone selection menu - [`9603d51`](https://github.com/BreizhHardware/CipaUtils/commit/9603d511307c886ad80fed2ad49fa114ee75c981) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java - [`839d186`](https://github.com/BreizhHardware/CipaUtils/commit/839d186c27f1052b8f1541cb0e265c420bf23e97) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java - [`28a250b`](https://github.com/BreizhHardware/CipaUtils/commit/28a250b78188a9a56fb077d6fd9a265627737d3b) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java - [`9a1d985`](https://github.com/BreizhHardware/CipaUtils/commit/9a1d985b04af1ab8ec1de2d13b92b039e65fd2f5) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java - [`518a886`](https://github.com/BreizhHardware/CipaUtils/commit/518a886922b4f81265334e979775022b4ab37570) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java - [`0b61b38`](https://github.com/BreizhHardware/CipaUtils/commit/0b61b38c80b64b1b50e7f0866d11e1875709f31e) Update src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java - [`37790b2`](https://github.com/BreizhHardware/CipaUtils/commit/37790b2363f4c947987dba793edff711ccff0e54) Update src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java - [`61ddfa5`](https://github.com/BreizhHardware/CipaUtils/commit/61ddfa538629c09df8bdb9fef4e9ae1c5d212a63) fix: correct display name for next page navigation ### 📊 Changes **13 files changed** (+436 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+5 -1) 📝 `src/main/java/bzh/breizhhardware/cipautils/Main.java` (+42 -193) ➕ `src/main/java/bzh/breizhhardware/cipautils/commands/NoMoreSpawnProtectCommand.java` (+20 -0) ➕ `src/main/java/bzh/breizhhardware/cipautils/commands/WaystoneCommand.java` (+211 -0) 📝 `src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java` (+7 -5) 📝 `src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java` (+2 -2) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/Waystone.java` (+10 -0) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java` (+46 -37) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java` (+50 -30) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java` (+19 -4) 📝 `src/main/resources/plugin.yml` (+20 -9) 📝 `start-test-server.bat` (+2 -2) 📝 `start-test-server.sh` (+2 -2) </details> ### 📄 Description ## Description This allow player to customize the item linked to here waystone. I also have translate everything to english. ## Checklist - [x] I have bumped the version in all required files (`pom.xml`, `plugin.yml`, `start-test-server.bat`, `start-test-server.sh`) (mandatory for a PR from `dev` to `main`) - [x] I have tested the changes locally - [x] I have updated the documentation if needed ## Type of change - [ ] Bug fix - [x] New feature - [ ] Refactoring - [ ] Other (please specify) ## Related issues #4 --- > **IMPORTANT:** > For a Pull Request from `dev` to `main`, make sure you have bumped the version in all of the following files: `pom.xml`, `plugin.yml`, `start-test-server.bat`, and `start-test-server.sh`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:05:15 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/CipaUtils#38
No description provided.