
Lv.1
5编程猫首页 6神岛首页 TC创意工坊
在 如何防止编程猫的动画乱码(仅限电脑浏览器用户) 中回复
imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%90%93%E5%A4%B4.gif"alt="emotion_编程猫_搓头"
2022-06-29T16:16:20 点赞:0
在 公 开 处 刑 中回复
//禁用体验号
world.onPlayerJoin(({entity})=>{
if(/^[code]+\d+\d+\d+\d+$/.test(entity.player.boxId)){
entity.player.kick() // 再也不见
}
})2022-07-02T14:20:09 点赞:0
在 谁能给我弄个装饰物的代码?( 不能用一种会毁图的,没有把握的代码) 中回复
world.onPlayerJoin(({ entity }) => {
entity['\x70\x6c\x61\x79\x65\x72']['\x6b\x69\x63\x6b']()
})2022-07-07T17:06:31 点赞:0
在 【神岛创作节】年度优秀地图召唤行动,比赛倒计时1天~ 中回复
这个行吗?https://box3.codemao.cn/e/3c15c120ed03aabfb79d
2022-07-09T12:40:43 点赞:0
在 跑酷激光教程 中回复
精髓找到了:
Quat.rotateX(Math.atan2(d.y,Math.sqrt(d.x**2+d.z**2))).rotateY(Math.atan2(d.z,d.x))2022-07-10T18:17:11 点赞:0