BlackCat

Results 3 issues of BlackCat

### Describe the bug https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### To Reproduce https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### Expected behavior 不崩服 ### Screenshots https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### Platform Win10 ### Version BDS1.21.3 LL0.13.5 LSE0.8.19...

bug

### Describe the bug ![image](https://github.com/LiteLDev/LeviAntiCheat/assets/173249132/d463a698-4093-4128-9441-90344070a4f3) 在0.3.1版本中正常,在最新版中有问题 ### To Reproduce ![image](https://github.com/LiteLDev/LeviAntiCheat/assets/173249132/d463a698-4093-4128-9441-90344070a4f3) 在0.3.1版本中正常,在最新版中有问题 BDS1.21.1 客户端1.21.2 装了Glacie ### Expected behavior 没有假方块 ### Screenshots ![image](https://github.com/LiteLDev/LeviAntiCheat/assets/173249132/d463a698-4093-4128-9441-90344070a4f3) ### Platform Win10 ### BDS Version 1.21.1 ### LeviLamina...

type: bug
priority: high

### Describe the bug ```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(block.type); }) ``` onPlaceBlock 放置任意告示牌打印的结果都是minecraft:air ### To Reproduce ```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(block.type); }) ``` ###...

bug