Releases: SkytAsul/BeautyQuests
2.0 - build 90
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuests
directory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed an issue when migrating pre-2.0.0 quest pools data.
Full Changelog: build/88...build/90
2.0 - build 88
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuests
directory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed the
--overrideRequirements
option not working for the/quests start
command- It is now called
--force
- It is now called
- New materials from 1.21.6 (dried ghasts, harness...) are now supported
Full Changelog: build/84...build/88
2.0 - build 84
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuests
directory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed a bug preventing the use of the Dialogs History GUI
Full Changelog: build/82...build/84
2.0 - build 82
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuests
directory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed another bug related to item accounts totaling more than 64
- Updated FR, HU, RU, TH, VI, ZH translations
Full Changelog: build/77...build/82
2.0 - build 77
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuests
directory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added an
auto hide
setting for the scoreboards (disabled by default). When enabled, the scoreboard will automatically hide itself after the set amount of seconds when no progress has been done to the quests shown on it. - Removed WorldGuard 6 support (useless since the it only supports MC up to 1.12.2 while BeautyQuests now only supports MC from 1.17)
- Fixed mobs or blocks editing causing "Cannot find object with UUID" errors
- No longer showing scoreboards-related errors when version is incompatible
- Fixed some timing quirks in scoreboards
- Fixed "ID already taken" errors when creating quests
Full Changelog: build/73...build/77
2.0 - build 73
Warning
Please read the notice from the first dev build of 2.0 if you don't want to lose data!
Changelog
- Disabled the
/quests reload
command for now since it caused major bugs that will require much work to get fixed - Logged errors that sometimes were silently dropped
- Added a tooltip for "smelt items" stage to help users understand which items to put in the editor
- Added a "custom ordering index" quest option to customize the order the quests appear in the
/quests
menu - Fixed bugs with item stacks containing more than 64 items due to a Paper change in 1.21.7
Full Changelog: build/67...build/73
2.0 - build 67
Warning
Please read the notice from the first dev build of 2.0 if you don't want to lose data!
Changelog
- Fixed some issues with stages not being completed properly
- Fixed the necessary internal bugs to allow for custom questers :)
- Fixed a timing issue where quests did not stay long enough in the scoreboard
- Added a long-time requested feature: quests pinning to scoreboard! Use Shift+Left Click on a quest in the
/quests
menu to pin it to the scoreboard. When quests are pinned, they will be the only ones shown in the scoreboard and it will cycle among them only, without showing the non-pinned quests.
Full Changelog: build/63...build/67
2.0 - build 63
Warning
Please read the notice from the first dev build of 2.0 if you don't want to lose data!
Changelog
- Fixed mobs killed by projectiles not being counted in the quests
- Handled some errors in scoreboards when data is corrupted
Full Changelog: build/61...build/63
2.0 - build 61
Warning
Please read the notice from the first dev build of 2.0 if you don't want to lose data!
Changelog
- Fixed cancelling a quest not working properly
- Fixed loading on pre-1.21.6 Paper servers
- Fixed bStats version metric
- Added a new
mythicmobs.count kill for pet owner
option to make kill made by MythicMobs pets count for their owners
Full Changelog: build/55...build/61
2.0 - build 55
Warning
This is a snapshot! Do NOT use it on a production server!
For the courageous still willing to test it, please do so first on a development server, and only after making a backup of both the /plugins/BeautyQuests
directory AND your database (if using one).
Changelog
This release focuses on a full refactoring of the code to allow more flexibility regarding the actors that can participate in quests, which are now named "questers".
Especially, this big refactoring now allows for questers such as:
- players (just as before)
- server (progress shared between all players on the server)
- parties (progress shared between members of a party from compatible plugins)
On top of that, this will also allow for progress sharing on a single stage, for instance to make all players within a set radius pass a stage (e.g. in a boss room).
Currently, none of those features are actually implemented, but they are now POSSIBLE and will eventually get added (probably in the Expansion).
The only new feature, apart from bug fixes, is the addition of 1.21.7 support!
Full Changelog: 1.0.5...build/55