Skip to content

/maptravel

Syntax

/maptravel <DestName>
/maptravel list
/maptravel status

Description

Commit a fast-travel map destination by its display name. Provided by the bundled maptravel script — run /lua run maptravel first.

Provided by a script

/lua run maptravel
Run with no arguments it stays resident and registers /maptravel. It can also be run one-shot: /lua run maptravel <DestName>.

Options

  • <DestName> — Select the destination whose display label matches. The whole rest of the line is the name.
  • list — Print every destination currently on the map, with its record data.
  • status — Print the map hook's state.

Zone instances

Selection commits by record, not by ordinal, so it reaches every zone instance the map offers — including cases where the destination list has gaps in its ordinals. This is why it supersedes the older destination-list select path.

Examples

/lua run maptravel
/maptravel list
/maptravel Antonica
/maptravel status

Across the group:

/dge /lua run maptravel Antonica

See also