Admin Commands
All admin commands live under /ad admin and require permission aramdungeons.admin.
Core Admin Commands
| Command | Purpose |
|---|---|
/ad admin menu | Open paged multi-dungeon admin menu. |
/ad admin setup <id> | Continue at first failed setup requirement. |
/ad admin reload | Reload configs and all dungeon files; refused while runs initialize or remain active. |
/ad admin back | Reopen last admin or setup GUI you manually closed, one time. |
/ad admin dungeon list | List 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
| 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] [elite] | Add MythicMob spawn at current position. Boss round entries become boss spawns automatically. |
/ad admin mobs remove-last <id> <stage> <round> | Remove last configured spawn. |
/ad admin mobs clear <id> <stage> <round> | Clear configured spawns for a round. |
/ad admin test <id> | 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.
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.