Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Wiki
  • Dungeon Config

Dungeon Config · Changes

Page history
Update Dungeon Config authored Feb 09, 2023 by MarcatoSound's avatar MarcatoSound
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 0 deletions
+5 -0
  • Dungeon-Config.md Dungeon-Config.md +5 -0
  • No files found.
Dungeon-Config.md
View page @ 8c660e83
...@@ -13,6 +13,11 @@ General: ...@@ -13,6 +13,11 @@ General:
ShowTitleOnStart: false ShowTitleOnStart: false
Lobby: Lobby:
Enabled: false Enabled: false
# Where the player appears after leaving the dungeon via the "Finish Dungeon" function. (Use the /md setexit <dungeon> command.)
ExitLocation: null
# Whether to use the exit location for any time the player leaves instead of just when they finish the dungeon.
AlwaysUseExit: false
# What game mode the players will be in while in the dungeon.
Gamemode: SURVIVAL Gamemode: SURVIVAL
# How many times the player can die before being unable to respawn. 0 will give the player infinite lives. # How many times the player can die before being unable to respawn. 0 will give the player infinite lives.
PlayerLives: 0 PlayerLives: 0
......
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Compatibility
  • Mythic Mobs
  • Placeholder API
  • BetonQuest
Advanced Info
  • Editing Functions in YML*