[PR #38] [MERGED] Feature/not permanant grave #39

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/38
Author: @BreizhHardware
Created: 10/1/2025
Status: Merged
Merged: 10/21/2025
Merged by: @BreizhHardware

Base: devHead: feature/not-permanant-grave


📝 Commits (4)

  • 4db4e84 feat: add configurable grave expiry times and metadata
  • 98506dc Update src/main/resources/plugin.yml
  • 79369b7 Apply suggestions from code review
  • 3c7aff9 Merge branch 'dev' into feature/not-permanant-grave

📊 Changes

4 files changed (+120 additions, -7 deletions)

View changed files

📝 src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java (+111 -2)
📝 src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java (+2 -2)
📝 src/main/resources/config.yml (+6 -2)
📝 src/main/resources/plugin.yml (+1 -1)

📄 Description

Description

This create not permanant grave, by default a grave is active for 24h, for the player with most death it's 48h for the player with least death it's 24h and for the players in between it's calculated based on the number of death.

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)

#13

This PR need to be merge after the #37 because the developpement branch is based on the used branch in this PR.


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/38 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `feature/not-permanant-grave` --- ### 📝 Commits (4) - [`4db4e84`](https://github.com/BreizhHardware/CipaUtils/commit/4db4e84ac0d7da4ca25ce8263da5430d91ebaf18) feat: add configurable grave expiry times and metadata - [`98506dc`](https://github.com/BreizhHardware/CipaUtils/commit/98506dc8d95ae9360dc840176b1ec02fed7d69e8) Update src/main/resources/plugin.yml - [`79369b7`](https://github.com/BreizhHardware/CipaUtils/commit/79369b74cb939fe6e35c3fdd578a29bfc08583ce) Apply suggestions from code review - [`3c7aff9`](https://github.com/BreizhHardware/CipaUtils/commit/3c7aff949db75ca7df90638cdf6beffa69b9179b) Merge branch 'dev' into feature/not-permanant-grave ### 📊 Changes **4 files changed** (+120 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java` (+111 -2) 📝 `src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java` (+2 -2) 📝 `src/main/resources/config.yml` (+6 -2) 📝 `src/main/resources/plugin.yml` (+1 -1) </details> ### 📄 Description ## Description This create not permanant grave, by default a grave is active for 24h, for the player with most death it's 48h for the player with least death it's 24h and for the players in between it's calculated based on the number of death. ## 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 #13 This PR need to be merge after the #37 because the developpement branch is based on the used branch in this PR. --- > **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#39
No description provided.