Gravestones

Gravestones to keep items safe when you die!

File Details

GravestonePlugin-1.1.0.jar

  • R
  • Feb 19, 2026
  • 402.15 KB
  • 36.1K
  • Early Access

File Name

GravestonePlugin-1.1.0.jar

Supported Versions

  • Early Access

v1.1.0 - Plugin API Update
Credits: Thanks to @derrickmehaffy for contributing the Plugin API!

New Features:

  • Added Plugin API for mod developers to integrate with Gravestones
  • External plugins can now control gravestone access (allow/deny/defer)
  • Lifecycle events for gravestone creation, collection, and breaking
  • API methods to query and manage gravestones programmatically

For Developers:

  • GravestonePlugin.getInstance() - Access the plugin singleton
  • GravestoneManager.setAccessChecker() - Custom access control
  • GravestoneManager.getPlayerGravestones() - Query player's gravestones
  • GravestoneManager.getGravestoneAt() - Get gravestone at position
  • Events: GravestonePreCreateEventGravestoneCreatedEventGravestoneCollectedEventGravestoneBrokenEvent

See docs/api.md for full API documentation.