Skip to content

Releases: AlessioGr/NotQuests

v6.0.0 - paper 26.1.1 support

08 Apr 00:05

Choose a tag to compare

Release can be downloaded exclusively from Modrinth: https://modrinth.com/plugin/notquests

Breaking Changes

  • Paper 26.1.1 is now supported. Older versions are no longer supported
  • Java 25 is now required (previously Java 17)
  • Removed integrations: BetonQuest, zNPCs, and ProjectKorra have been temporarily removed to keep notquests simple and easier to maintain. If you relied on BetonQuest conditions/events, zNPCs NPC linking, or ProjectKorra objectives, these are no longer available.

New Features

Custom YAML-based GUIs

  • The entire GUI system has been rewritten with a new YAML-driven GUI framework
  • GUIs are now fully configurable via YAML files in the plugins/NotQuests/guis/ folder
  • Supports tabbed interfaces, paged item lists, and action buttons
  • Default GUIs included: main menu with tabs (active quests / take quests), quest preview, NPC quest selection, category browsing, and quest abort confirmation
  • Custom skull textures, dynamic placeholders (%QUESTNAME%, %CATEGORYNAME%, %PLAYER%, etc.), and per-item lore/display name from the language file
  • Powered by InvUI 2.0

v5.19.0 - paper 1.21.1 support

30 Sep 10:56
ebe65d5

Choose a tag to compare

Release can be downloaded exclusively from Modrinth

  • [+] Support paper 1.21.1
  • [!] Remove unused dependencies. This reduces the size of notquests from 6.5 MB to 3.4 MB

v5.18.2 - quest profile bug fixes

30 Sep 10:56
ebe65d5

Choose a tag to compare

Release can be downloaded exclusively from Modrinth

  • [!] Fix creation and saving of quest profiles not working (/nq profiles)

v5.18.1 - dependency upgrades

30 Sep 10:55
ebe65d5

Choose a tag to compare

Release can be downloaded exclusively from Modrinth

  • [^] Upgrade various dependencies of notquests: betonquest, citizens, elitemobs, projectkorra, uclans, znpcs, floodgate, placeholderapi, crunch, hikaricp
  • [@] Update various translations

v5.18.0 - paper 1.20.6 support

04 May 22:39
f303089

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

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

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

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

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

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