Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-62142

Commands have delayed execution

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.16.20
    • 1.16.0.68 Beta, 1.16.0.67 Beta, 1.16.0.66 Beta, 1.16.0.64 Beta, 1.16.0.63 Beta, 1.16.0.61 Beta, 1.16.0.60 Beta, 1.16.0.59 Beta, 1.16.0.57 Beta, 1.16.0.58 Beta, 1.16.0.55 Beta, 1.16.0.53 Beta, 1.16.0.51 Beta, 1.15.0.56 Beta, 1.14.20 Hotfix, 1.14.1 Hotfix, 1.14.30 Hotfix, 1.14.60 Hotfix, 1.16.0, 1.16.1, 1.16.10, 1.16.20
    • Confirmed
    • Windows
    • 379891

      The bug

      This bug is hard to put into words. Commands that change position, or refer to an entity's position, are consistently "falling behind," or are delayed in some fashion.

      To reproduce

      Place down a repeating command block with this command inside, and power it:

      /execute @p ~ ~ ~ execute @s[r=0.01] ~ ~ ~ say "Hello, me!"

      It's running a /say command as the closest player if they can be found within one-hundredth of a block of their own position.

      What I expected:

      For the /say command to fire every time this command is run in every circumstance, whether the player is moving or not.

      What happens:

      The command fails if the player is moving (walking, jumping, and falling, for example) because it cannot find the player within one-hundredth of a block of themselves. This also applies to non-player entities.

      This affects more than just a simple distance selector argument. This delay can be felt through relative and local positioning, and through function files.

            Sprunkles Sprunkles
            Votes:
            12 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: