
Quests 3.15.2
Allow your players to do quests in return for rewards
2.16.7
Jun 2, 2021
Fix command task type & custom commands
- 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
(these no longer have any effect)
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
- The experimental configuration options for async data is now redundant
- Added an about command
- Restructured storage system internally in preparation for future implementations/expansion
2.16.6
May 23, 2021
Fix missing world validation in block break task
- Fixed the missing world validation in the block break certain task #169
2.16.5
May 22, 2021
Allow use of entire height of category page
- A small fix which allows you to use the whole height of the category page, rather than causing the GUI to be paginated and the bottom row spilling onto the second page
- This allows the following ridiculous setup to be possible:

(I am sure there are more sensible uses for this)
Note: this will NOT work for the quests listing as the bottom row is required anyway to display the back button
2.16.4
May 13, 2021
Spacers as custom GUI items
Technology has advanced at such a fast rate which has enabled the possibility of having blank spaces as custom items in the GUI, to make your dreams really come true. very cool.
Feast your eyes on the wiki https://github.com/LMBishop/Quests/wiki/Custom-GUI-Items

custom-elements:
"categories": # apply to the categories menu (the main menu by default)
0: # <--- slot 1, note the slots start from 0! so 0 = slot 1 in this case
display:
name: "&cCustom Boring Item"
lore:
- "&7Some interesting description"
type: "DIAMOND_BLOCK"
1:
spacer: true # empty slot, just like me
repeat: 2 # repeats for 2 slots
2.16.3
Apr 15, 2021
Quest requirements display fix
2.16.2
Apr 13, 2021