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 22, 2024 by Aestrus's avatar Aestrus
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 0 deletions
+6 -0
  • Dungeon-Config.md Dungeon-Config.md +6 -0
  • No files found.
Dungeon-Config.md
View page @ d2374b7c
...@@ -29,6 +29,10 @@ General: ...@@ -29,6 +29,10 @@ General:
# 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. # 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. # NOTE: Spectators cannot use the spectator menu to exit the dungeon.
DeadPlayersSpectate: true DeadPlayersSpectate: true
# Whether to close the dungeon when all players are spectating. If this is set to false, the dungeon will remain open until all players have left.
# If set to false, players must use /md leave to exit the dungeon.
# NOTE: This option only works if DeadPlayersSpectate is set to true.
CloseDungeonWhenAllSpectating: true
# Whether players keep their inventory upon entering the dungeon. # Whether players keep their inventory upon entering the dungeon.
KeepInventoryOnEnter: true KeepInventoryOnEnter: true
# Whether players keep their current health upon entering the dungeon. # Whether players keep their current health upon entering the dungeon.
...@@ -122,6 +126,8 @@ Rules: ...@@ -122,6 +126,8 @@ Rules:
AllowEnderpearl: false AllowEnderpearl: false
AllowChorusFruit: false AllowChorusFruit: false
AllowBucket: false AllowBucket: false
# Limits placing things that don't count as blocks like boats.
AllowPlaceEntities: false
# Effectively sets RandomTickSpeed to 0 inside the dungeon, preventing blocks from spreading, plants from growing, ice from melting, etc. # Effectively sets RandomTickSpeed to 0 inside the dungeon, preventing blocks from spreading, plants from growing, ice from melting, etc.
DisableRandomTick: true DisableRandomTick: true
PreventPlantGrowth: true PreventPlantGrowth: true
......
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
Developer Documentation
  • Introduction to API
  • Getting Started with Elements
  • GUI Menus
  • *Custom Functions
  • *Custom Triggers
  • *Custom Conditions
  • Adding Party Support