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
  • Your First Dungeon

Your First Dungeon · Changes

Page history
Create Your First Dungeon authored Jun 11, 2022 by MarcatoSound's avatar MarcatoSound
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 0 deletions
+24 -0
  • Your-First-Dungeon.md Your-First-Dungeon.md +24 -0
  • No files found.
Your-First-Dungeon.md 0 → 100644
View page @ 63ea8d67
Mythic Dungeons is an incredibly powerful and flexible plugin. It's been designed to be approachable and to minimize your need to use a wiki like this one. However, this startup guide will give a more thorough tutorial on how to start making dungeons that will blow the minds of your players!
_(VIDEO COMING SOON)_
**The Dungeon Map**
Before we can start building our dungeon, we need to create the map. This can be done in one of two ways:
* `/md create <dungeon name>` - This will create a new dungeon with a name you provide. The map it creates will be a superflat world with no structures. It's a perfect blank slate for you to start building in.
* `/md import <world> [type]` - This will copy the world specified from your server folder and create a dungeon from it. If you're importing a Nether or End world, you MUST tell it a `type`, which can be `NETHER` or `THE_END`.
Once you've created your dungeon map, you can use `/md edit [dungeon]` to open the dungeon editor and begin building and scripting your dungeon!
#### The Dungeon Editor
Welcome to the dungeon editor. This is where you can build the dungeon itself and set up all your scripts and events. By default, the dungeon will be autosaved every 5 minutes, but this can be changed in the plugin's `config.yml`. It will also save when you `/md leave` the dungeon, or when you use the command `/md save`.
**Setting the Start Point**
Let's say we've built a pretty nice looking dungeon, but we want to change where players go when the dungeon starts. This is very simple, and can be done with `/setworldspawn`.
**OPTIONAL: Dungeon Lobby**
An optional feature your dungeons can make use of is a lobby. You can create an area where the players will first appear in the dungeon before it begins. You can set the lobby spawn point to where you're standing with `/md setlobby`. This will also enable the lobby. _NOTE: If the lobby is enabled, none of your functions will work until a Dungeon Start function has been activated. (See below to learn more about functions.)_
#### The Function Editor
#### Examples
\ No newline at end of file
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*