TITLE move
MAX_WIDTH

TEXT --{
move(x, y, z)
move(position)

将实体移动一定位置

- x (float): x轴移动量
- y (float): y轴移动量
- z (float): z轴移动量
- position: 移动量
}--