BeautyQuests Expansion icon

BeautyQuests Expansion -----

An expansion which add many unique features to the quests plugin BeautyQuests.




This version of the Expansion supports BeautyQuets build 136 and onwards.

Also updated "glowing tracker" to work on 1.21 and 26.1
----------, May 21, 2026

  • Fixed NoSuchMethodError on BeautyQuests dev build 128
----------, Feb 22, 2026

  • Added a new "wait for requirements" stage type. This stage allows to use any condition from BeautyQuests and make it a stage (for instance, level requirement, PlaceholderAPI requirement...). You can use it to create basically anything you want as long as a placeholder exists for it!
  • The "Statistic" stage is now updated in real-time in the boss bar and in the scoreboard!
  • Fixed some bugs
  • Updated translations
----------, Feb 6, 2026

Changelog:
  • Fixed bug with automatic quests
  • Fixed placeholder error for statistic stage
  • Fixed loading error when some other plugins are installed on the server
    • This problem was due to a complex classloading issue between other plugins that are loading the same libraries (adventure-platform-bukkit)
    • For most of the users that experienced it, it was due to MythicMobs or ItemsAdder
This version only works for BeautyQuests 2.0.0 dev builds! You can download them from here.
----------, Sep 3, 2025

Changelog:
  • Added support for BeautyQuests 2.0.0 dev builds
  • Added Server quester
    • You can setup a quest to be server-wide by changing the "quester strategy" option in the Quest creation GUI
    • If a quest is set to be server-wide, any player doing actions related to the quest (e.g. killing a mob, if the quest has a "kill mobs" stage) will advance the progress of the quest for everybody.
    • Server-wide quests with the "automatic quest" option turned on will automatically start after creation.
  • Added party-progress sharing
    • Needs the Unite plugin and a compatible party plugin (see a list on Unite page)
    • An option has been added to all stage to enable party progress sharing
    • If enabled, any player doing an action related to a quest will share this progress with all players in its party
    • Note: this only works for players in the same stage of the quest
  • Updated some translations
This version only works for BeautyQuests 2.0.0 dev builds! You can download them from here.
----------, Aug 22, 2025

Changelog:
  • Added support for 1.21.1/2/3/4
  • Now supporting BeautyQuests 1.0.5 only
  • Added "block under entity" option for glowing tracker
----------, May 9, 2025

  • Added support for BeautyQuests 1.0.4 (fixed a bug with version parsing)
----------, Oct 2, 2024

Changelog:
  • Added 1.20.6/1.21 support for glowing entity/blocks tracker
  • Updated Polish, Turkish and Chinese translations
  • Added Deutch translations
Future updates:
For now I am only doing support updates to the expansion. However, there are new features in the work! Notably, the ability to do party and global quests.
----------, Aug 20, 2024

Changelog:
  • Supports Minecraft 1.20.4 for "glowing" entity tracker
  • Updated translations
----------, Apr 1, 2024

Changelog:
  • Now supports BeautyQuests 1.0
  • Added "glowing" tracker for blocks
  • Made view distance configurable for "region outline" tracker
  • Added GPS as a tracker
  • Added a lot of translations
----------, Nov 2, 2023

Changelog:
  • Added support for BeautyQuests 0.21 dev builds
  • Added support for Minecraft 1.20
  • Added way to configure the behavior of the plugin regarding negative quest points balance:
Code (YAML):
# Configuration for quest points
points
:
  # Describes the behavior of operations of removing quest points from a player which would lead to a
  # negative quest points balance.
  # Allowed options are:
  # - ALLOW: negative quest points balance is allowed
  # - FLOOR: trying to remove more quest points that what a player already has will simply result on the
  #   player's balance being set to 0
  # - FAIL: any operation of removing more quest points that what a player has will fail
  negative behavior
: ALLOW
This version is compatible with BeautyQuests 0.21 dev builds over 375.
----------, Jun 26, 2023

Changelog:
  • Fixed description of "points reward" if the amount of points given to the player is not random
  • Added logs related to placeholders and quest points, for better issue investigation
  • Added message when a player wants to start a quest but the "points requirement" is not met
  • Added support for 1.19.4
  • Fixed a bug where the "glowing" target tracker did not work when getting far away from an entity and coming close again
----------, Mar 19, 2023

Changelog:
  • Fixed an issue with 1.19.3
----------, Dec 28, 2022

Changelog:
  • Updated FR translations
This version is compatible with the BeautyQuests 0.20 release! (dev build 345 or above).
----------, Dec 2, 2022

Added a {quest_time_left} placeholder in the internal scoreboard system.
upload_2022-11-4_12-2-19.png
This scoreboard has been done with this scoreboard.yml config:
Code (YAML):
lines:
- value
: ''
- value
: '§8> §6 {quest_name }'
- value
: ''
- value
: ' {quest_advancement }'
  length
: 30
- value
: ''
- value
: ' {quest_time_left }'
Added an integration with PlaceholderAPI:
%beautyquests-expansion-points_player% to fetch the amount of quest points that the player has
%beautyquests-expansion-points_top_X_name% and %beautyquests-expansion-points_top_X_points% which, combined, allows to create a leaderboard ( only available when BeautyQuests is using a database for player datas)​
upload_2022-11-4_12-2-42.png
This is done using this:
Code (YAML):
lines:
- value
: '§7Your quest points : §b %beautyquests-expansion-points_player%'
  refresh
: 2
- value
: ''
- value
: '§8§lLeaderboard:'
- value
: ' #1 §e%beautyquests-expansion-points_top_1_name%: §b%beautyquests-expansion-points_top_1_points%'
  refresh
: 2
- value
: ' #2 §7%beautyquests-expansion-points_top_2_name%: §b%beautyquests-expansion-points_top_2_points%'
  refresh
: 2
- value
: ' #3 §c%beautyquests-expansion-points_top_3_name%: §b%beautyquests-expansion-points_top_3_points%'
  refresh
: 2
This version is compatible with BeautyQuests dev builds over 341.
----------, Nov 4, 2022

Changelog:
  • Fixed some exceptions with location trackers
  • Added permissions to the "/quest points ..." commands
  • Added Chinese and Ukrainian translations
  • Added a Rankup integration for quest points related requirements
This version is compatible with BeautyQuests dev builds over 340.
----------, Oct 30, 2022

Changelog :
  • Fixed a bug where the "Time Limit" option was not visible from the GUI on some servers.
I am sorry for the multiple updates today but the resource approval today caught me off guard, I was planning to release an update with all bugfix just before release lol. Now it's all done.

This version is compatible with BeautyQuests dev build over 333.
----------, Sep 4, 2022

Changelog:
  • Fixed bugs with latest dev builds.
This version have to run on BQ build #332 at least.
----------, Sep 4, 2022

Resource Information
Author:
----------
Total Downloads: 448
First Release: Sep 4, 2022
Last Update: May 21, 2026
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings