BlackCat
BlackCat
这些假方块挖掉实际上是泥土
> 这几个版本都没有动过反矿透相关的代码🤔 会不会和glacie冲突?
```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(`onPlaceBlock:`, block.type); }) mc.listen("afterPlaceBlock", (player, block) => { logger.warn(`afterPlaceBlock:`, block.type); }) ```   由此可见 onPlaceBlock 打印的结果都是空气,而 afterPlaceBlock 打印的结果是正常的
删除一个从未进过服的玩家的uuid的存档内的nbt,会导致崩服

[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...