-
Notifications
You must be signed in to change notification settings - Fork 326
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
Enchantments cause falses due to new 1.21 attributes and PacketEvents unable to read enchants #1583
Comments
It's not ignoring them, it's because Mojang completely changed the calculations in 1.21 |
I've also found this issue. Efficiency sets off fastbreak alert, depth strider sets off simulation alert and drowns players. I tried to modify the config to help with it but to no avail. Packets clearly aren't being handled correctly. |
Please read what I said, it's not a packet issue, it's an issue with viaversion + Mojang changing everything to use attributes which also changed the movement calculations. My attribute-rework branch fixes this, but it is complicated to fix: Grim/src/main/java/ac/grim/grimac/utils/data/packetentity/PacketEntitySelf.java Lines 58 to 78 in 16a90bb
|
Can confirm this issue |
is there an ETA to the fix? |
no ETA;
|
Thanks! |
Now you can try the latest build version of "attribute-rework". I tested it on 1.21, and players have reported that many enchants misreporting issues have been fixed and can be used normally. |
Hey! Am I doing something wrong? |
yes |
Describe the false positive and how to replicate it
Here are some issues I encountered within the first five minutes of using this anticheat:
There are likely more issues, but I haven't had the chance to test further yet.
Grim version
2.3.65
Server version
Paper 1.21-38-master@1f5db50
Plugins
CoreProtect, Delta (custom core), FastAsyncWorldEdit, PlaceholderAPI
The text was updated successfully, but these errors were encountered: