
Lv.1
我的昵称一直不敢改,怕你们回来后认不出我了
在 求教学求教学 中回复
world.onChat(({entity,message,})=>{
if(entity.entity.player.name=='MC粉红羊0503MXZ'){
world.querySelectorAll("player").forEach((e)=>{
if(message.slice(0,2)=='监狱'){
if(message.slice(2,message.length)==e.player.name){
e.position.set(x,y,z);
}
}
});
}
})
//使用格式:监狱+玩家名称
//例子:监狱Lonely_wanderer2020-05-09T22:26:28 点赞:0