Releases: AlessioGr/NotQuests
Releases · AlessioGr/NotQuests
v5.13.1 - Fix MiniMessage bug which affects material name colors
- [!] 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
- [+] 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
- [^] updated BQ integration interceptor to work with the latest version
v5.12.0 - Category GUI Items
- [+] Now you can finally customize the category GUI items (default is chest) using
/qa categories edit categoryname guiItem ...
v5.11.0 - More advanced maxAccepts
- 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!
- 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
- [+] Added "Statistic" variable, which lets you access 85 Minecraft statistics and use them as conditions, objectives, actions etc. You can find all statistics you can use here: https://jd.papermc.io/paper/1.19/org/bukkit/Statistic.html
- [^] Various bug fixes & stability improvements
v5.9.0 - 1.19.3 support
- [+] Added support for 1.19.3 and updated some dependencies & integrations
v5.8.4 - CollectItems => PickupItems objective
- [^] Renamed CollectItems Objective to PickupItems Objective which should be more accurate. Also improved that objective!
v5.8.3 - Bug fixes
- [!] A bunch of bugfixes with quest player loading, the GiveItem action and some more smaller ones. I recommend everyone to update!