Skip to content

Warps format

The warps.json file is used to track all warp locations.

JSON format

  • : Root object.
    • Warps: Array of warp locations.
      • : A warp location.
        • Id: The name of this warp location.
        • World: The world id that this warp location is in.
        • Creator: The creator of this warp location. Currently always *Teleporter.
        • CreationDate: The date and time this warp location was created.
        • X: The X position the player warps to when traveling to this location.
        • Y: The Y position the player warps to when traveling to this location.
        • Z: The Z position the player warps to when traveling to this location.
        • Yaw: The direction the player is looking when warped to this location.

History

Early Access

2026.01.13-dcad8778f The warp format is introduced.