I need a plugin that is doing chunk manipulation on the client side. So Hackers can't use ESPs or Xray to find Bases on my SMP Server.
How it works:
If a player is going below a certain y level a 3x3 view box is opening up for him so he cant see everything under there.
Everything around him is covered by fake deepslate.
If he is looking at the fake deepslate the chunk is directly uncovering itself so the player isn't confused and wondering why there is a chunk of deepslate in front of him.
Also it would be nice if Entitys would be hidden too because you can just esp armorstands etc.
Thats basically what DonutSmp has.
Paper Engine Mode cant do this:
Oreobfuscator cant do this:
packetevents as a dependency is probably needed for the plugin that i need.