
π‘οΈ Instant-Shield-Break
π Auto-breaks enemy shields in nethpot PvP by swapping to an axe at the exact moment of attack, then reverting instantly β all within a single tick. No GUI, no keybinds, always on.
Screenshots

About this Mod
Text Description (Accessibility Transcription)
Instant-Shield-Break v1.0
NETHPOT PVP Β· FABRIC MOD Β· CLIENT-SIDE
Auto-breaks enemy shields in nethpot PvP by swapping to an axe at the exact moment of attack,
then reverting instantly β all within a single tick. No GUI, no keybinds, always on.
Tags: Fabric API Β· Java Β· MC 1.19β1.21 Β· 1-tick swap Β· Always active Β· Zero flicker
βοΈ How the Swap Works
A five-step process that occurs within a single tick:
- Attack fired β player hits enemy
- Shield check β
isUsingItem()detects if the target is raising a shield - Swap to axe β
@Inject HEADswaps the held item to an axe - Axe hits β shield is disabled
- Revert slot β
@Inject RETURNswaps back to the original item instantly
π¦ Module Breakdown
ShieldDetector (util/ShieldDetector.java)
Checks if the target player is actively raising a shield via isUsingItem() + item identity
check. Catches the intent before the 5-tick raise delay, ensuring no missed hits.
InventoryScanner (util/InventoryScanner.java)
Scans hotbar slots 0β8 first, then main inventory slots 9β35. Maintains a cached
last-used axe slot for instant lookup on repeated attacks. Supports any modded axe
extending AxeItem.
SwapHandler (handler/SwapHandler.java)
Orchestrates the full swap sequence. Guards against spam with a 150ms cooldown. Sends a
vanilla UpdateSelectedSlotC2SPacket for server sync. Reverts in the same call-stack frame
β zero extra ticks.
Attack Mixin (mixin/ClientPlayerInteractionManagerMixin.java)
Hooks into attackEntity() at HEAD (pre-packet) and RETURN (post-packet). Only
intercepts PlayerEntity targets β mob attacks pass through unmodified.
Config (config/ShieldBreakConfig.java)
GSON-backed JSON config at config/instant-shield-break.json. Supports enabled toggle,cooldownMs tuning, and debugLogging for verbose output. Auto-creates defaults on first
launch.
π At a Glance
| Stat | Value |
|---|---|
| Tick swap window | 1 |
| Spam cooldown | 150ms |
| Visible flicker frames | 0 |
| Inventory slots scanned | 35 |
| Mixin inject points | 2 |
| Source modules | 5 |
by Shubham96 Β· MIT License Β· Fabric 1.19β1.21 Β· instant-shield-break v1.0
Available Versions
How to Install π‘οΈ Instant-Shield-Break on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "π‘οΈ Instant-Shield-Break". Click "Install" β done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+21 more)
Server-side
β UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
π‘οΈ Instant-Shield-Break server crashes on startup β what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is π‘οΈ Instant-Shield-Break compatible with fabric?
π‘οΈ Instant-Shield-Break officially supports fabric for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with π‘οΈ Instant-Shield-Break β how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if π‘οΈ Instant-Shield-Break consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install π‘οΈ Instant-Shield-Break with just one click on your server.