[PR #2] [MERGED] feat: Restrict waystone access to the same world for owners and publi… #12

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/CipaUtils/pull/2
Author: @BreizhHardware
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @BreizhHardware

Base: devHead: feature/hide-not-available-waystone


📝 Commits (3)

  • d81d4f1 feat: Restrict waystone access to the same world for owners and public waystones
  • 5816229 feat: Enhance release workflow by adding release notes generation and setting release name
  • aabd7c7 refactor: Improve comments for clarity and consistency across the codebase

📊 Changes

7 files changed (+67 additions, -61 deletions)

View changed files

📝 .github/workflows/release.yml (+2 -0)
📝 src/main/java/bzh/breizhhardware/cipautils/Main.java (+19 -19)
📝 src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java (+15 -15)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java (+8 -8)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java (+16 -16)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java (+6 -2)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneRecipe.java (+1 -1)

📄 Description

…c waystones


🔄 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/2 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `feature/hide-not-available-waystone` --- ### 📝 Commits (3) - [`d81d4f1`](https://github.com/BreizhHardware/CipaUtils/commit/d81d4f1278a0396c7b50c60cc36447078860f4fc) feat: Restrict waystone access to the same world for owners and public waystones - [`5816229`](https://github.com/BreizhHardware/CipaUtils/commit/58162291b82cde342b694082a9e021e325ee2cd1) feat: Enhance release workflow by adding release notes generation and setting release name - [`aabd7c7`](https://github.com/BreizhHardware/CipaUtils/commit/aabd7c760e1a9281a1245c3f9223483d014a7bb7) refactor: Improve comments for clarity and consistency across the codebase ### 📊 Changes **7 files changed** (+67 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+2 -0) 📝 `src/main/java/bzh/breizhhardware/cipautils/Main.java` (+19 -19) 📝 `src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java` (+15 -15) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java` (+8 -8) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java` (+16 -16) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java` (+6 -2) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneRecipe.java` (+1 -1) </details> ### 📄 Description …c waystones --- <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:08 +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#12
No description provided.