Skip to content

Releases: SkytAsul/BeautyQuests

0.19.4 - Fix crafting exploit

10 May 10:18
Compare
Choose a tag to compare

Changelog:

  • Updated zh_CN locale
  • Fixed an exploit where players can complete a crafting stage whereas they do not actually craft the required item

0.19.3

08 May 19:57
944524c
Compare
Choose a tag to compare

Additions:

  • Added the ability to select a custom ID when creating a quest, using /quests create [id] (although it is recommended to let the id field empty and let the plugin decide the ID)
  • Added "melt items in furnace" and "enchant items" stage types
  • Added the "parse placeholder" option for command rewards. If enabled, PlaceholderAPI placeholders will get replaced by their value before command execution.
  • Added %beautyquests_started% palceholder, which displays a list of started quests along with their description.
  • Added "dialogs.maxDistance" config option. It decides the maximum number of blocks players can walk away from a NPC before its dialog gets stopped and resets.

Changes:

  • If the dialogs.inActionBar option is enabled, messages will now be displayed on screen for the correct duration
  • When errors occur while parsing placeholders, they are now sent to the console
  • Totally reworked the particles system to be more efficient; it is now possible to use new particles (previously it was only possible to use pre-1.13 particles)
  • Changed quests YML data format
  • Migration will occur automatically, but is irreversible
  • Backward-compatibility is kept
  • For devs: switched in-code (de)serialization system from using raw Map<String, Object> to complete Bukkit's ConfigurationSection system

Fixes:

  • Fixed exception in "find NPC" stages with no dialogs
  • When Citizens gets reloaded, BeautyQuests will now adapt and no longer crash all of its NPCs (this probably fixes an issue with ItemsAdder and holograms)
  • Updated FR, CN, VI locales

SpigotMC update: https://www.spigotmc.org/resources/beautyquests.39255/update?update=455535

0.19.2

15 Apr 12:22
5e7eb36
Compare
Choose a tag to compare

0.19.1

03 Mar 17:07
Compare
Choose a tag to compare
0.19.1 release - 1.18.2 support