Skip to content
[/craft]

Teleport to a Named Entity

Jump to a specific mob or entity by its custom name

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

Teleports you to the nearest entity whose custom name is "Boss". The limit=1 (Java) or c=1 (Bedrock) selector guarantees a single destination, which teleport requires. Rename the target mob with a name tag first, or match whatever name you assigned.

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

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Replace "Boss" with the exact custom name of your entity.
  3. Press Enter — you are teleported to that entity's location.

Related commands

Jump to an entity you marked with a scoreboard tag

/tp @s @e[tag=home,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 ~ ~ ~