mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 08:15:23 +02:00
[PR #1] [MERGED] feat: Add toggle command for death message and improve grave item recovery #13
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#13
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/1
Author: @BreizhHardware
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @BreizhHardware
Base:
dev← Head:feature/auto-grave-recover📝 Commits (1)
225028ffeat: Add toggle command for death message and improve grave item recovery📊 Changes
9 files changed (+126 additions, -16 deletions)
View changed files
📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+8 -1)📝
src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java(+70 -1)➕
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(+2 -1)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java(+2 -1)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneManager.java(+2 -2)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneRecipe.java(+2 -1)📝
src/main/resources/plugin.yml(+7 -8)📄 Description
This pull request introduces several improvements and new features to the plugin, focusing on enhancing the grave system and refactoring the waystone code structure. The most significant changes include adding a toggleable tip message for grave recovery, enabling shift-right-click for automatic item retrieval from graves, protecting graves from explosions, and reorganizing waystone-related classes into a dedicated package.
Grave system enhancements:
/toggledeathmsgcommand. [1] [2] [3] [4] [5]Waystone codebase refactoring:
Waystone,WaystoneListener,WaystoneManager,WaystoneGUI,WaystoneRecipe) into the newbzh.breizhhardware.cipautils.waystonepackage for better organization and maintainability. [1] [2] [3] [4] [5] [6]Plugin command configuration:
plugin.ymlto add the/toggledeathmsgcommand and simplified the descriptions/usages for existing commands.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.