让玩家飞行
用户:
忠诚的土岩龙dInI查看:2 回复:5 评论:2 创建时间:2022-05-08T21:19:56
回复
上一页第 1 页 / 共 1 页下一页
box3_创作喵/*前面写事件*/entity.player.canFIy = true
点赞0
box3_创作喵//正确代码:
entity.player.canFly = true
点赞0
快乐的皮卡丘Aentity.player.canFly = true
点赞0
_function_world.onPlayerJoin(({ entity }) => {
entity.player.canFly=true
)
点赞0