Photon-GitHub / AntiCheatAddition

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

ESP non-full block is between the players #617

Closed Baba1408 closed 4 months ago

Baba1408 commented 4 months ago

If a non-full block is between the players, Anti ESP doesn't work even if there are full blocks (this only happens at a certain distance, so I don't really understand).

Server version : Paper 1.8.8 AntiCheatAddition version : 9.1.3

https://youtu.be/eB9M4ZuiR3g?si=wGSQCWDpXgGqmdTs&t=70

Janmm14 commented 4 months ago

The current ESP check does not check every block between players in order to not cripple server performance, it checks for blocks near either player and at some points inbetween both players (like in the middle between).

Photon-GitHub commented 4 months ago

That is expected behaviour. It is a tradeoff between checking more blocks and performance. Especially non-full blocks would need raytracing which is way too computationally expensive.