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 Jun 12, 2022 by MarcatoSound's avatar MarcatoSound
Show whitespace changes
Inline Side-by-side
Showing with 13 additions and 1 deletion
+13 -1
  • Dungeon-Config.md Dungeon-Config.md +13 -1
  • No files found.
Dungeon-Config.md
View page @ 860518b5
...@@ -9,14 +9,26 @@ General: ...@@ -9,14 +9,26 @@ General:
# Do not change! Used to track the config version when major updates happen. # Do not change! Used to track the config version when major updates happen.
Version: 1 Version: 1
DisplayName: "&bA Dungeon" DisplayName: "&bA Dungeon"
# Whether to show the display name above in a title message to the players when the dungeon begins.
ShowTitleOnStart: false
Lobby: Lobby:
Enabled: false Enabled: true
Gamemode: SURVIVAL Gamemode: SURVIVAL
# How many times the player can die before being unable to respawn. 0 will give the player infinite lives.
PlayerLives: 0 PlayerLives: 0
# Whether players who lose all their lives get put into spectator. If this is set to false, the player will instead be kicked from the dungeon.
# NOTE: Spectators cannot use the spectator menu to exit the dungeon.
DeadPlayersSpectate: true
# Whether players keep their inventory upon entering the dungeon.
KeepInventoryOnEnter: true KeepInventoryOnEnter: true
# Whether to kick players who disconnect during the dungeon.
KickOfflinePlayers: true KickOfflinePlayers: true
# How long to wait after a disconnect before kicking the player from the dungeon.
KickOfflinePlayersDelay: 300 KickOfflinePlayersDelay: 300
# The maximum number of backups the plugin will save before deleting old backups.
MaxBackups: 7 MaxBackups: 7
# The maximum number of instances there can be of this dungeon at a time.
MaxInstances: 5
# Loot Cooldown makes it so that players can't loot chests they've already looted recently. # Loot Cooldown makes it so that players can't loot chests they've already looted recently.
# Reward functions can be configured individually, or use the default values provided in this section. # Reward functions can be configured individually, or use the default values provided in this section.
......
Clone repository
General Info
  • 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
Advanced Info
  • Editing Functions in YML*