We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

493

Dimension teleporter

under review

25 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 25
    Registered User commented
    Comment actions Permalink

    Java already has a way to do this, but not with this syntax. Currently, the syntax is this. 

    /execute in <overworld|the_nether|the_end> run tp <target> <location>

    I hope that Bedrock will implement the new command system and break every single map in the marketplace, just like Java. 

    [special formatting removed ~nb]

  • 2
    Registered User commented
    Comment actions Permalink

    I agree. It would be great for a new cheat! Maybe it would also contribute to different servers and mini games...

  • 1
    Registered User commented
    Comment actions Permalink

    Now you can do it by execute command

    Like This

    /execute as @a[tag=to_the_nether] at @s in the_nether run tp @s ~ ~ ~

  • 2
    Registered User commented
    Comment actions Permalink

    In response to the previous comment pertaining to the "execute" command, were you referring to Java or Bedrock version? Also, would this work for interdimensional teleportation (ie: teleporting from the overworld directly to a specific location in the Nether)?

    In advance, if your comment IS referring to Bedrock, can you please explain better how to use that command to teleport from a specific location in the overworld to same in the Nether?

  • 0
    Registered User commented
    Comment actions Permalink

    That  would be a great idea! Super cool! The only con I can think of is how would you get back?

  • 0
    Registered User commented
    Comment actions Permalink

    This would be great

  • 0
    Registered User commented
    Comment actions Permalink

    This sounds like a cool idea, I’ll vote for it. Currently the best option is to:

    1. Summon an armour stand.
    2. Use a name tag and call it nether1 or something.
    3. Put a repeating command block that says /tp @p[r=2] (Position)
    4. Use the /tickingarea command and load the chunk the armour stand is in.
    5. Go to the overworld and put a command block that executes /tp @p @e[type=armor_stand,name=nether1]

    Currently thats our best option.

  • 0
    Registered User commented
    Comment actions Permalink

    I think the /tp command could be updated as:

    /tp <x> <y> <z> [dimension_id] [rx] [ry]

  • 0
    Registered User commented
    Comment actions Permalink

    I feel like it would make sense to make this with the format of /tp [xyz] d:[overworld, nether, end, o, n, e, 0, 1, 2] but the last tag is optional, defaulting to Overworld. Same with any other thing that uses coordinates, such as /summon [entity] [xyz] d:[o, n, e] etc.

  • 0
    Registered User commented
    Comment actions Permalink

    Simplifying a command to do this is a welcome addition.

  • 4
    Registered User commented
    Comment actions Permalink

    Mojang should make it work like this:

    • /tp @s 36 59 86 minecraft:the_nether
    • /teleport @r 287 100 995 minecraft:overworld
    • /teleport @a 100 49 0 minecraft:the_end

    If there is no dimension added at the end, it would teleport within the current dimension of that entity, which could be any dimension.

    The reason it would be added at the end of the line is because it wouldn't change a thing for current minecraft maps and /tp command use. You don't need to fix any previous use of the tp command in command blocks once this change comes out, because it would work within the current dimension by default, just like before.

  • 1
    Registered User commented
    Comment actions Permalink

    adding a block that can do this (rather expensive craft i'd expect, ender-eyes,quartz,nether-star.etc..) would be an awesome technical addition. though it does encroach on the existing modded community that has something that can do this.

    Great idea.

  • 0
    Registered User commented
    Comment actions Permalink

    yes this is needed with a simple command

  • 2
    Registered User commented
    Comment actions Permalink

    So like the /warp command

  • 1
    Registered User commented
    Comment actions Permalink

    Now it's possible with /execute

    /execute in the_nether run tp @s ~ ~ ~

  • 0
    Registered User commented
    Comment actions Permalink

    Eu tenho certeza que se tivesse esse comando seria muito mais rápido pra achar qualquer tipo de bioma.

  • 0
    Registered User commented
    Comment actions Permalink

    Yas

     

  • 0
    Registered User commented
    Comment actions Permalink

    Según tengo entendido, las ender pearls nos transportan a cierto lugar pero pasando por un muy corto lapso de tiempo por una dimensión infestada de endermites. Aquí mi idea: una nueva estructura como un portal en ruinas que sirva para entrar en esa nueva dimensión y sacar nuevos recursos ( flora, fauna, bloques y tal vez minerales)

  • 0
    Registered User commented
    Comment actions Permalink

    Personally I think that’s kind easy if could craft a teleporter but my opinion I think it would be better if it was more like the end gate where you have to try to find it to go to on these different dimensions to exploring and get more materials to make you better in the game

  • 0
    Registered User commented
    Comment actions Permalink

    I remember this used to exist. I want to see it exist again

  • 1
    Registered User commented
    Comment actions Permalink

    So your saying (and edit this into your post) the tp comand would work like this:   /tp @s 10 20 30 dimension nether. if that is the case AWSOME I have always wanted this!

  • 1
    Registered User commented
    Comment actions Permalink

    This!! As an avid datapack maker, I hate having to type out the long execute command every single time. How about /tpd ? Syntax is easy /tpd {dimension id} {position} or just modify the existing tp command to allow dmiension ids. It would save so much time in typing. Im a fast typer so I naturally slip keys all the time, which just slows me down having to type out that whole long thing. Thank you!!

  • 0
    Registered User commented
    Comment actions Permalink

    Type /execute in <dimension> run tp

  • 1
    Registered User commented
    Comment actions Permalink

    Maybe /tp @s 0 100 0 facing 0 105 0 false overworld, since the dimension would go at the very end, so it doesn’t break preexisting command blocks

  • 0
    Registered User commented
    Comment actions Permalink

    Yes please! As a mapmaker, this would be really useful, and correct me if I'm wrong but it seems fairly easy to add.