Releases: SkytAsul/BeautyQuests
Release list
2.1.0 - build 151
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added more debug logging
- Reworked quest edition experience (experimental):
- Most editors that asked to write something in the chat have been replaced with Minecraft Dialogs.
- The editors that previously accepted the "null" keyword can now simply be left empty before the player clicks on "Validate".
- Some editors have gained a "reset" button for better ergonomy.
- Added indications to some complex editors (e.g. duration, regex, comparisons...)
- Since dialogs text input can span multiple lines, replaced old (and bad) "multiline text editor" by this
Full Changelog: 2.1.0+build.144...2.1.0+build.151
2.1 - build 144
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Dropped support for Spigot, BeautyQuests is now Paper-only (+ forks)
- Paper now works properly on 26.2
- Added SQLite support
Full Changelog: build/138...2.1.0+build.144
2.1 - build 138
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added Minecraft 26.2 support
Full Changelog: build/136...build/138
2.1 - build 136
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added Spigot and Paper support for 26.1.2
- Dropped support for 1.17/1.18/1.19
- Fixed "Use of Maven Central as a CDN is against the Maven Central Terms of Service" warning on startup
Full Changelog: build/135...build/136
2.1 - build 135
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added "show progress bars on join" config option
- If enabled (default behaviour), progress bars of the active quests are shown when players log in.
- Fixed wrong "file is not a JSON file" error
- Fixed exploit in "craft items" stage where players can advance in quests when their inventory is full by shift+clicking
Full Changelog: build/132...build/135
2.1 - build 132
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added "RegExp" option to the "Write in chat" stage type
- This allows complete flexibility of messages to match thanks to the power of regular expressions
- E.g.,
/town create .+would match any command starting with/town create - Test your regexes here
- Fixed style of some options in the Quest Creation GUI
Full Changelog: build/131...build/132
2.1 - build 131
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed some errors when having custom sounds without namespaces
- Updated the commands library (Lamp) to fix duplications in help command
- Added placeholders for launched quests such as
%beautyquests_started_ordered_time_left%
Full Changelog: build/129...build/131
2.1 - build 129
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added placeholders for player-specific quest description, for instance
%beautyquests_player_quest_ID_time_left%(if the Expansion is installed).- Full list available with
/papi info beautyquests
- Full list available with
Full Changelog: build/128...build/129
2.1 - build 128
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Added PAPI placeholders for all quest options:
%beautyquests_quest_ID_OPTION%, replaceIDwith the ID of a quest andOPTIONby an option from this list:startableFromGUI, firework, startMessage, questerStrategy, timeLimit, failOnDeath, scoreboard, customItem, pool, confirmMessage, description, auto, hologramLaunch, endMsg, bypassLimit, repeatable, name, starterNPC, timer, cancellable, startRewards, endSound, visibility, hologramText, requirements, startDialog, hologramLaunchNo, cancelActions, customOrder, hideNoRequirements, endRewards.
2.1 - build 127
Note
This is a dev build and not a release. Please use with care!
- Backup your prior data before installing: both the
/plugins/BeautyQuestsdirectory AND your database (if using one). - Test beforehand on a separate server than your production one.
- Fixed NPE when saving a quest with hologram removed
- Fixed Items GUI bug when adding more than 7 items
- Fixed NPC creation GUI
- Added (back) the
/bq reload datacommand- The old
/bq reloadhas been completely removed in favor of this new one. - In contrast with the old reload command, it does not reload configuration settings. It only reloads the quests folder and the pools file.
- Allowing the quests to be reloaded during the plugin runtime required to change quite a load of loading related code. It may have created some bugs. Please don't use this command in production.
- The old