/ / v0.1 / Teleportal ← Parkoreen
← v0.1 Overview

Overview

A teleportal transports the player to one or more linked partner teleportals when touched. Each portal has a unique name and two connection lists — Send To (portals it sends players to) and Receive From (portals allowed to send players here).

Linking portals

A link is only active when both sides are configured: portal A must list B in its Send To, and portal B must list A in its Receive From. Setting only one side creates no connection.

  1. Place portal A — give it a unique name, e.g. A.
  2. Add B to portal A's Send To list.
  3. Place portal B — give it a unique name, e.g. B.
  4. Add A to portal B's Receive From list.

A portal can have multiple Send To entries. The editor highlights valid connections in green and incomplete (one-way) entries in red.

Config options

OptionDefaultDescription
Teleportal Name(required)Unique string identifier for this portal.
Send To(empty)List of portal names this portal sends the player to on contact.
Receive From(empty)List of portal names allowed to send players here.
Color#9b59b6Glow color of the portal.
Opacity100Transparency 1–100.
RotationVisual rotation in 90° steps.
Flip HorizontalOffMirrors the portal sprite horizontally.
Layer0Draw order.
A link requires both sides: A's Send To must contain B, and B's Receive From must contain A. One-way entries produce no connection.