MAJOR UPDATE: Full Async Database Engine & Stability Improvements
What's new in version 1.2:
[CRITICAL] Full Asynchronous Engine: All database operations (SQLite) have been moved to separate threads. This ensures zero impact on server TPS, even with a large database or slow disk I/O.
Performance Optimization: Improved GUI loading speed by pre-fetching data from the database before opening the inventory.
Better Stability: Added a robust connection-closing system on plugin disable to prevent database locks.
Fixes: Resolved minor issues with HEX color parsing and potential NullPointerExceptions in the GUI handler.
Improved Logging: Added clear console feedback for admin commands like `/rcr dbdel`.
Technical Note: This update specifically addresses SpigotMC optimization standards. No more main thread blocking!