Minecraft – how can you teleport someone in an area to another area?

minecraft-java-edition

I'm asking if there is a 3×3 area and if a player hits a specific part of that area can heenter image description here be teleported to a similar 3×3 area I set up?

Best Answer

There are sub-components for commands. for instance: /kill @e[type=!minecraft:player].

the command you're looking for is /tp @a[radius=2] (coordinates of another platform)

just set the command block to "repeat" and "always active" and be on your way!!

note that the command block will have to be placed as that middle block. alternatively, extend the radius to 3 or 4.