Entity paper/entity_teleport

Entity Teleport

Teleports any entity (including players) to a location.

Note: Works for any entity type including players. For player-specific teleportation (e.g. using Paper async teleport) use Player Teleport instead.

Inputs

NameTypeOptionalDescription
exec exec Incoming execution.
entity entity The entity to teleport. Accepts both entities and players.
location location The destination location.

Outputs

NameTypeDescription
exec exec Continues after teleporting.
entity entity The entity that was teleported.

Examples

Teleport a killer entity to a spawn point

After an entity dies, teleport whatever killed it to a set location.

  1. Entity Death Trigger → killer → Entity Teleport (entity)
  2. Create Location → Entity Teleport (location)