I wanted to try to make a new dimension, by teleporting them over the bedrock in the nether.
/execute as AaronKanaron in minecraft:the_nether run tp @p ~ 128 ~
I know I've done something wrong but I'm not the best at commands.
/execute in minecraft:the_nether run tp @p ~ 128 ~
Using this you get teleported to nether if you type it in chat, but is there a way to teleport someone to the nether by a command block? Thanks!
22 Answers
Oh! I figured out the command!
/execute as (player) run execute in minecraft:the_nether run tp (player) ~ 128 ~
Will teleport them over the bedrock in nether!
2Put /execute in minecraft:the_nether run tp @p 0.0 128 0.0 in a command block. Once activated, the command block will teleport the nearest player to the roof.
If you want to teleport all players to the roof of the nether put minecraft:the_nether run tp @a 0.0 128 0.0