Simple Timed Block
🟡 Updated this year⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.8% endorsement rate
- 🏆 #31 of 36 Combat mods in this game by downloads
📋 About This Mod
Description:
A simple timed block implementation. If you block within 0. 33 seconds of pressing the block key, your timed block is successful and a few things will happen:
-
[]Enemies around you will stagger
[
]You will get a dummy spell cast onto you (this is for other authors to make use off, if you don't have a mod that makes use of this, don't worry about it)[]Any damage and stagger will be prevented
[]A global variable will increase up to 5000 to track successful timed blocks (this is for other authors to make use off, if you don't have a mod that makes use of this, don't worry about it)
If you think the block time is too hard, there is a 0. 5 and 1. 0 second option in the FOMOD but honestly, the 1. 0 version is more or less for testing imo.
as of version 2. 1. 0, the mod makes use of SendModEvent on successful timed block. Authors can use it to make stuff happen on timed block:
Event OnInit()
RegisterForModEvent("STBL_OnTimedBlockDefender", "OnBlockSuccess")
RegisterForModEvent("STBL_OnTimedBlockAttacker", "OnBlockSuccessATK")
event OnPlayerLoadGame()
RegisterForModEvent("STBL_OnTimedBlockDefender", "OnBlockSuccess")
RegisterForModEvent("STBL_OnTimedBlockAttacker", "OnBlockSuccessATK")
function OnBlockSuccess(string eventName, string enemyID, float enemyLevel, Form sender)
;eventName is STBL_OnTimedBlockDefender
;enemyID is the formID of the enemy. it's not that reliable for runtime generated forms
;enemyLevel is the level of the enemy
:sender is the one doing the timed block. so far, that should be only the player
endfunction
function OnBlockSuccessATK(string eventName, string emptyString, float enemyLevel, Form sender)
;eventName is STBL_OnTimedBlockAttacker
;emptyString is useless and does nothing but it needs to exist
;enemyLevel is the level of the enemy
:sender is the one attacking into a timed block.
endfunction
The mod has full SKSE Menu Framework integration and provides an ingame menu for most of the settings described below.
The ingame menu comes in English and German by default but can easily be translated
Settings:
[]bOnlyShieldTimedBlock: default = false
Stagger and Self Buff effects only trigger when you block with a shield[]bPerkLockTimedBlocking: default = false
Damage and Stagger prevention only happens when you have the set perk for it[*]bPerkLockStagger: default = false[/b
Simple Timed Block is a lightweight SKSE plugin for Skyrim that makes timed blocks prevent all damage and stagger the attacker plus nearby enemies. It's a focused QoL tweak for players who want the classic timed block mechanic without extra perks or complexity, and it optionally integrates with perk mods.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Does exactly what it says: timed block negates damage and staggers enemies, no bloat
- Solid community trust with 297 endorsements and nearly 38k downloads
- Lightweight SKSE plugin that won't clutter your load order or add scripts
⚠️ Cons
- Only works if you have SKSE installed, so console players are out of luck
- The stagger effect might feel too strong for some, trivializing combat encounters
- Since it's a plugin, there's a small risk of conflicts with other combat overhauls that touch timed blocking
For Skyrim players who want a simple, no-frills timed block that actually negates damage and adds a stagger, without overhauling the whole combat system. If you're running a perk mod that changes blocking, this can slot in nicely. Skip it if you prefer a more complex combat mod or don't use SKSE.
💡 Beginner Tips
- Make sure you have the latest SKSE64 installed and that your game version matches, or the plugin won't load.
- If you use a mod manager like Vortex or MO2, install the plugin through it to keep your Data folder clean.
- Test the timed block on a weak enemy first to get the timing down—it's stricter than vanilla blocking.
📊 Mod Details
- Game
- Skyrim Mods
- Author
- Styyx
- Version
- 2.2.2
- Downloads
- 37,796
- Endorsements
- 297
- Category
- Combat
- Created
- 11/4/2024
- Updated
- 6/21/2026
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Skyrim Mods
Download from Nexus.
📖 Full step-by-step install guide for Skyrim →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Skyrim commands, item IDs, and more.
Keep browsing — more Skyrim mods await