Photon-GitHub / AntiCheatAddition

An anticheat with nieche checks to cover cheats usually not covered by anticheats.
GNU General Public License v3.0
147 stars 43 forks source link

ESP Visibility through non-full blocks #616

Closed Baba1408 closed 1 month ago

Baba1408 commented 1 month ago

The players are visible through the full blocks, even if this may be inconvenient depending on the type of server, I think it would be better not to make a difference as this could result in better performance in my opinion (this could be a configurable option).

Server version : Paper 1.8.8 AntiCheatAddition version : 9.1.3

https://youtu.be/eB9M4ZuiR3g?si=jctGYCxV7RgL0sB2&t=40

Janmm14 commented 1 month ago

Adding non-full blocks into the algorithm requires a adding a check for every non-full block, I am not sure whether photon is willing to add and maintain this.

And if its added, checking in full detail could turn problematic with performance, checking sites where the block is occupying a full block would be the most.

Photon-GitHub commented 1 month ago

This is expected behavior. Handling partial blocks would require raytracing which would decrease performance by orders of magnitudes.