Potential fix to the command task type not acknowledging commands made with plugins such as DeluxeMenus or BoosCooldowns #170
Async data loading / saving is now the default (please report issues with data inconsistency to https://github.com/LMBishop/Quests/issues) - again friendly reminder to back up data regularly!
The experimental configuration options for async data is now redundant
Code (YAML):
options: ..
performance-tweaking:
quests-autosave-async: false
# experimental - save asynchronously on autosave quests-join-async: false
# experimental - load asynchronously on join quests-leave-async: false
# experimental - save asynchronously on leave
(these no longer have any effect)
Added an about command
Restructured storage system internally in preparation for future implementations/expansion