Перейти к содержимому
Mineforgian

GravesX

The definitive death chest plugin originally created by Ranull

Загрузки
26K
Подписчики
62
Обновлён
17 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 26 июля 2025 г.

Image 2

🔴 This plugin was originally created by Ranull, who has permitted its posting provided that the source code remains available.

If you are not Ranull and attempt to file a DMCA takedown for this resource, it will be considered DMCA abuse.


💀 The definitive death chest plugin

Every feature you could ever need while still being lightweight and efficient.


🚀 Top Features:

  • Customizable
  • Schematics (Does not revert currently)
  • Economy
  • Regions
  • Placeholders
  • Protection
  • Zombies
  • Corpses
  • Models
  • Obituary
  • Compass
  • Head Drops
  • Holograms
  • Particles
  • Tokens
  • Blacklisting
  • Teleport Delay
  • Effects on Respawn
  • Automatic Config Updater
  • Grave Previews
  • Grave Abandonment
  • Grave Radius Protection
  • Reload Safe (only through /graves reload)

📦 Supports:

  • Minecraft Versions:

    • 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x

      Though we initially support these versions, it is not a high priority for us and likely will break or be removed in future versions.

    • 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x
  • Servers:

    • Spigot, Paper, Purpur, Airplane, Pufferfish, Tuinity, CraftBukkit, CatServer, Mohist, Magma, MultiPaper
    • GeyserMC (Bedrock Players)
    • Forge/Bukkit Hybrid servers (Mohist¹, Magma, CatServer)
    • Folia
    • MySQL, MariaDB, PostgreSQL, H2, Microsoft SQL Server, and SQLite

¹ Though we added checks to Mohist, we will not support Mohist-related bugs if a bug is created by them.


🔌 Integrations:

  • Vault (Economy and Permissions)
  • WorldEdit (Schematics)
  • WorldGuard (Flags)
  • Towny (Towns and Wilderness — 🔴 Experimental)
  • GriefDefender (Claims — 🔴 Experimental)
  • PlaceholderAPI (Placeholders)
  • FurnitureLib / DiceFurniture (Furniture)
  • FurnitureEngine (Furniture)
  • ItemsAdder (Furniture/Blocks)
  • Nexo (Furniture/Blocks)
  • ChestSort (Sorting Grave)
  • ProtectionLib (Protected Region Detection)
  • PlayerNPC (Corpses)
  • FancyNpcs (Corpses)
  • Citizens (Corpses — 🔴 Experimental)
  • Skript (Events only at this time)
  • LuckPerms (Permissions)
  • CoreProtect (Logs interactions, place, and break. Requires API v9 or newer)
  • NoteblockAPI (Plays an .nbs sound on player death)

📷 Pictures:

Graves Screenshot 1
Graves Screenshot 2


🎥 Videos:

Plugin Preview


🐞 Bug Reports:

If you find bugs, please report them in the discussion or in our Discord.

Discord
Graves Stats
GravesX Stats

Ченджлог

2026.4.9.1Релиз26.1.1, 26.1.2, 26.2 · 17 июня 2026 г.

Additions

  • CraftEngine support for items and graves.
  • TextDisplays can now act as grave holograms. You will need to execute /grave migrate holograms to convert all old ArmorStand holograms to TextDisplay holograms. This changes holograms from one ArmorStand per line per grave to one TextDisplay per grave.
  • Added expressions, conditions, and effects. This lets people do silly stuff with GravesX just by using Skript. Examples are included in skript.txt.
  • Exposed death cause for graves: Graves#getDeathCause().
  • Added BagOfGold support. Thanks to @Becerritoo and @PetziPotato.
  • Added GravePreCreateEvent, which is called before a grave is created.
  • Opening a grave can now spawn zombies when enabled with zombie.open.
  • Added a block list of items a grave can spawn on top of. This includes carpet or configured blocks in grave.yml to prevent destroying them.

Fixes

  • Fixed issues with holograms not removing when using PersistentDataContainer.
  • Updated the Skript implementation to move away from features marked for removal.
  • Fixed the grave.explode setting being ignored.
  • Fixed an issue where walking over a grave could fail to pop the grave because the player did not own it.
  • Fixed a bug with createBlock in grave providers when they utilize the grave block.
  • Fixed Binding Curse items being deleted instead of staying on the player after death.
  • Fixed the protected placeholder being inverted. grave.yml has replaced state with states under protection.

Changes

  • SQLite support has been officially dropped. All SQLite databases will be migrated to H2.
  • EntityData is now cached in memory for faster processing.
  • /graves reload will now reload the entire plugin.
  • Grave providers will now determine which provider created the grave: Grave#getProviderID().
  • Smart placement has received an overhaul. This fixes numerous bugs, including Nether roof placement issues when there should not be Nether roof placement.
  • Graves tab completion for player searches will now grab the top 25 results. This prevents lag on large servers that may have thousands of entries.

Why the version string change?

This change came as a late introduction in the development cycle. This update is basically the expected 4.9.11.1 release, but this is how we are versioning going forward.

How the version string is broken down:

2026 - Year of release.

4.9 - Tied to being a fork of Graves 4.9.

1 - Release number. This can go up infinitely until the next year comes around, then it resets back to 1.

4.9.10.10Релиз1.21.9, 1.21.10, 1.21.11 · 1 февраля 2026 г.
  • Exposed some methods for modules to help with configurations
  • Disabling a module can now use this in the same class the module is setup in or the class that extends GravesXModule
  • Exposed a method to register GravesX Modules Commands for complex method setups needing to reference another class that is set up on enable
  • Exposed method to see if a module is enabled
  • Reverted timer behavior to prior 4.9.10.1 behavior (will be re-written in 4.9.11.1)
  • Fixed issue with server crashing when purging a grave directly using its UUID
  • Fixed issue with air pockets and remaining heads upon looting a grave
  • Fixed issue with breaking a block duping experience given
  • Fixed issue where shift and breaking would not autoloot the grave (if you don't want this behavior, just set break to false under the autoloot settings.
  • Exposed options for poses using FancyNpcs and Mannequins
  • Added config option to not store experience in graves and just drop them like normal
  • Bump config version.

Skipped 6, 7, 8, and 9 since we kindof added some more stuff. On to 4.9.11.1 next. Release date: No ETA

4.9.10.5Релиз1.21.9, 1.21.10, 1.21.11 · 9 января 2026 г.
  • Fixed bug with timers not updating properly (Thanks to Tylorturner and ecolocraft for reporting said issue)
  • Fix duplication exploit when reaching max amount of graves (Thanks to sillytune for reporting the bug)
  • Switch from UniversalScheduler to GlobalScheduler (Introduced SchedulerManager and deprecated Graves#getGravesXScheduler())
  • Explosion for Entity and Block merged into one listener (Shouldn't both fire at once, but just in case it does)
  • Removed Void Smart (This feature never worked. If someone wants to re-implement it, have at the PR)
  • Updated MiniMessage to 4.26.1
  • GraveCreateEvent can now set values for a grave directly
  • Fixed cannot measure distance issue with Virtual Graves
4.9.10.2Релиз1.21.9, 1.21.10, 1.21.11 · 6 января 2026 г.
  • Fixed Item Dupe Exploit on Grave Expiration (This exploit has been discovered on 4.9.10.1, but has also spanned back to 4.9.9.1 from testing. Thanks TylorTurner for reporting this bug.)
  • Graves will now drop items if you reach max graves and allow removing the oldest grave.
  • GameRules have changed from Class to Interface, breaking on versions older than 1.21.11, so now patched /via CompatibilityGameRule.
  • Fixed Folia based chunk issues. This has introduced ChunkManager to handle chunks going forwards and for easy maintenance.
  • Console now properly points out YAML errors (this does not check for improperly set config options)
  • Auto-Loot has been enabled by default (this will work on new configs. Older configs will still need to enable this in grave.yml)
  • Print all players when using /graves list/gui whether they are online or not.
  • When AccessDeniedException occurs with a folder or file lacking permissions, it will send suggestions on how to fix said issues (some will have to escalate to hosts to resolve this issue.)

Notice Regarding Spigot Support down the road.

As of now, Spigot will still receive support, but at the start of 2027 or 4.9.12.1, whichever comes first, there will no longer be spigot support going down the road.

What does this mean?

If we reach 4.9.12.1 first, this version will be the last known version to work with Spigot and support spigot. If we reach 2027, then the subsequent version released will be the last version to support Spigot.

Though we support Spigot, most builds are not tested on Spigot as often as the API is still somewhat similar to Paper's own API, besides Mannequins and don't ask about the duct tape it took to make it work with both :|, even though we compile with Spigot and Paper at this time.

4.9.10.1Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.

This has been a long awaited update. The following has been changed/added/removed:

Additions:

  • Added Mannequins as a grave option (Only works on 1.21.9 or newer)
  • Added new events
    • GraveItemTakeEvent - Fired when a grave item is taken out of a grave.
    • GravePostCreateEvent - Fired exactly when a grave is created. Handles if post creation fails.
    • GravePostTeleportEvent - Fired exactly when a teleportation to a grave occurs. This is more accurately fired than GraveTeleportEvent as it says it is being fired.
    • GraveVirtualOpenEvent - Fired when a virtual grave is opened (this only fires with the Virtual Open Function)
  • Modules now support the following in module.yml:
    • load - Determines when the module loads

      1. STARTUP - Upon when the server starts up
      2. POSTWORLD - Once GravesX enables
      3. COMPLETED - Once the server is fully started up

      Defaults to COMPLETED when not defined

    • supportsFolia - Determines if the module supports folia (false by default when not defined)

    • libraries - You can load your own libraries without having to manually do this. This uses libby to load libraries.
      Examples:

      libraries:
        # Simple coordinate (defaults apply)
        - com.squareup.okhttp3:okhttp:4.9.0
      
        # Full configuration example
        - coordinates: old.loc.library:library:1.0.0
          relocateFrom: "old.loc.library"
          relocateTo: "new.loc.library"
          isIsolated: false # Recommended to keep this false unless you know what you are doing
          useTransitive: false
          repo: "https://repo1.maven.org/maven2"
          id: "example-lib"
      
  • Cleaned up Graves Main class to introduce PermissionManager, ConfigManager, and DebugManager
    • Debugging now logs if a plugin fires debugging from GravesX

Changes:

  • Removed Citizens (Use FancyNpcs or built in Mannequins)
  • Grave Timers will now only update if the chunk or Folia region is loaded (they are still ticking in background, but the armorstands will not be updated in any way)
  • You can now check enum flags for BlockData and EntityData as well as use fromString to get an enum from string.
  • Removed built in Grave Radius Protection (Use GravelandGuard for better control)
  • Fixed issue with keep inventory Gamerule for 1.21.11
  • Fixed wording of the Soft Crash Handler as it was confusing. This does not work on hard crashes.
  • GraveCreateEvent now exposes all items and ignored items/blocks
  • Fixed dupe bug with EXACT grave creation mirroring a players inventory
  • Fixed issue with experience duping when over 0.5 in grave.yml
  • Fixed issue where autoloot wouldnt disable when set to false in grave.yml (if you want this enabled, set to true)
  • Fixed issue with Grave creating in the same spot another grave is located at
  • Fixed void scan (note that if this fails, user will keep inventory if set in grave.yml)
  • Config version set to 24

For Developers:

At the release of this version, our repo https://repo.cwhead.dev/ is currently down while waiting on parts to fix the server (as the power supply went out on December 21st 2025). Server should hopefully be back up mid January or early February. If you need the binaries, you can compile the source code on github and use that as a workaround for now. Once the server is back online, I will post the resources on the repo so that you can update. An announcement will be made in the discord once the server is back online.

4.9.9.4Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.

Changes

  • Fixed issues with removing holograms causing TPS drops
  • Fixed Graves setting in weird spots or one block off around non solid blocks
  • Fixed classes being finalized when they shouldn't be, which broke several methods
  • Fixed configs not loading properly

Upcoming in future updates (around 4.9.10.1 that is confirmed)

  • Multi Language Support (i18n) + Add help menu to the list
  • Remove old events entirely or expand its removal date. Possibility it sticks around and remove its deprecation notice entirely for backwards compatibility for old plugins that rely on GravesX.
  • Removal of Citizens (Use FancyNpcs instead)
  • Mannequin support for 1.21.9+ servers as graves
4.9.9.3Релиз1.21.7, 1.21.8, 1.21.9 · 6 октября 2025 г.

Changes and Fixes

  • Do not save default configs twice (was accidentally slipped back in when it shouldn't have been on plugin enable)
  • Remove leftover debug info (during Folia Testing in 4.9.9.1 that was left over)
  • Update dependencies for database types
  • Fixed Libby import issues

⚠️ Notes

While 1.21.9 is being worked on, we have noticed bugs that have appeared around FileConfiguration.
We recommend staying up to date on these builds, as they are not the default versions on both providers and bugs may occur.

When using Java, we recommend the Adoptium JDK 17–21 for the best experience with this plugin.
Some users have had success using Java 22–25, but we have not tested on these versions — testing should be done as usual.

If changes need to be made to how configurations are handled, we will update to handle it properly.

4.9.9.2Релиз1.21.7, 1.21.8, 1.21.9 · 3 октября 2025 г.

This update addresses the following bugs and changes:

  • Moved off Authlib to Spigot API for head retrieval in
  • 1.21.9 (legacy will still use authlib)
  • Fixed issue with CompatibilityInventoryView (oops)
  • Do not load graves if the world doesn't exist
  • Grave Restoration is now disabled by default. You will need to enable it in grave.yml

Комментарии

Загружаем…