Skip to content

Releases: AlessioGr/NotQuests

v5.18.0 - paper 1.20.6 support

04 May 22:39
f303089
Compare
Choose a tag to compare
  • [+] Support paper 1.20.6
  • [!] Disable UltimateClans support, as their maven repository for v5 has been deleted

v5.17.1 - mythicmobs factions support & bug fixes

13 Jun 10:49
Compare
Choose a tag to compare

[+] Support mythicmobs factions in killmobs objective (mmfaction:yourfactionname)
[!] Attempt to fix db issues

v5.17.0 - mythicmobs factions support & bug fixes

13 Jun 10:24
e6fdb23
Compare
Choose a tag to compare
  • [+] Support mythicmobs factions in killmobs objective (mmfaction:yourfactionname)
  • [!] Attempt to fix db issues

v5.16.1 - Fix sqlite issues

12 Jun 00:13
64ea8c2
Compare
Choose a tag to compare
  • [!] fixed sqlite locking issues by limiting its max. connection pool size to 1.

v5.16.0 - 1.20 support

11 Jun 18:30
Compare
Choose a tag to compare
  • [+] Update to Paper 1.20
  • [+] Update Citizens API so it supports the latest version

v5.15.0 - 1.19.4 support + bug fixes

07 May 21:52
Compare
Choose a tag to compare
  • [+] Support Minecraft 1.19.4 (Thanks to @BakaAless )
  • [+] Drop Spigot support completely. This reduces the jar size!
  • [+] Add AND and OR to boolean conditions (Thanks to @BakaAless )
  • [^] return warning when using /qa editor command
  • [!] Prevent unnecessary quest saves during plugin load. This should increase the load speed of NotQuests, especially if you have many Quests
  • [!] fix OtherQuest objective task description not displaying the displayname of the other Quest
  • [!] fix typo in Quest chat preview
  • [!] fix conversation focus distance check erroring when player is in different worlds
  • [!] fix QuestOnCooldown variable not working
  • [@] Update a bunch of translations

v5.14.0 - Bunch of cool stuff!

05 Mar 00:27
Compare
Choose a tag to compare
  • [+] New objective: Enchant

  • [+] For conversations: Add random line possibility (Thanks to @BakaAless ). Instead of just "text:", you can now specify "texts:" as a string list inside of conversations. Showcase: #189

  • [^] Update all kinds of dependencies

  • [^] Stop a moving Citizens NPC when in a conversation (Thanks to @BakaAless ). Showcase: #188

  • [^] Allow minimessage format on quest-giver-npc-indicator-above-name (Thanks to @TheZexquex )

  • [^] Ability to check objective unlock conditions for:

    • every time an action is run for a player (default: on)
    • every X seconds (default: off)

    This also fixes some faulty logic with repeating tasks. Stuff like condition objectives were checked too quickly/often if multiple players are online

  • [!] Fix quest giver hologram armorstand not getting destroyed when despawning npc (Thanks to @TheZexquex )

  • [!] Fix armor being visible in armor slots after completing DeliverItems objective (Thanks to @TheZexquex )

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