Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Parry ā Java Edition Timing-based combat parry. Whoever hits FIRST gets the parry!
A faithful port of the Bedrock Parry mod to Java Edition. No shield required ā any item (or no item) works. Just time your attack to match the enemy's.
How It Works If you and an enemy hit each other within a 0.4-second window (8 ticks), the person who hit first gets the parry. The second hitter is punished:
ā Takes zero damage
š Gets stunned (Slowness II + Weakness I for 3 seconds)
š„ Gets knocked back away from the parry winner
⨠A parry sound + critical-hit particle burst plays
š¢ The winner's parry counter increments
This works in both directions:
You hit an enemy, then it hits you ā YOU parry (the enemy gets stunned) An enemy hits you, then you hit it ā IT parries (you get stunned) No shield needed. No specific item required. Fist, sword, axe ā anything works.
/parry Toggle parry on/off for yourself /paritype Show your parry stats (count, status, window, stun info)
Both commands are available to all players ā no cheats or OP required.
Installation
Minecraft Java Edition 26.2 (latest stable) Fabric Loader 0.19.3 Fabric API 0.156.0+26.2 (required dependency) Java SE / JDK 25
Steps Install Fabric Loader for Minecraft 26.2 Download Fabric API and place it in your mods/ folder Download ciservermodding-parry-1.0.0.jar and place it in your mods/ folder Launch the game and join any world or server Server Installation Place both the Fabric API jar and the Parry jar in the server's mods/ folder. Clients connecting to the server do not need the mod installed (all logic runs server-side), but can install it if they want.
Compatibility
ā Fabric (not Forge/NeoForge)
ā Client + Server (environment: "*") ā install on either or both
ā All parry logic runs server-side (safe no-op on a pure client)
ā Works with all other Fabric mods
ā No experiments or beta APIs
ā No mixins ā uses only Fabric API events
ā No custom items, blocks, or entities (pure logic mod)
Technical Details
Parry window: 8 ticks (0.4 seconds at 20 TPS) Stun: Slowness II + Weakness I, 60 ticks (3 seconds) Knockback: 1.8 horizontal + 0.6 vertical (away from the parry winner) Toggle: Uses vanilla entity tags (parry_disabled) ā persists via NBT, visible to /tag list
Credits
Author: CIServerModding Original Bedrock mod: Parry (Bedrock) Java port: CIServerModding + AI
License Ā© CIServerModding. All rights reserved.


