Additions:
- GraveEconomyEvent - Allows someone to modify the economy amount for your own plugins.
- GravePistonExtendEvent - Fires when a piston extends and breaks a grave
- Nexo Support (Deprecated Oraxen. Though we have made changes to fix some issues in Oraxen, we no longer plan to maintain support nor will provide support going forward and recommend switching to Nexo. See here)
- Lightning Strike upon death (Disabled by default)
- Explosion effect on looting grave (Disabled by default)
- Databases now can have configured table prefixes (You will need to alter your database tables or your server will start with no graves data)
Changes:
- Deprecated FurnitureEngine (Recommend using FurnitureLib as an alternative. Kept in the code for servers that still use it, but we dropped support for FurnitureEngine)
- Update Skript Integration to work on newer versions
- Updated PostgreSQL integration to patch CVE-2025-49146
- Fixed H2 breaking in certain conditions
- Updated commons-lang3 to patch CVE-2025-48924
- Fixed issue where putting AIR in the recipe would cause the plugin error. (Though we have mentioned that it should be blank, but this resolves this edge case)
- Fix exploit where grave items duplicate upon server shutdown
- Update Kyori and fix a bug where hex colors didn't work in obituaries
- Bedrock names in GeyserMC are now validated as java users could have the same username even with the prefix being before the name.
- Fixes in the API for grave creation where if time isn't configured, it will revert to the config's set time.
I would love to thank
@JaySmethers and
@Going for helping with this update. Also help from the Nexo Developer with some changes to safely add and remove their furniture (though they did work on oraxen previously)
Development Announcement and future of the plugin.
This version has taken a while. Reasoning was due to contracted work doing Redbox Removals in my area, so I haven't had time to release updates, so we hope this update was worth the wait during my absence. Would love to thank
@JaySmethers for fixing many of the bugs. Also wanted to announce that with the codebase being over 3 years now, we have made multiple line changes and retained Ranull's codebase over the years, but also with modern versions, there are some bugs that linger that the only fix would be to re-write the plugin, so we have had plans to re-write the codebase. This would be released as 5.0.1.0, but until we are ready to switch over completely, we are still supporting the 4.9 codebase to make patches where we can while also developing 5.0.1.0, which could take months or years, but who knows. We will make a new branch on github to do testing and decide what fits and what doesn't.