用户:
ZCH幻影深渊查看:7 回复:8 评论:7 创建时间:2020-05-24T14:01:07
world.onPlayerJoin(({entity})=>{
if(entity.player.name == 'ZCH_来编CHENG'){//要改成你的名字,单引号里的
entity.player.walkAcceleration=1;//加速挂(走)
entity.player.walkSpeed=3;//加速挂
entity.player.swimAcceleration=1//加速挂(游泳)
entity.player.swimSpeed=3//加速挂
entity.player.flyAcceleration=2//加速挂(飞行)
entity.player.flySpeed=3//加速挂
entity.player.runAcceleration=2//加速挂(跑)
entity.player.runSpeed=4//加速挂
entity.player.canFly = true;//飞行
entity.player.A=喵00000000;//伤害
entity.player.enableDamage=false;//喵
}
})