Ascension Protocol
Admin

Gate Admin

Staff gate operations summary

Full reference: Gate Admin Commands

Quick workflows

Place a test gate

/gates admin spawn C
/gates admin spawn SS --temp

Set up a spawn zone

/gates admin zone wand
/gates admin zone create forest_rifts
/gates admin zone config forest_rifts interval 30m
/gates admin zone config forest_rifts tier C 50 D 30
/gates admin zone config forest_rifts enable

Block gates at spawn

/gates admin zone wand
/gates admin exclusion create spawn_safe

Investigate active gates

/gates admin portals
/gates admin tp nearest
/gates admin tp dungeon <uuid>

Test themed dungeons

  1. Spawn a gate: /gates admin spawn B (or any tier).
  2. Enter when open — chat shows [Gate] Theme: <family display name>.
  3. Confirm mob models (ModelEngine wild forms) and boss in the arena.
  4. Review all v2 models: /shadows admin display grid both 4 then /shadows admin display clear 64.
/gates admin dungeon list
/gates admin dungeon family ant_tunnel   # force theme for next entries
/gates admin dungeon family clear        # restore random selection

Families are defined in gates.ymldungeon-families. See Dungeon families.

Give dungeon crystal / gem blocks

The mana crystals and gemstone ores that generate in dungeons are resource-pack note blocks. Hand out placeable copies to build with them:

/gates admin block list                       # all block IDs
/gates admin block give Steve mana_purple 16
/gates admin block give Steve all             # one of every block

Placing a given block re-stamps it into the correct model automatically. IDs: mana_green mana_yellow mana_purple · gem_green gem_blue gem_gold · gem_mossy_green gem_mossy_blue gem_mossy_gold. Full list: Gate admin commands. For the sellable mineral drops (not blocks), use /gates admin item give instead.

Files to edit

  • config.yml — wild spawn, animation, restrictions
  • spawns.yml — zones, points, exclusions
  • gates.yml — tiers, dungeon-families, bosses, loot, instances

On this page