Skip to content

Releases: AlessioGr/NotQuests

v1.3.5 - Bug Fixes & Improvements

21 Sep 16:58
Compare
Choose a tag to compare
  • Add Configuration option: general.max-active-quests-per-player
  • Add Command Aliases: /nq and /nqa
  • Add Version number to admin command /qa
  • Fix GUI still showing when right-clicking an NPC with only takeEnabled Quests when it's set to not showing (can be set when adding npc to quest)
  • Error Check for invalid NPCs in CommandNotQuests when checking if the NPC is close for takeEnabled = false Quests. It now skips them and warns the player about it.

v1.3.4 - New Placeholders & Other Improvements

20 Sep 16:33
Compare
Choose a tag to compare
  • 2 new configurable placeholders (You can display them in your sidebar for example):
    %notquests_player_active_quests_list_horizontal% and %notquests_player_active_quests_list_vertical%
  • Improved the Quest Points Placeholder
  • Fixed unnecessary space at the end of every Quest DisplayName

v1.3.3 - Add Placeholder & Configuration option

20 Sep 11:19
Compare
Choose a tag to compare
  • Add Placeholder: %notquests_player_questpoints%
  • Fix another Placeholder
  • Add Configuration Option gui.usercommands.enabled to enable or disable the GUI for the other user commands

v1.3.2 - Fix Placeholders

20 Sep 10:56
Compare
Choose a tag to compare
  • Tried to fix Placeholders

v1.3.1 - Less forced Dependencies, various improvements

19 Sep 23:02
Compare
Choose a tag to compare
  • Citizens is now optional and no longer a forced requirement (although needed for NPC stuff to work)
  • Vault is now optional and no longer a forced requirement (although needed for money stuff to work)
  • Performance Improvement: Replace ".equals()" with "==" for enums

v1.3.0 - SQLite Support & Data Loading improvements

19 Sep 20:59
Compare
Choose a tag to compare
  1. A MySQL Database is now no longer required (but strongly recommended)! If it's not configured, SQLite will be used by default.
  2. Data loading has been further improved, especially during first-time use, which previously could have caused the plugin to crash.

v1.2.2 - Add bStats

19 Sep 15:00
Compare
Choose a tag to compare
  • Added bStats

v1.2.1 - Various improvements

19 Sep 14:01
Compare
Choose a tag to compare
  • Improved the port section of the configuration. This might need to be re-configured during if you update the plugin, causing the plugin to disable itself when you first load it after an update
  • Added new configuration option: gui > questpreview > enabled. It's enabled by default, but you can disable it if you prefer not to use the GUI for quest previews.
  • Further improve data loading, making it safer
  • Improve the /questadmin load command
  • Fix compilation mistakes, which caused some conflicts with the GUI library or the plugin not loading on some servers, if that GUI library was not found.
  • If you have the notnot.quests.admin permission, you now automatically inherit the notnot.quests.use permission
  • Other internal improvements

Respect land protection plugins

02 Sep 14:19
Compare
Choose a tag to compare
Pre-release

The Break blocks objective now respects land protection plugins. The objective cannot be abused by mining blocks in protected land any more.

Initial Release

31 Aug 17:53
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release
Requirements: MySQL Database, Paper 1.17.1, Citizens, PlaceholderAPI, Vault