Added support for NoteBlockAPI (disabled by default)
Fixed bug with inventory on servers older than 1.21.3
Fixed sound enum bug from servers older than 1.21.3
Added GraveWalkOverEvent (this would have called GraveAutoLootEvent, but gave it its own event to be consistent)
Better document explode-protection and protection-radius methods in grave.yml
Config bumped to 18
Fixed bug if config is higher than the current version, it wouldn't regenerate any configurations
H2 fixes (SQLite won't be removed any time soon, but we will keep it for convenience sake until H2 conversion is working properly)
Graves that are invalid will now tell you when starting the server. These will load, but unexpected results could occur. We recommend reading the API documentation for developers who hook into our plugins.
Optimized some code
isNearGrave is now exposed for developers who want to use protection radius functionality.