-
Notifications
You must be signed in to change notification settings - Fork 79
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
Reintroduce carpet patch with a config #63
Comments
Or maybe you can use ViaVersion API to know if the player is using 1.7. |
I do not understand how that should fix this issue since pure 1.8 servers are affected by it even though they do not need it. |
Didn't it only affect 1.7 clients? |
No, it also affects 1.8 players since the carpet height is set to 0 for all players. |
With the patch, the hitbox is handled client-side, if you set it to 0 all players can freely walk on it, 1.7 players (due to their client) will be on y=0, and 1.8+ players will (again, due to their client) walk on y=0.0625. The complaint is some anticheats will not treat this properly |
Since 923ff1f was reverted with 5b5762f this issue is existing again.
This could be easily fixed by making https://github.com/Electroid/SportPaper/blob/master/patches/server/0191-Prevent-1.7-players-glitching-in-carpet.patch toggleable via the config.
Only AAC5 users have to disable this patch. AAC5 does not even support 1.7 so AAC5 users do not need this patch.
The text was updated successfully, but these errors were encountered: