Quests [1.8-1.21] | Set up goals for players icon

Quests [1.8-1.21] | Set up goals for players -----

Allow your players to do quests in return for rewards



CoreProtect, async loading/saving, shopgui+ + more
[​IMG]

  • New | "blockbreakcertain" task type now supports CoreProtect checking
    • This should help prevent players from being able to place blocks, then having another player break them in order to complete quests.
    • Code (YAML):
      miningstone:
        type
      : "blockbreakcertain"
          ...
        check-coreprotect
      : false               # (OPTIONAL) if true and CoreProtect is present, the plugin will check its logs for player placed blocks
        check-coreprotect-time
      : 3600           # (OPTIONAL) time in seconds for the maximum logging period to check
    • See this link for info.
  • New | Add options for asynchronous loading and saving on joining and leaving
    • This option is experimental and must be enabled.
    • Code (YAML):
      options :
        ...
        performance-tweaking
      :
          ...
          quests-join-async
      : false               # experimental - load asynchronously on join
          quests-leave-async
      : false             # experimental - save asynchronously on leave
    • If you're going to enable this for performance, disable automatic quest progress file cleaning. Leaving it enabled will negate the performance benefit gained by this.
  • New | Added new task types "shopguiplus_buycertain" and "shopguiplus_sellcertain"
    • Note: I have not tested these as ShopGUI+ is closed source.
    • Wiki: here.
  • New | Add new command /q started
    • Displays all started quests in a single GUI
  • Fix | Quest load errors have been fixed
  • Fix | Null errors have been fixed
To view all configuration changes, follow this link.

[​IMG]
----------, Mar 3, 2021
Resource Information
Author:
----------
Total Downloads: 81,411
First Release: May 23, 2016
Last Update: Aug 28, 2024
Category: ---------------
All-Time Rating:
262 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings