Changes:
- Added 1.21.2+ item-model property for items
- Fixed leaderboards only displaying online players
- Improved leaderboard performance
- Improved database migration system for smoother future updates
- Fixed new season functionality for SQLite databases
- Improved database performance when loading player data
- Added configuration options for Bungee network delay and database thread count
- Optimized user data deletion process
- Removed the option to disable leaderboard cache (you can still disable the entire leaderboard system if needed)
- Added protection against duplicate reward claims
- Significantly improved overall database performance and fixed various bugs
Changes:
- Fixed quest-select.cancelled issue
- Fixed daily quest sync on bungee servers
Changes:
- Created LiveCache which may highly improve performance of dynamic massive data like quests' progress.
- Changed list-based foreign collections to map-based, to make "progress queries" blazing fast. All these changes should highly improve database performance.
Changes:
- Added AdvancedChat support with actions
- Added advancedchat_chat & advancedchat_chat-stripped
Changes:
- Better Database foreign collections optimization by adding map support with custom key mapping
- Fixed block-place action to not count making a path with shovel
Changes:
- Fixed actions in week menu
- Changed ChatQuest priority to MONITOR to better support some chat plugins
- Added better support for normal hex patterns in chat messages
Changes:
- Improved bungee sync
- A lot of internal refactoring
- Fixed ports in data handler (mysql/postgresql)