Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-144946

Same-tick teleport commands only allows last teleport to work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.13.2
    • None
    • Java 8
    • Unconfirmed

      SOLVED. This function: (Where only last teleport works)

      # Multiple teleports in single function
      
      tp @p ~1 ~ ~
      tp @p ~ ~1 ~
      tp @p ~ ~ ~1

      Should look like: (Where all teleports work)

      # Multiple teleports in single function
      
      execute at @s run tp @s ~1 ~ ~
      execute at @s run tp @p ~ ~1 ~
      execute at @s run tp @p ~ ~ ~1
      

            Unassigned Unassigned
            MSpaceDev MSpaceDev
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: