Is there any way to teleport someone to the nether? (1.14)

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!

2

2 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!

2

Put /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

1

You Might Also Like