Hi all,
This update adds a new task type for NuVotifier. It also adds global macros (more on that after), the option to change click actions for the menu in light of the 1.18 update disabling middle-click in survival, and a few bug fixes. I would recommend changing the click action for quest tracking if you run a 1.18 server, a suitable alternative being "DROP".
Global macros allow you to create your own values/placeholders in the main configuration and use them within quests files. This helps reduce repetition across your configuration. They are substituted before the file is parsed, so you should be able to use PAPI placeholders within them.
To see how to use global macros, check this wiki page:
https://github.com/LMBishop/Quests/wiki/Global-configurations#global-macros
To see how to change the click actions for the menu, check this subsection of the basic configuration wiki page:
https://github.com/LMBishop/Quests/wiki/Basic-options#GUI-actions
Commit log since v3.9.2
cc345e0 - Add NuVotifier task type (closes #299) <LMBishop>
332af25 - Update icon link <LMBishop>
7387280 - Add global macros (closes #316) <LMBishop>
68d1e30 - Version dependencies for ci <LMBishop>
7f556fa - Add check for CTRL+Q drop (closes #317) <LMBishop>
e5d62e7 - Fix quest command's behavior <SirSalad>
f22ddb5 - Add UI button customisation (closes #158, closes #319) <LMBishop>
67faa65 - Surround values by quotes in default config <LMBishop>
a156562 - Add warning on initial start up if there are configuration issues <LMBishop>
f3cef22 - Fix stripping line breaks in config loader <LMBishop>
9219457 - Add defaults to UI actions <LMBishop>
338a814 - Bump version number <LMBishop>
ed46078 - Update gradle wrapper version <LMBishop>
3ae56bf - Fix display of incorrect version <LMBishop>
More information