将命令执行者传送到另一个实体所在的位置,并且保持旋转角度一致。
外观
外观
约 554 字大约 2 分钟
2025-01-07
teleport 命令用于在我的世界中传送实体(玩家、生物、矿车等)
此命令在Java版1.13快照17w45a之后才有。
teleport <destination>
将命令执行者传送到另一个实体所在的位置,并且保持旋转角度一致。
teleport <targets> <destination>
将指定的实体(targets)传送到另一个实体所在的位置,并且保持旋转角度一致。
teleport <location>
将命令执行者传送到指定的坐标,旋转角度保持不变。
teleport 100 110 120
表示传送命令执行者到 x=100,y=110,z=120 的位置~
代表命令执行者的当前坐标,~ ~ ~10
表示命令执行者传送到xy坐标不变,z坐标+10的位置teleport <targets> <location>
将指定的实体(targets)传送到指定的坐标,并保持旋转角度不变。
teleport <targets> <location> <rotation>
将指定的实体(targets)传送到指定的坐标,并旋转角度
teleport <targets> <location> facing <facingLocation>
将指定的实体(targets)传送到指定的坐标,并将实体朝向设定坐标
teleport <targets> <location> facing entity <facingEntity> [<facingAnchor>]
将指定的实体(targets)传送到指定的坐标,并指定实体朝向设定实体
/teleport suixinio
把自己传送到名为“suixinio”的玩家位置。
/teleport xc suixinio
把名为 “xc” 的玩家传送到名为 “suixinio” 的玩家位置
/teleport @a suixinio
把所有的玩家传送到名为 “suixinio” 的玩家位置
/teleport suixinio 0 0 0
把名称为 “suixinio” 的玩家传送到坐标(0,0,0)的位置
/teleport suixinio ~ ~ ~
把名称为 “suixinio” 的玩家传送到命令执行者的坐标位置
/teleport suixinio ~ ~ ~ 0 0
把名称为 “suixinio” 的玩家传送到命令执行者的坐标位置,并面向北方,仰角水平
/teleport suixinio 10 11 12 facing 0 0 0
把名称为 “suixinio” 的玩家传送到坐标(10,11,12)位置,并面向坐标(0,0,0)
/teleport suixinio 10 11 12 facing entity xc
把名称为 “suixinio” 的玩家传送到坐标(10,11,12)位置,并面向名称为 “xc” 的实体