Skip to main content

Saved places in the shop frontend

This page explains how players create reusable places in the shop frontend and use them later in coordinate fields.

If you want to understand how the picker itself works (From map, From places, From placements), see Coordinate picker concept.

Where players manage saved places

Navigation path:

  • Shop -> Places

In that view, players can:

  • create a place with name + X/Y/Z
  • rename existing places
  • delete existing places

How players create a place quickly

Typical flow:

  1. Open Shop -> Places.
  2. Enter a place name (optional but recommended).
  3. Fill coordinates directly or use picker buttons.
  4. Submit the form to persist the place.

The coordinate fields in this form use the shared picker. For picker mechanics and modal behavior, see Coordinate picker concept.

How saved places are reused

When a form shows From places, players can pick from reusable place groups.

  • personal places created in Shop -> Places
  • faction places (managed in Shop -> Factions -> Details -> Places)
  • group places (managed in Admin -> Groups -> Group details -> Places)

This means a player can save places once and later pick them in other coordinate forms instead of typing values each time.

For picker behavior and filtering details, see Coordinate picker concept.

Practical usage note

If a user does not remember exact coordinates while creating a place, they can use picker sources like From map or From placements first, then save the final coordinates as a reusable place.

For those picker source behaviors, see Coordinate picker concept.

From placements uses imported server logs, so very recent placements can appear with delay. For details, see Logs import concept.