Skip to content
[/craft]

Teleport to a Tagged Entity

Jump to an entity you marked with a scoreboard tag

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Teleports you to the nearest entity carrying the tag 'home'. Tags are added with /tag <target> add home and are invisible in-game, making them a clean way to mark waypoints on armor stands or marker entities. The limit/c of 1 keeps the destination single so teleport accepts it.

/tp @s @e[tag=home,limit=1]
27 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Tag a marker entity first with /tag <target> add home.
  3. Run the teleport command to warp to that tagged entity.

Related commands

Jump to a specific mob or entity by its custom name

/tp @s @e[name="Boss",limit=1]

Warp yourself to whichever player is closest

/tp @s @p

Teleport all mobs of a type into one enclosed area

/tp @e[type=cow] 50 64 50

Instantly move to a specific X Y Z location

/tp @s 100 64 -200

Instantly move to where another player is standing

/tp @s PlayerName

Set where you respawn after dying to your current location

/spawnpoint @s ~ ~ ~