Skip to content

Warps

Warp teleportation is controlled by warp.enabled. Warp data is stored per warp, so each warp has its own configured location and data.

Commands

Command Purpose
/warp Teleport to a warp.
/setwarp Create or update a warp location.
/delwarp Delete a warp location.
/createwarp Open the warp administration menu.

Permissions

  • essentials.warp.<name> allows use of a specific warp; essentials.warp.others and .others.<name> control targeting others.
  • essentials.setwarp allows setting warps.
  • essentials.deletewarp allows deleting warps.
  • essentials.createwarp allows the warp administration menu.

Configuration

warp:
  enabled: true
  confirmation-menu:
    enabled: true
  cooldown: 1000
  warmup: 3000

The confirmation menu is enabled by default. Warp cooldown is 1000 seconds and warmup is 3000 ms.

Edges

  • Warp commands do nothing when the warp.enabled gate is disabled.
  • A teleport must satisfy the configured cooldown and warmup. Use the configured warp cooldown and warmup bypass nodes when a rank or staff role should skip them.
  • Warp administration is separate from ordinary warp use; grant only the relevant permission.