Multi-Step quests
Learn how to create multiple step quests!
This quest has 3 steps:
Mine 10 coal ores (no rewards)
Mine 10 iron ores (gives 5 points)
Mine 10 diamond ores (gives 25 points)
After completing all 3 steps, the quest will complete.
How to create a quest with multiple steps
As in the example, create a section steps
and add quest parameters to each step section as desired.
Info parameter
Each step can contain a list of information which you can use inside the quest icon (%info%
).
Icon placeholders related to steps system
%step%
- current step%steps%
- number of steps%info%
- information from stepinfo
parameter
Global quest parameters
Some values like type, required-progress, whitelist, blacklist etc. can be used globally by adding them to the quest section instead of the step section.
Example:
In this example, all steps require 10 progress and give 5 points (per step).
Last updated