Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION] Users using Bobby should be limited by placing random blocks #1

Open
Onako2 opened this issue Aug 9, 2023 · 3 comments

Comments

@Onako2
Copy link

Onako2 commented Aug 9, 2023

View distance limit can be bypassed with the mod Bobby , instead the plugin could prevent cheaters to see threw blindness by placing random fake blocks(optimally common ones) around them outside of the blindness distance, the distance should also adapt to the ping, when a player has a ping of 3000 the distance should be much higher, when the player has only 10 ms it should be lower. Another thought would be to check for the checks by anti cheats if the player is cheating. When a player has been detected to cheat just lower the distance.

@Onako2 Onako2 changed the title [SUGGESTION] [SUGGESTION] Users using Bobby should be limited by placing random blocks Aug 9, 2023
@D3it7i
Copy link
Contributor

D3it7i commented Aug 25, 2023

I've tried doing this before, creating a fake box in the form of a square box. Use Player#sendBlockChanges(), but due to performance issues, doing so will cause the server TPS to drop severely, then I use async, more trouble will follow. It is difficult to ensure that it does not affect the player experience

@Onako2
Copy link
Author

Onako2 commented Aug 25, 2023

I've tried doing this before, creating a fake box in the form of a square box. Use Player#sendBlockChanges(), but due to performance issues, doing so will cause the server TPS to drop severely, then I use async, more trouble will follow. It is difficult to ensure that it does not affect the player experience
The server could instead send empty chunks in a radius of maybe 8 chunks

@D3it7i
Copy link
Contributor

D3it7i commented Aug 25, 2023

Not sure how the client and Bobby mod will handle empty chunks outside the view-distance, but I'll give it a try sometime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants