Admin Commands
All admin commands live under /ad admin and require permission aramdungeons.admin.
Core Admin Commands
| Command | Purpose |
|---|---|
/ad admin reload | Reload configs and current dungeon template. |
/ad admin back | Reopen 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
| Command | Purpose |
|---|---|
/ad admin schematic import <id> <stage> <file> | Point stage at schematic file inside import folder. |
/ad admin location set <id> anchor | Save global dungeon anchor from current position. |
/ad admin location set <id> lobby | Save dungeon lobby point relative to dungeon anchor. |
/ad admin location set <id> spectator | Save dungeon spectator point relative to dungeon anchor. |
/ad admin location set <id> exit | Save dungeon exit point relative to dungeon anchor. |
/ad admin location set <id> <stage> anchor | Save stage anchor from current position. |
/ad admin location set <id> <stage> combat | Save combat teleport relative to stage anchor. |
/ad admin location set <id> <stage> supply | Save supply teleport relative to stage anchor. |
/ad admin location set <id> <stage> checkpoint | Save respawn checkpoint relative to stage anchor. |
| `/ad admin location set <id> <stage> augment | stats |
/ad admin region copy <id> <stage> combat | Copy current FAWE selection into combat region. |
/ad admin region copy <id> <stage> supply | Copy current FAWE selection into supply region. |
/ad admin mobs add <id> <stage> <round> <mob> [amount] | Add MythicMob spawn at current position. Boss round entries become boss spawns automatically. |
/ad admin test <id> | 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.
GUI does not replace schematic files in import folder. You still need correct FAWE selections before copying regions. Validation remains final truth before enabling or testing.