⚔️
MythicDungeons
  • ⚔️MythicDungeons Wiki
  • 📔Overview
    • Supported Version
    • Dependencies
    • Supported Plugins
  • 💡Get Started
    • Building Dungeon
    • Dungeon Group Config
      • general.yml
      • stages.yml
      • buffs.yml
      • checkpoints.yml
      • lootchests.yml
      • teleporters.yml
      • traps.yml
  • 📈Staged Dungeon
    • Stages
    • Actions, Completions & Fail Actions
      • General Parameters
      • Action List
    • Objectives
      • Objective List
    • Branches
      • Parameters
    • Displays
      • Scoreboard
      • Boss Bar
      • Action Bar
  • ⚙️Configuration
    • General Config
    • Locale
    • Loot Tables
    • Effects
    • GUIs
    • NPCs
    • Scoreboards
  • 🏃Joining Dungeon
    • Room Mechanics
    • Ways To Join Dungeon
  • 🚫Commands & Permissions
    • General
    • Dungeon Group
    • Dungeon
    • Dungeon Room
  • 📋Miscellaneous
    • Placeholders
    • Tutorials
    • Migration Guide
    • FAQ
Powered by GitBook
On this page
  1. Staged Dungeon

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:

Parameters
Explanation
Examples

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

Previoustraps.ymlNextActions, Completions & Fail Actions

Last updated 1 year ago

📈