Description
Slash Pull
A tiny World of Warcraft addon that adds /pull as a shorthand for Blizzard's built-in countdown timer.
Why?
WoW already ships a countdown timer accessible via /countdown <seconds> (or /cdtimer <seconds>). It works great, but /pull is quicker to type and more intuitive when coordinating pulls in a group.
This addon simply wraps C_PartyInfo.DoCountdown() behind the /pull slash command. No extra UI, no dependencies, no saved variables.
Usage
| Command | Effect |
|---|---|
/pull |
Start a 10-second countdown |
/pull 5 |
Start a 5-second countdown |
/pull 30 |
Start a 30-second countdown |
Seconds must be between 1 and 3600.
The countdown is visible to your entire party or raid, exactly as if you had typed /countdown.
Install
Copy the SlashPull folder into your World of Warcraft/_retail_/Interface/AddOns/ directory.


