# Dungeon Creation

To create a new dungeon you will need a prebuilt dungeon map.

# Dungeon Area

Required

  1. Run the /ada wand cuboid command to get selection tool.
  2. Select two diagonally opposite corners (lowest and highest ones) so that selection covers the whole dungeon map.
  3. Run the /ada create <name> command, where <name> is your dungeon identifier (ID). Only latin letters, numbers and an underscore allowed.

Example of dungeon map selection
Example of dungeon map selection

Dungeon will be created inside the /dungeons/ directory with default Settings and premade Stage and Level named default.

# Lobby Location

Required

Lobby location is where players will prepare to play the dungeon.

Stay at desired location, aim at desired position and run the /ada setlobby <dungeon> command. Where <dungeon> is your dungeon identifier.

# Spawn Location

Required

Created dungeon has one default level named default.

Stay at desired location, aim at desired position and run the /ada setlevelspawn <dungeon> default command. Where <dungeon> is your dungeon identifier.

This will set spawn location for the dungeon level called default. This is where players will spawn when dungeon starts.

# Spawner Locations

Required

Created dungeon has one default stage named default. It has a very basic script to spawn mobs on the spawner named also default.

  1. Run the /ada wand position command to get selection tool.
  2. Left-click blocks where you want mobs to spawn. Right-click to remove block selection.
  3. Run the /ada addspawner <dungeon> default command to define new dungeon spawner with name default. Where <dungeon> is your dungeon identifier.

Now the dungeon has one spawner named default with some locations for mobs to spawn on.

# Test Dungeon

Optional

If you did everything correclty, you'll be able to join the dungeon and complete it: /ada join <dungeon>. Where <dungeon> is your dungeon identifier.

Expected dungeon behavior:

  • One default stage that spawns zombies every 5 seconds with a task to kill 10 zombies to finish the dungeon.
  • One default level that gives $1 for every mob kill.

# Conclusion

Now that you have a very basic working dungeon, it's time to learn its features in detail!