mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 08:15:23 +02:00
[PR #7] [MERGED] V1.3 #14
Labels
No labels
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/CipaUtils#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/CipaUtils/pull/7
Author: @BreizhHardware
Created: 9/16/2025
Status: ✅ Merged
Merged: 9/17/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (10+)
5dbee8ddocs: Add Git flow branching model explanation to README.md225028ffeat: Add toggle command for death message and improve grave item recoveryd276eb9Merge pull request #1 from BreizhHardware/feature/auto-grave-recoverd81d4f1feat: Restrict waystone access to the same world for owners and public waystones5816229feat: Enhance release workflow by adding release notes generation and setting release nameaabd7c7refactor: Improve comments for clarity and consistency across the codebase15392ccMerge pull request #2 from BreizhHardware/feature/hide-not-available-waystone6b46118Update src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java620e3d7Update src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java39d4498Update src/main/java/bzh/breizhhardware/cipautils/grave/ToggleDeathMsgCommand.java📊 Changes
11 files changed (+186 additions, -70 deletions)
View changed files
📝
.github/workflows/release.yml(+2 -0)📝
README.md(+0 -0)📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+27 -20)📝
src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java(+78 -9)➕
src/main/java/bzh/breizhhardware/cipautils/grave/ToggleDeathMsgCommand.java(+32 -0)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/Waystone.java(+1 -1)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java(+10 -9)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java(+18 -17)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java(+8 -4)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneRecipe.java(+3 -2)📝
src/main/resources/plugin.yml(+7 -8)📄 Description
This pull request introduces several improvements and new features to the plugin, with a focus on enhancing the grave system and overall user experience. Notably, it adds a toggleable death message tip for graves, improves grave interaction, and refactors waystone-related files for better organization. Additionally, it updates workflow release settings and translates code comments/messages to English for consistency.
Grave System Enhancements:
/toggledeathmsgcommand to disable or enable this message. [1] [2]Waystone System Refactoring:
bzh.breizhhardware.cipautils.waystonepackage for better code organization and maintainability. [1] [2] [3]General Improvements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.