用户:CX一蓑烟雨任平生查看:31 回复:7 评论:31 创建时间:2020-04-23T15:23:50
怎样在代码岛3.0运行时,做到可以飞行,且跑步速度,飞行速度都很快
知道的大佬请将代码打在下方,谢谢。
跑步速度我知道
点赞0
评论
other.player.runSpeed=2
https://shequ.codemao.cn/community/280211 投个票~
world.onPlayerJoin(({entity})=>{ entity.player.canFly=true; entity.player.flySpeed=3; entity.player.runSpeed=3; })
CX你还玩不玩代码岛3.0
??