Queue Pinger
A tiny World of Warcraft addon that pings you when someone applies to your Premade Group Finder listing.
What it does
If you host a listing in the Premade Group Finder, Queue Pinger plays a short sound the moment a new applicant signs up, so you don't have to keep the group finder window open and stare at it.
- Plays a sound only for new applicants — re-applications, status changes (applied → invited → joined), and other routine updates to your listing don't retrigger it.
- Throttled so a burst of sign-ups doesn't spam overlapping sounds.
- Choose the alert sound from a built-in list, browse anything registered by other addons via LibSharedMedia-3.0 (if installed), or type in a custom SoundKit ID.
- Minimap button for quick access — left-click to open settings, drag to reposition.
- Slash command support.
Usage
Open settings with the minimap button, or:
/qp Open the settings window
/qp on Enable ping sound
/qp off Disable ping sound
/qp test Play the currently configured sound
Installation
Copy the QueuePinger folder into your World of Warcraft/_retail_/Interface/AddOns/ directory.
Files
| File | Purpose |
|---|---|
QueuePinger.lua |
Core logic — tracks applicants and triggers the ping sound |
QueuePingerUI.lua |
Minimap button and settings window |
QueuePinger.toc |
Addon metadata |

