CivClassic / Citadel

A Minecraft plugin to protect your chests and builds using in-game materials. Requires an attacker to break each block a certain number of times. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
1 stars 21 forks source link

CTI hologram can show negative reinforcements #80

Open wingzero54 opened 3 years ago

wingzero54 commented 3 years ago

This was originally noticed with Bastions, and that was fixed by doing something with Bastions (it checks for invalid reinforcements or something and deletes the bastion). However the underlying issue still exists.

If you break a reinforced block, then place a new block there, /cti will show it as having -1 health. This must be some underlying Citadel / CMC issue? I've tested and it persists even after leaving a chunk and coming back to it, so it does not seem related to this CMC issue.

Diet-Cola commented 3 years ago

I think this issue is probably more to do with the hologram, just tested and cti reports the block health being 50/50 for stone whereas hologram had -3

wingzero54 commented 3 years ago

Hm so holograms don't get data from the same place as regular cti? That's interesting