Grim Anticheat (Fabric) 2.3.72-f739b1e39
on Sep 5, 2025Grim Anticheat (Bukkit) 2.3.72-f739b1e39
on Sep 5, 2025Changes in this Build (since previous push)
Miscellaneous
- Remove unused imports - by ManInMyVan (
f739b1e
)
Grim Anticheat (Fabric) 2.3.72-070116b03
on Sep 5, 2025Grim Anticheat (Bukkit) 2.3.72-070116b03
on Sep 5, 2025Changes in this Build (since previous push)
Miscellaneous
- Read event after getting player - by ManInMyVan (
a8693c3
) - Read event after getting player - by ManInMyVan (
070116b
)
Grim Anticheat (Fabric) 2.3.72-0586ea5bf
on Sep 4, 2025Grim Anticheat (Bukkit) 2.3.72-0586ea5bf
on Sep 4, 2025Changes in this Build (since previous push)
Miscellaneous
- Fix riptide velocity (#2262) - by Ayou (
0586ea5
)
Grim Anticheat (Fabric) 2.3.72-bd4cd314c
on Sep 4, 2025Grim Anticheat (Bukkit) 2.3.72-bd4cd314c
on Sep 4, 2025Changes in this Build (since previous push)
Miscellaneous
- Remove GrimPlayer#getInventory() - by ManInMyVan (
bd4cd31
)
Grim Anticheat (Fabric) 2.3.72-0bf3a2167
on Sep 3, 2025Grim Anticheat (Bukkit) 2.3.72-0bf3a2167
on Sep 3, 2025Changes in this Build (since previous push)
Miscellaneous
- Replace ChannelHelper.runInEventLoop with GrimPlayer#runSafely - by ManInMyVan (
3f17557
) - Move ComprensatedInventory instance to GrimPlayer - by ManInMyVan (
ea5ed06
) - Simplify ViaVersionUtil - by ManInMyVan (
42d247b
) - Clean up EntityPredicates - by ManInMyVan (
e26cf0f
) - Make MainSupportingBlockData a record - by ManInMyVan (
64ebdf2
) - Use GrimMath.radians in JumpPower - by ManInMyVan (
2b03755
) - Make Dripstone.update(...) void - by ManInMyVan (
9f4c321
) - Remove GrimPlayer#isEyeInFluid(FluidTag) - by ManInMyVan (
4e1320f
) - Deobf FluidFallingAdjustedMovement.getFluidFallingAdjustedMovement(...) - by ManInMyVan (
dc03060
) - Protected -> private in final class - by ManInMyVan (
0bf3a21
)
Grim Anticheat (Fabric) 2.3.72-d2a8dceb2
on Sep 2, 2025Grim Anticheat (Bukkit) 2.3.72-d2a8dceb2
on Sep 2, 2025Changes in this Build (since previous push)
Miscellaneous
- Get item in PacketPlayerDigging.handleUseItem instead of it being passed - by ManInMyVan (
a7f8c77
) - Use getItemInHand in PacketPlayerDigging - by ManInMyVan (
d71239b
) - Only set NoSlow.didSlotChangeLastTick if the slot actually changed - by ManInMyVan (
aab6908
) - PacketStateData.eatingHand -> itemInUseHand - by ManInMyVan (
b37393c
) - Make PacketStateData.isSlowedByUsingItem() based on slowedByUsingItemSlot
the slowedByUsingItem is redundant - by ManInMyVan (cecf5fb
)
- Reduce runnables with world borders - by ManInMyVan (
21ef46a
) - Cache default input value; reduce memory usage for pre-1.21.2 players - by ManInMyVan (
eddb14b
) - Normalize trighandler param names - by ManInMyVan (
b44dd89
) - Mark GrimMath methods as pure - by ManInMyVan (
566dc9b
) - Make Ray fields final - by ManInMyVan (
f87a077
) - Don't use deprecated method ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) - by ManInMyVan (
d2a8dce
)
🐛 Fixes
- Fix deprecated method call ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) - by ManInMyVan (
345502b
) - Fix RunningMode field modifiers - by ManInMyVan (
9ea389b
)
Grim Anticheat (Fabric) 2.3.72-ff9af985b
on Sep 2, 2025Grim Anticheat (Bukkit) 2.3.72-ff9af985b
on Sep 2, 2025Changes in this Build (since previous push)
Miscellaneous
- Don't allow sending OFF_HAND in USE_ITEM to bypass noslow - by ManInMyVan (
ff9af98
)
Grim Anticheat (Fabric) 2.3.72-dbac8bc43
on Aug 31, 2025Grim Anticheat (Bukkit) 2.3.72-dbac8bc43
on Aug 31, 2025Changes in this Build (since previous push)
Miscellaneous
- Add some utilities - by AoElite (
090d1a8
) - Reduce the number of tasks for updating permissions - by AoElite (
4702add
) - Add GrimList command for debugging exemptions - by AoElite (
dbac8bc
)
Grim Anticheat (Fabric) 2.3.72-8f1e99391
on Aug 31, 2025Grim Anticheat (Bukkit) 2.3.72-8f1e99391
on Aug 31, 2025Changes in this Build (since previous push)
🐛 Fixes
- Fix CrashH false - by AoElite (
8f1e993
)
Grim Anticheat (Fabric) 2.3.72-17a8d3b3c
on Aug 28, 2025Grim Anticheat (Bukkit) 2.3.72-17a8d3b3c
on Aug 28, 2025Changes in this Build (since previous push)
Miscellaneous
- Add support for SET_PLAYER_INVENTORY packet - by SamB440 (
17a8d3b
)