Grim Anticheat (Fabric) 2.3.72-38ccc559e
on Aug 14, 2025Grim Anticheat (Bukkit) 2.3.72-38ccc559e
on Aug 14, 2025Changes in this Build (since previous push)
Miscellaneous
- Cleaner stuckSpeedMultiplier constants - by ManInMyVan (
03e1514
) - Roll up shitmath bruteforce in PredictionEngineElytra - by ManInMyVan (
a953f50
) - Add force-slow-movement and force-stuck-speed (intended for anarchy servers) - by ManInMyVan (
0dec743
)
🐛 Fixes
- Fix ChatA/ChatB falses from 31107ec4b - by ManInMyVan (
38ccc55
)
Grim Anticheat (Fabric) 2.3.72-57618963e
on Aug 14, 2025Grim Anticheat (Bukkit) 2.3.72-57618963e
on Aug 14, 2025Changes in this Build (since previous push)
Miscellaneous
- Remove unused import in BlockFaceHelper - by ManInMyVan (
8cb4189
) - Allow line break in pages - by ManInMyVan (
5761896
)
Grim Anticheat (Fabric) 2.3.72-94813c056
on Aug 13, 2025Grim Anticheat (Bukkit) 2.3.72-94813c056
on Aug 13, 2025Changes in this Build (since previous push)
Miscellaneous
- Fix typo in help: section of en messages.yml causing error message on /grim help. Also make /grim help handle null lines - by Axionize (
94813c0
)
Grim Anticheat (Fabric) 2.3.72-b0906d936
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-b0906d936
on Aug 11, 2025Changes in this Build (since previous push)
🤖 Maintenance & CI
- Fix supported versions for Bukkit in Modrinth upload and Fabric dependences - by Axionize (
b0906d9
)
Grim Anticheat (Fabric) 2.3.72-6ce610e0b
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-6ce610e0b
on Aug 11, 2025Changes in this Build (since previous push)
Miscellaneous
- Remove Killaura from punishments.yml + add Interact in japanese punishments.yml - by ManInMyVan (
6ce610e
)
Grim Anticheat (Fabric) 2.3.72-ba305cf22
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-ba305cf22
on Aug 11, 2025Changes in this Build (since previous push)
🤖 Maintenance & CI
- Remove Check.isFlying - by ManInMyVan (
be120f0
) - Make Check.isTransaction static - by ManInMyVan (
0a4a6cd
) - Split isJumping and lastJumping into separate declarations - by ManInMyVan (
6787d1b
) - Simplify FloodgateUtil - by ManInMyVan (
d2df1b7
) - Use Math.PI in VanillaMath instead of the literal - by ManInMyVan (
7376468
) - Don't use deprecated method ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) in TridentItem - by ManInMyVan (
e433652
) - Remove unused method BlockFaceHelper.offset - by ManInMyVan (
796a573
) - Mark many utility classes as UtilityClass - by ManInMyVan (
380e3d9
) - Don't use deprecated method ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) in Riptide - by ManInMyVan (
376e7a9
) - Rewrite GeyserUtil to not use reflection (except once) - by ManInMyVan (
1ba072f
) - Merge FloodgateUtil & GeyserUtil - by ManInMyVan (
a3108c7
)' - Fix escaping characters in changelog generation - by Axionize (
ba305cf
)
Grim Anticheat (Fabric) 2.3.72-2bf1260a2
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-2bf1260a2
on Aug 11, 2025Changes in this Build (since previous push)
🤖 Maintenance & CI
- Fix generating changelog content in GitHub Actions - by Axionize (
2bf1260
)
Grim Anticheat (Fabric) 2.3.72-2e625e260
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-2e625e260
on Aug 11, 2025Changes in this Build (since previous push)
Miscellaneous
- Validate STEER_BOAT values (Add VehicleF) - by ManInMyVan (
2e625e2
)
Grim Anticheat (Fabric) 2.3.72-4287f62cd
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-4287f62cd
on Aug 11, 2025Changes in this Build (since previous push)
Miscellaneous
- Add getVehicle() and getVehicleType() in GrimPlayer - by ManInMyVan (
647b13c
) - Check if a player is in a boat when sending STEER_BOAT (Add VehicleE) - by ManInMyVan (
b5c14f4
)
🐛 Fixes
- Fix PacketOrderO falses in vehicles - by ManInMyVan (
4287f62
)
Grim Anticheat (Fabric) 2.3.72-cd8d78dd5
on Aug 11, 2025Grim Anticheat (Bukkit) 2.3.72-cd8d78dd5
on Aug 11, 2025Changes in this Build (since previous push)
Miscellaneous
- Refactor GrimDump: extract basic info generation to reusable getBasicInfo method - by AoElite (
a695dac
) - Allow all functional urls to be changeable, move all grim system property usage to a dedicated class - by AoElite (
a9a2034
) - Recode grim version command to use new api - by AoElite (
cd8d78d
)