Stages

Stages contain all Actions and Completions to do, Objectives to check in this phase, as well as different parameters. They are declared in stages.yml.

Under Stages.<ID>.Options:

ParametersExplanationExamples

Initial

Define the first stage of the dungeon. Only 1 stage can be defined as initial

true if this is the first stage of the dungeon, otherwise, it can be omitted

Delay

How long in ticks will the stage wait before starting, the actions will not be done, and the objectives will not be shown on the scoreboard and checked during the delay

End

Define the last stage of the dungeon. Once this stage is completed, the dungeon ends

true if this is the last stage of the dungeon, more than 1 stage can be defined as last stage

Last updated