Releases: AlessioGr/NotQuests
Releases · AlessioGr/NotQuests
v1.3.5 - Bug Fixes & Improvements
- 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
- 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
- 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
- Tried to fix Placeholders
v1.3.1 - Less forced Dependencies, various improvements
- 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
- A MySQL Database is now no longer required (but strongly recommended)! If it's not configured, SQLite will be used by default.
- 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
- Added bStats
v1.2.1 - Various improvements
- 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
The Break blocks objective now respects land protection plugins. The objective cannot be abused by mining blocks in protected land any more.
Initial Release
Initial Release
Requirements: MySQL Database, Paper 1.17.1, Citizens, PlaceholderAPI, Vault