Configuring a Category
Default config
The default config can be found here.
How to add categories
Each quest is its own config file, placed in the /categories/
folder, and you can add or remove them as you please. There's an example config called _example.yml
to help you out!
The ID of the Category is the file name. ID's must be lowercase letters, numbers, and underscores only.
Categories allow both Free and Premium quests
Example Category Config
Understanding the Sections
The Display Section:
The Config Section:
The Quests Section
Internal Placeholders
Placeholder
Value
%completed%
The amount of completed quests in the category.
%total%
The total amount of quests in the category.
%time%
The time until start/reset/end of the category.
Last updated