Skip to content

Admin Commands

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

Core Admin Commands

CommandPurpose
/ad admin reloadReload configs and current dungeon template.
/ad admin backReopen last admin or setup GUI you manually closed, one time.
/ad admin dungeon create <id>Set current template id and save it.
/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]Add MythicMob spawn at current position. Boss round entries become boss spawns automatically.
/ad admin test &lt;id&gt;Start immediate test run with that dungeon.

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

Validate current template, preview saved points, toggle enable state, start test runs, drill into stage setup, and recover one recently closed admin/setup menu with /ad admin back.