- Added ``/graves tp``
- Added FancyNpcs integration
- Support for Floodgate
- Integration Warnings and errors now display properly
- Added Microsoft SQL support
- H2 is now the default SQL option. (Read below)
- Fixed nether roof bug in nether environmental worlds
- Save backups of old graves (will work on interval next update)
- Fix From To Listener for grave head
Why we are retiring SQLite in favor of H2 as the default database driver?
This change comes from our need for better performance and scalability, enabling us to manage larger datasets more efficiently. Unlike SQLite, which can only handle one query at a time, H2 allows for multiple queries to run simultaneously. This means we won't face issues with larger databases that exceed 25MB, leading to a smoother experience overall.