Configuring a Task
Default configs
The default configs can be found here.
How to add tasks
Each task is its own config file, placed in the /tasks/
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 Task is the file name. This is what you use in your Quests. ID's must be lowercase letters, numbers, and underscores only.
Example Task Config
Understanding the Sections
The Display Section
The XP Gain Methods
Internal Placeholders
Placeholder
Value
%current%
The current task xp.
%required%
The required task xp.
Last updated