This update adds new smelting and smeltingcertain task types. It also adds new options to quests:
cancellable,
counts towards limit, and
time-limit, the latter option meaning quests can now 'expire'.
Placeholders have also been added which can get the amount of time remaining, and the time which the player started the quest.
A
tool to migrate quests data between storage providers has been added, which is accessible via "/quests admin migratedata".
Finally, a
bug concerning the inventory task type not working as expected has been fixed, and a few other bug fixes and improvements.
Enjoy!
Note: the plugin will only start tracking quest start times after this update, so existing players with started quests may find that their quests were started on or around the 1st January 1970, as no data exists for them (yet).
Commit log since v3.11
8110d8e - Add smelting task types <Krakenied>
23aeb21 - Fix partial inventory task type completion <Krakenied>
5258cbf - Add fix for citizens_deliver as well <LMBishop>
43e6479 - Make moddata commands IO async (closes #359) <LMBishop>
894f1c2 - Add quests data migration tool <LMBishop>
18fc66d - Fix concurrent migration protection <LMBishop>
70bac90 - Fix nuvotifier_vote not registering (closes #381) <LMBishop>
d89f808 - Add cancellable and counts towards limit options (closes #383) <LMBishop>
824a0a4 - [ci skip] Update badges link <LMBishop>
89b5cba - [ci skip] Replace broken/inactive badges <LMBishop>
ca46689 - Add started field to progress files & database migration <LMBishop>
ac6e763 - Remove default value from new column <LMBishop>
649bb97 - Add started date placeholder <LMBishop>
8068d1e - Add time-limit option and quest expiry functionality (closes #379) <LMBishop>
af8470a - Fix inventory and citizens deliver task types taking too many items <Krakenied>
ec20c79 - Do not count non-creatures damage <Krakenied>
759575c - Bring MythicMobs 4 support back <Krakenied>
231be0a - Add multiple option to mobkillingcertain (closes #266) <LMBishop>
887589d - Fix migrationInProgress boolean not resetting after error <LMBishop>
55691a6 - Prevent migration from similar mysql databases <LMBishop>
547bb09 - Bump version number <LMBishop>
More information