The fastest way to build a teleporter uses command blocks and a pressure plate
A teleporter in Minecraft PC moves you from one location to another when ready using command blocks — special blocks that run commands when activated. The simplest version uses a pressure plate to trigger a teleport command the moment you step on it. You place the pressure plate above a command block set to teleport you to coordinates you choose, and the system works when ready.
This method works in both Creative and Survival mode, though you need to enable cheats in your world settings to use command blocks at all. Once cheats are on, you can build a teleporter in under five minutes.
Key Takeaways
- Enable cheats in world settings, then use the command /give @s command_block to obtain command blocks in Survival mode.
- Place a command block and enter the teleport command /tp @p x y z, replacing x, y, z with the destination coordinates.
- Place a pressure plate on top of the command block so stepping on it triggers the teleport.
- Test the teleporter by standing on the pressure plate — you will move to the destination coordinates when ready.
- Mark your destination location beforehand by pressing F3 (or Fn + F3 on some laptops) to see your current coordinates.
Enable cheats and get a command block
Open your world and press Escape. Click "Open to LAN" and toggle "Allow Cheats" to the on position, then close the menu. This lets you use commands and command blocks in that world.
Open the chat window by pressing T, then type /give @s command_block and press Enter. A command block will appear in your inventory. If you are in Creative mode, you can find command blocks directly in the creative inventory under the "redstone" tab.
Place the command block and enter the teleport command
Choose where you want your teleporter entrance to be. Place the command block on the ground by right-clicking with it in your hand. Right-click the command block again to open its interface.
In the text field labeled "Command," type /tp @p x y z, but replace x, y, and z with the actual coordinates of where you want to teleport. For example, if you want to teleport to coordinates 100, 64, 200, you would type /tp @p 100 64 200. Leave the other settings as they are and close the interface.
To find the coordinates of your destination, go to that location and press F3 (or Fn + F3 on laptops with function key overlays). Your current coordinates appear on the left side of the screen — write them down or remember them.
Add a pressure plate to trigger the teleporter
Place a pressure plate directly on top of the command block. You can use any type — stone, oak wood, or weighted pressure plates all work the same way for this purpose. The pressure plate is what activates the command block when you step on it.
Test the teleporter by standing on the pressure plate. You should teleport when ready to the coordinates you entered. If nothing happens, double-check that cheats are enabled and that you typed the coordinates correctly in the command block.
Build a two-way teleporter with two command blocks
To teleport back, build a second teleporter at your destination using the same method. Place a command block at the destination location, enter a teleport command that sends you back to your starting point, and place a pressure plate on top.
For example, if your first teleporter sends you to coordinates 100, 64, 200, your second teleporter should have the command /tp @p 0 64 0 (or whatever your starting coordinates are). Now you can step on either pressure plate to move between the two locations.
Customize your teleporter with visual effects
To make your teleporter more obvious, you can surround it with decorative blocks. Place obsidian, purpur blocks, or dark prismarine around the pressure plate to create a portal-like appearance. You can also use a repeating command block set to always active to spawn particle effects above the teleporter.
If you want sound effects, add a second command block next to the first one with the command /playsound entity.enderman.teleport master @p. Set it to repeat and always active so it plays whenever someone is near. This creates an immersive teleporter that looks and sounds like a real portal.
Troubleshoot if your teleporter does not work
If you step on the pressure plate and nothing happens, check that the command block is powered. The command block should have a faint glow when it is receiving power from the pressure plate. If it is not glowing, the pressure plate may not be making contact — try placing it directly on top of the block rather than beside it.
If the command block glows but you do not teleport, open the command block again and verify that your coordinates are correct and that there are no typos in the command. Common mistakes include using commas instead of spaces between coordinates or forgetting the /tp @p part at the start. The @p symbol means "nearest player," so the command always targets whoever is closest to the command block.
Frequently Asked Questions
Can I teleport to a location I have not visited yet?
Yes. You do not need to visit the destination first — you only need to know the coordinates. You can look up coordinates on a map website, use a coordinate calculator, or estimate based on your current position. The teleporter will send you to any valid coordinates in your world.
What happens if I teleport into a block?
Minecraft will move you to the nearest safe space above or beside the coordinates you entered. If the destination is completely solid, you will end up on top of the block instead. To avoid this, always teleport to a location with at least two empty blocks stacked vertically.
Can I make a teleporter that works without cheats?
No. Command blocks require cheats to be enabled. However, you can use nether portals or end portals as alternatives that work in vanilla Survival mode without cheats. These are slower and require more resources, but they function without commands.
Do I need command blocks in Creative mode?
No. In Creative mode, you can use the command /tp @p x y z directly in the chat window without placing a command block. Type the command and press Enter to teleport when ready. This is faster for testing or building in Creative.
Can multiple players use the same teleporter?
Yes. The command /tp @p targets the nearest player, so any player who steps on the pressure plate will teleport. If you want to teleport only yourself, replace @p with your username, like /tp YourName x y z.