Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
🛡️ Shield Stun [Fabric]
A server-side Fabric mod that aims to balance the shield in PvP.
🔧 Technical Details
The Problem
A minecraft bug (MC-268147) from 1.11.2 introduced unintended shield behavior, making shields:
- More overpowered in PvP combat
- Trigger invulnerability tick behaviour (despite the player not turning red)
- Less skill-based for competitive play
The Solution
This mod ports PaperMC's skip-vanilla-damage-tick-when-shield-blocked
patch to Fabric, restoring:
- Shield Stuns: Rewarding aggressive playstyles more
📥 Installation
Server-Side Only (No client installation required)
- Install Fabric Loader 1.21.5
- Install Fabric API
- Download latest
shieldstun-X.X.X.jar
from Releases - Place in server's
mods
folder - Start server!
⚙️ Configuration
Edit config/shieldstun.json
:
{
"enable_stuns": true
}
Option | Description |
---|---|
enable_stuns |
Enables shield-stunning mechanic (true/false) |
🎮 Commands & Permissions
# Reload config (requires shieldstun.reload)
/shieldstun reload
# View all settings (requires shieldstun.main)
/shieldstun config show
# Get specific setting (requires shieldstun.main)
/shieldstun config get <option>
# Update setting (requires shieldstun.main)
/shieldstun config set <option> <value>
Permission Nodes
Permission | Description |
---|---|
shieldstun.main |
Access the config subcommand |
shieldstun.reload |
Reload configuration files |