Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for SkytAsul

Quest system with a simple graphical interface. Compatible with SQL databases.

Report BeautyQuests?

Release
1.0.4

SkytAsul released BeautyQuests version 1.0.4 on October 2, 2024

  • Bugfixes in some versions
  • Removed SkillAPI and ProSkillAPI integrations in favor of Fabled
  • Added support for Minecraft 1.21(.1)
  • Fixed issues with world patterns resetting during quest edition
  • Added /quests resetPool <pool id> command, which works in a similar manner to the /quests resetQuest command: it removes all data for all players for the specified pool
  • Made the "keep player data" button always visible when editing a quest in the creation GUI. Its old behavior was too confusing.
  • Updated wrong vietnamese translation
  • Updated LevelledMobs integration
  • Added selectors (such as @a) support for /quests scoreboard show/hide <player>
  • Fixed bugs with BlueMap
  • Fixed bugs with WildLoaders
  • Fixed wrong NPC name displayed in dialog history
  • Fixed bug in "place blocks" or "break blocks" editor with non-item blocks (such as Cocoa)
  • MythicMobs can now serve as NPCs!

    To be used properly that way, each MythicMob that serves as an NPC must have at most 1 active mob. If more than 1 mob are spawned, then the behavior is undefined.

  • Added StackMob integration to count all the mobs in a mob stack when killing them
  • Added configuration options for the 3 tabs of the /quests menu. You can now customize the icon and the color of the separator bar. Default values:
    # - Quests Menu -
    # Options related to the "/quests" menu
    questsMenu:
      # Configuration of the tabs in the menu
      tabs:
        # This tab shows the quests the player has previously completed.
        finished:
          # Whether the tab will appear in the menu
          enabled: true
          # The icon in the bar at the right
          icon: BOOK
          # The color of the vertical separator (if enabled)
          color: GREEN
        # This tab shows the quests currently being done by the player.
        in progress:
          enabled: true
          icon: WRITABLE_BOOK
          color: YELLOW
        # This tab shows the quests the player can start.
        not started:
          enabled: true
          icon: PAPER
          color: RED
    

Information

Published onOctober 2, 2024
Downloads43

Platforms

Paper Paper (1.8, 1.9.2, 1.9.4, 1.12.2, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2-1.19.4, 1.20.2-1.21.1)

Dependencies