New Features:
Added a new setting for automatic global quest data saving intervals:
Added a new setting to log all player interactions with quests:Code:yaml auto-save: global-interval-seconds: 900 # Auto-save interval for global quests in seconds (15 mins)
🛠 Fixes & Changes:Code:yaml logs: enabled: false # Enable/disable gameplay events logging to logs/YYYY-MM-DD.log
- Global quest progress is now saved to the main configured database instead of a separate
.ymlfile (old data will automatically migrate!).- Fixed an issue where automatic saving for global quests was not working correctly; auto-saving is now fully functional and logs properly.
- Fixed a bug where a global quest could be activated in a restricted game mode (preventing it from tracking progress) if game mode settings were changed mid-quest.
- Fixed incorrect translation strings in most language files, adapted for the new localization keys.
- Optimized plugin size by removing unnecessary translation files for dependencies.
