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

[Scripting] ReferenceError: Native function [Entity::teleport] does not have required privileges

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.20.0
    • None
    • Plausible
    • Multiple

      Just updated to 1.20 and working with some scripting that worked in 1.19.  I'm attempting to teleport the player, and am getting this error:

      ReferenceError: Native function [Entity::teleport] does not have required privileges

       

      I'm actually seeing this on a few different commands (such as Entity.kill()).  I don't see any reference in the documentation to privileges.  Manifest is set to 1.3.0-beta:

        "dependencies": [
          {
            "module_name": "@minecraft/server",
            "version": "1.3.0-beta"
             }
          ]

       

      Just need a little guidance here.

            taborj Jon Tabor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: