====== minecraft:teleport ====== The ''minecraft:teleport'' action type teleports an entity around their position. The action is unsuccessful if entity does not exist, if the entity is not a [[mc>Entity#Types_of_entities|living entity]] or if it fails to find a valid position to teleport to. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''distance'' | The square distance to look for a position. | A positive integer | | | ''entity'' | The entity to target. | An [[actions:action_contexts#parameters|action context parameter]] | | ===== Example ===== { "type": "minecraft:teleport", "distance": 16, "entity": "this" }