BedWars Quests add-on
  • GET A COPY
    • Purchase Quests add-on
  • GENERAL
    • Home
  • Get Started
    • Migrating from v3
    • Installing add-on
      • 🛏️Bed Wars Core
      • 🔑License Key
      • 💾Database
      • 🪅Integrations
      • ⌨️Commands & Permissions
    • Quest & Challenge Types
    • Quest Flags
  • PlaceholderAPI
    • add-on Placeholders
  • DEVELOPER API
    • API Hook-up
    • Custom Events
Powered by GitBook
On this page
  • Player Placeholders
  • Quest Placeholders
  • Challenge Placeholders
  1. PlaceholderAPI

add-on Placeholders

PreviousQuest FlagsNextAPI Hook-up

Last updated 10 months ago

These variables can be used only if PlaceholderAPI is installed, for reference see

Player Placeholders

Input: %quests_remaining_challenges%

Type: Integer

Output: The number of challenges remaining to complete.

Quest Placeholders

It is necessary to replace <quest_id> with the quest ID.

Input: %quests_<quest_id>_progress%

Type: Integer

Output: The progress of the quest in flat numbers.

Input: %quests_<quest_id>_required_progress%

Type: Integer

Output: The required progress of the quest in flat numbers.

Input: %quests_<quest_id>_progress_percentage%

Type: Integer

Output: The progress of the quest in percetage.

Challenge Placeholders

It is necessary to replace <challenge_id> with the challenge ID.

Input: %quests_<challenge_id>_required_progress%

Type: Integer

Output: The required progress of the challenge in flat numbers.

PlaceholderAPI