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 2026Teleports 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
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Replace "Boss" with the exact custom name of your entity.
- 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]Teleport all mobs of a type into one enclosed area
/tp @e[type=cow] 50 64 50Set where you respawn after dying to your current location
/spawnpoint @s ~ ~ ~