#
Dungeon Creation
To create a new dungeon you will need a prebuilt dungeon map.
#
Dungeon Area
Required
- Run the
/ada wand cuboid
command to get selection tool. - Select two diagonally opposite corners (lowest and highest ones) so that selection covers the whole dungeon map.
- Run the
/ada create <name>
command, where<name>
is your dungeon identifier (ID). Only latin letters, numbers and an underscore allowed.
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.
Lobby location must be inside dungeon protection area.
#
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.
Spawn location must be inside dungeon protection area.
#
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
.
- Run the
/ada wand position
command to get selection tool. - Left-click blocks where you want mobs to spawn. Right-click to remove block selection.
- Run the
/ada addspawner <dungeon> default
command to define new dungeon spawner with namedefault
. Where<dungeon>
is your dungeon identifier.
Spawner locations must be inside dungeon protection area.
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!
- Dungeon Settings guide.
- Levels & Stages guide.
- Spawners guide.
- Spots guide.