add-on Placeholders
These variables can be used only if PlaceholderAPI is installed, for reference see PlaceholderAPI
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.
Last updated