BlackCat

Results 7 comments of BlackCat

这些假方块挖掉实际上是泥土

> 这几个版本都没有动过反矿透相关的代码🤔 会不会和glacie冲突?

```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(`onPlaceBlock:`, block.type); }) mc.listen("afterPlaceBlock", (player, block) => { logger.warn(`afterPlaceBlock:`, block.type); }) ``` ![Image](https://github.com/user-attachments/assets/fa089206-c3ef-414d-8dcf-cffe1a958f8e) ![Image](https://github.com/user-attachments/assets/817256e4-9328-4630-954f-47345c96f9dd) 由此可见 onPlaceBlock 打印的结果都是空气,而 afterPlaceBlock 打印的结果是正常的

删除一个从未进过服的玩家的uuid的存档内的nbt,会导致崩服

![image](https://github.com/user-attachments/assets/baa770e3-f233-4f9f-a021-74ff1f4db646)

[crash.zip](https://github.com/user-attachments/files/17301487/crash.zip)

> The NBT data is stored internally within the handle to the `ItemStack` hence it is preserved during operations like copying. However, currently, there is no way to directly access...