Quests icon

Quests 3.15.2

Allow your players to do quests in return for rewards

Page 1 2 3
Fix command task type & custom commands
  1. Potential fix to the command task type not acknowledging commands made with plugins such as DeluxeMenus or BoosCooldowns #170
  2. 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!
    1. The experimental configuration options for async data is now redundant
      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)
  3. Added an about command
  4. Restructured storage system internally in preparation for future implementations/expansion
Fix missing world validation in block break task
  1. Fixed the missing world validation in the block break certain task #169
Allow use of entire height of category page
  1. 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
  2. This allows the following ridiculous setup to be possible:

VaUxRgg.png
(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
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.
5odcqM9.png
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
Feast your eyes on the wiki https://github.com/LMBishop/Quests/wiki/Custom-GUI-Items
Quest requirements display fix
piQTjBt.png
  1. Fix | Requirements in the quest display will now only show incomplete quests, rather than every single one
    1. Thank you to Minetown / RodneyMKay on GitHub for this change


gUyCSIy.png
Page 1 2 3