Skip to content

Admin Commands

All admin commands live under /ad admin and require permission aramdungeons.admin.

Core Admin Commands

CommandPurpose
/ad admin menuOpen paged multi-dungeon admin menu.
/ad admin setup <id>Continue at first failed setup requirement.
/ad admin reloadReload configs and all dungeon files; refused while runs initialize or remain active.
/ad admin backReopen last admin or setup GUI you manually closed, one time.
/ad admin dungeon listList persisted dungeon ids.
/ad admin dungeon create <id>Create a new disabled three-stage dungeon file.
/ad admin dungeon edit <id>Open admin GUI for that dungeon id.
/ad admin dungeon enable <id>Enable dungeon for normal joins.
/ad admin dungeon disable <id>Disable dungeon for normal joins.
/ad admin dungeon validate <id>Print validation result.

Setup Commands

CommandPurpose
/ad admin schematic import <id> <stage> <file>Point stage at schematic file inside import folder.
/ad admin location set <id> anchorSave global dungeon anchor from current position.
/ad admin location set <id> lobbySave dungeon lobby point relative to dungeon anchor.
/ad admin location set <id> spectatorSave dungeon spectator point relative to dungeon anchor.
/ad admin location set <id> exitSave dungeon exit point relative to dungeon anchor.
/ad admin location set <id> <stage> anchorSave stage anchor from current position.
/ad admin location set <id> <stage> combatSave combat teleport relative to stage anchor.
/ad admin location set <id> <stage> supplySave supply teleport relative to stage anchor.
/ad admin location set <id> <stage> checkpointSave respawn checkpoint relative to stage anchor.
`/ad admin location set <id> <stage> augmentstats
/ad admin region copy &lt;id&gt; &lt;stage&gt; combatCopy current FAWE selection into combat region.
/ad admin region copy &lt;id&gt; &lt;stage&gt; supplyCopy current FAWE selection into supply region.
/ad admin mobs add &lt;id&gt; &lt;stage&gt; &lt;round&gt; &lt;mob&gt; [amount] [elite]Add MythicMob spawn at current position. Boss round entries become boss spawns automatically.
/ad admin mobs remove-last &lt;id&gt; &lt;stage&gt; &lt;round&gt;Remove last configured spawn.
/ad admin mobs clear &lt;id&gt; &lt;stage&gt; &lt;round&gt;Clear configured spawns for a round.
/ad admin test &lt;id&gt;Validate and start a test even while dungeon is disabled; completion commands are suppressed.

Notes About Region Subcommands

setpos1 and setpos2 nodes exist in command tree but currently execute same copy logic as region copy. For real operator workflow, use FAWE selection first and then run /ad admin region copy ....

Admin GUI

Browse all templates, validate, preview saved points, toggle enable state, start test runs, choose schematics, drill into paged stage/spawn lists, remove bad spawns, and recover one recently closed admin/setup menu with /ad admin back.