Setup First Dungeon
This guide treats admin GUI as primary setup surface. Use detailed command reference in Admin Commands when you need full syntax.
Primary Workflow
- Install dependencies and boot server once so AramDungeons writes default files and
plugins/AramDungeons/imports/. - Put each stage schematic file into
plugins/AramDungeons/imports/. - Create template id with
/ad admin dungeon create tutorial. - Open admin GUI with
/ad admin dungeon edit tutorial. - In dungeon-level setup, save source dungeon anchor first, then save lobby, spectator, and exit points from same source/template build area.
- Open stage selector from dungeon editor and enter each stage setup screen. Stage buttons are labeled by stage number, such as
Stage 1andStage 2. - In each stage screen, save stage anchor first, then assign that stage’s schematic file after you import it.
- Save stage combat, supply, and checkpoint teleports from stage screen.
- Copy combat and supply regions from current FAWE selection by using stage region actions in GUI, or fallback command if you prefer command flow.
- Save all supply NPC roles from stage screen: augment, stats, potion, exp, and craft.
- Populate combat rounds from stage screen by adding spawn points for every required combat round.
- Populate boss spawns from stage screen for boss round.
- Return to dungeon editor and run validation.
- Use preview from dungeon editor to confirm saved anchors, teleports, NPCs, and spawns line up with source build.
- Enable dungeon from dungeon editor when validation passes.
- Start
/ad admin test tutorial, or join through normal player flow after enable if you want end-to-end verification.
Commands You Still Need
Use commands only for steps GUI does not fully replace yet:
/ad admin dungeon create tutorial/ad admin dungeon edit tutorial/ad admin schematic import tutorial 1 stage-1.schem/ad admin region copy tutorial 1 combat- Use
dungeon createonce to create or switch current template id. - Use
dungeon editto enter admin GUI. - Use
schematic importfor each stage after file exists inplugins/AramDungeons/imports/. - Use
region copyonly as fallback if you want command path instead of stage region button after making FAWE selection.
Stage Checklist
Repeat this checklist for every stage:
- stage anchor saved from stage screen
- schematic assigned and import file exists
- combat teleport saved
- supply teleport saved
- checkpoint saved
- combat region copied from FAWE selection
- supply region copied from FAWE selection
- augment NPC saved inside supply region
- stats NPC saved inside supply region
- potion NPC saved inside supply region
- exp NPC saved inside supply region
- craft NPC saved inside supply region
- combat rounds populated for rounds
1,2,3,4, and6unlessmain-config.ymlchanged round model - boss spawn populated for round
7unlessmain-config.ymlchanged boss round
Validation Rules Worth Remembering
- Missing dungeon anchor fails validation.
- Missing stage anchor fails stage setup.
- Missing schematic file path or missing import file fails validation.
- Missing combat, supply, or checkpoint points fail validation.
- Missing supply NPC role fails validation.
- Missing combat spawns for required combat rounds fail validation.
- Missing boss spawns fail validation.
- Spawns outside combat region fail validation.
- Supply NPCs or supply teleport outside supply region fail validation.
- Unknown MythicMob ids fail validation.