用户:
Arc_查看:1 回复:2 评论:1 创建时间:2022-06-08T13:27:06
const TEST_PLAYER =['GogyNotFound','聪明的雷电喵wA37']
world.onPlayerJoin(({entity})=>{
if (!TEST_PLAYER.includes(entity.player.name))return;
world.say(ˋ${entity.player.name}出现了!ˋ);
entity.player.enableDoubleJump=false;
entity.player.emissive=0.5;
})
啊啊啊我用了GitBook对照,结果提示代码错误
az()()()