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 singletonGravestoneManager.setAccessChecker()- Custom access controlGravestoneManager.getPlayerGravestones()- Query player's gravestonesGravestoneManager.getGravestoneAt()- Get gravestone at position- Events:
GravestonePreCreateEvent,GravestoneCreatedEvent,GravestoneCollectedEvent,GravestoneBrokenEvent
See docs/api.md for full API documentation.