⚡Questborn⚡Quest Rotations Update icon

⚡Questborn⚡Quest Rotations Update -----

Quests System



Display & Integrations
IMPORTANT - BEFORE UPDATING:
  • Make a full backup of the Questborn plugin folder (especially configs, player progress data, and player files) before updating!
  • After the update, delete the old config.yml file — the plugin will automatically create a new one with all the latest settings.
  • The old top.yml file is no longer used and can be completely deleted — everything has been moved to the new menus.yml.

New features and changes:
  • New integration with ItemsAdder
    Added the ability to use custom ItemsAdder items in quests.
    Usage example:
    Code (YAML):

    objectives
    :
        type
    : ITEM_FISH
        amount
    : 6
        target-materials
    :
         - "itemsadder:iasurvival:blue_parrotfish"
     
  • Full integration with PlaceholderAPI
    Added complete PlaceholderAPI support. Now you can display quest information in holograms, chat, tab list, Scoreboard, etc.
    Available placeholders:
    • Code (Text):
      %questborn_quests_completed%
      - total number of quests completed by the player
    • Code (Text):
      %questborn_status_<id>%
      - quest status (ACTIVE, COMPLETED, COOLDOWN, AVAILABLE, UNAVAILABLE)
    • Code (Text):
      %questborn_cooldown_<id>%
      - remaining cooldown time for a specific quest
    • Code (Text):
      %questborn_active_id%
      - ID of the current active quest
    • Code (Text):
      %questborn_active_name%
      - name of the current active quest
    • Code (Text):
      %questborn_active_description%
      - description of the current active quest
    • Code (Text):
      %questborn_active_stage_current%
      - current stage
    • Code (Text):
      %questborn_active_stage_total%
      - total number of stages
    • Code (Text):
      %questborn_active_progress_current%
      - current stage objective progress
    • Code (Text):
      %questborn_active_progress_target%
      - target stage objective progress
    • Code (Text):
      %questborn_active_progressbar%
      - graphical progress bar
    • Code (Text):
      %questborn_active_objective%
      - current objective text (first line)
    • Code (Text):
      %questborn_active_objective-<number>%
      - specific line (e.g. -0, -1, etc.)

  • Quest display (Scoreboard & BossBar)
    Added convenient display of the current quest on screen via Scoreboard and BossBar. Fully configurable in config.yml.
    Configuration example:
    Code (YAML):

    bossbar
    :
      enabled
    : true
      title
    : "&e{quest_name} &7[{progress}/{target}]"
      color
    : AUTO
      mode
    : "STATIC"
      style
    : SOLID
    scoreboard
    :
      enabled
    : true
      lines
    :
       - "&fQuest:"
        - "{quest_name}"
        - "{objective_details}"
     
    [​IMG] [​IMG]

  • New menu configuration system (menus.yml)
    The old top.yml file has been merged into a single menus.yml. Now you can freely customize the GUI size and exact element placement in each menu.
    Example for Top menu:
    Code (YAML):

    menus
    :
      top
    :
        rows
    : 5
        slots
    :
          players
    :
           - "10-16"
            - "19-25"
            - "28-34"
        mask
    :
         - "0-9"
          - "17, 18, 26, 27, 35, 36"
          - "36-44"
        rank-styles
    :
          1
    :
            prefix
    : "<#FFAA00>♛ "
            footer
    : "<#FFAA00> TOP 1 LEADER "
     
  • Integration with SkinsRestorer
    Added small integration to improve skin display in the player leaderboard.
  • ⚙️ Technical improvements
    • Updated and optimized configuration structure
    • Minor code refactoring and performance optimization


Enjoy using the update!
----------, Feb 22, 2026
Resource Information
Author:
----------
Total Downloads: 213
First Release: Dec 15, 2025
Last Update: Mar 12, 2026
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings