Skip to content

Releases: AlessioGr/NotQuests

v5.13.1 - Fix MiniMessage bug which affects material name colors

04 Feb 17:05
Compare
Choose a tag to compare
  • [!] Finally fix lang tags being invisible inside custom gradient tags if they are not wrapped in a solid color. This removes the hard-coded blue color for translated material names and thus allows for more customization.

v5.13.0 - Better conversations & bug fixes

03 Feb 23:22
f75d139
Compare
Choose a tag to compare
  • [+] Better conversations: Conversation Focus! Thanks @BakaAless for adding this feature
  • [!] Fix errors when a condition is executed from an async thread

v5.12.1 - Integration update

21 Jan 13:49
Compare
Choose a tag to compare
  • [^] updated BQ integration interceptor to work with the latest version

v5.12.0 - Category GUI Items

21 Jan 11:53
Compare
Choose a tag to compare
  • [+] Now you can finally customize the category GUI items (default is chest) using /qa categories edit categoryname guiItem ...

v5.11.0 - More advanced maxAccepts

20 Jan 15:25
Compare
Choose a tag to compare
  • maxAccepts => limits.accept, limits.complete, limits.fail. maxAccepts did not make sense, as it counted the completions and not the accepts
  • New variables: QuestReachedMaxCompletions and QuestReachedMaxFails
  • /qa edit questname acceptCooldown complete ...

v.5.10.1 - Bug fixes!

19 Jan 16:32
Compare
Choose a tag to compare
  • For PlayerStatisticVariable: Only allow untyped statistics. The others are filtered out, as they need additional arguments
  • NPC holo stuff safety check incase PacketManager is null
  • Update packet version check to 1.19.3

v5.10.0 - 85 new variables & better stability

20 Dec 16:21
Compare
Choose a tag to compare

v5.9.0 - 1.19.3 support

09 Dec 18:04
Compare
Choose a tag to compare
  • [+] Added support for 1.19.3 and updated some dependencies & integrations

v5.8.4 - CollectItems => PickupItems objective

18 Nov 19:22
Compare
Choose a tag to compare
  • [^] Renamed CollectItems Objective to PickupItems Objective which should be more accurate. Also improved that objective!

v5.8.3 - Bug fixes

18 Nov 17:35
Compare
Choose a tag to compare
  • [!] A bunch of bugfixes with quest player loading, the GiveItem action and some more smaller ones. I recommend everyone to update!