The Problem: The Ignore List Cap Is Breaking Your Groups

If you run Mythic+, PvP, or even pug raids, you already know the frustration. Blizzard’s default ignore list is capped at a hard limit — historically just 50 characters, and at most 100 — and once it’s full, the game simply refuses to add anyone else. The community has complained about this for years on Reddit’s r/wow, r/classicwow, and r/wowaddons, and on the official Blizzard forums. Time and again the same threads resurface: “How is the ignore list still capped on 50 after all these years?” and “Ignore list is full. What do I do?”

And the cap is only half the problem. The players who ruin your groups rarely stay within it for long — because a character rename wipes their ignore entry. You blacklist a leaver who bricked your +18 key, they pay for a name or realm change, and the next day they are applying to your group under a fresh name. Your ignore list is now a black hole that forgets the exact people it is supposed to remember.

Meanwhile, the most damaging offenders are the Mythic+ key leavers — the players who sign up, breeze through half a dungeon, wipe once, and vanish with a “gotta go” — and the flat-out toxic players who make an already stressful key insufferable. Blizzard has added deserter penalties and behavior scores, but none of it stops the same bad actors from showing up again next week under a new name or on a different character.

The core issue is that Blizzard’s ignore system was never built for the modern WoW social environment. It is a server-side character list with a fixed size, and that design makes it structurally incapable of being a real long-term blacklist. You need a tool that lives outside that cap.

The Retail Solution (Midnight 12.1): Permanent GUID Tracking

This is where modern blacklist addons fix what Blizzard’s default UI cannot. In Retail — through the Midnight expansion and its 12.1 API — a mature blacklist addon works around the ignore cap instead of fighting it.

What is GUID tracking, and why does it matter?

Every character in WoW has an immutable GUID (Globally Unique Identifier) assigned by Blizzard that never changes, even through a paid name change, race change, faction change, or realm transfer. A character rename changes the display name you see, but the underlying GUID stays the same forever.

A GUID-based blacklist addon captures that stable identifier the moment you meet a player and stores it locally. So when that leaver renames and rejoins your Mythic+ finder queue, the addon sees their real identity behind the new name — and flags them instantly. This is the single biggest failing of Blizzard’s native ignore list, and it is exactly what Personal Blacklist Manager solves.

Premade Group Finder X-Ray: stop them before they even sign up

In the Midnight 12.1 Retail environment, Personal Blacklist Manager goes one step further with its Premade Group Finder X-Ray. As you browse groups in the Premade Group Finder, the addon cross-references every listed group leader and member against your local blacklist and fires an instant alert and visual marker on known leavers and toxic players — before you click “Sign Up.” You see the warning at a glance and simply skip that group.

For serious Mythic+ runners and raiders, this is a game-changer. Instead of discovering a leaver after they have already bricked your key, you avoid the group entirely. For the first time, the people who ruin runs carry a visible record with them into the group finder.

The WoW Forever Solution (API 1.60): Built for the New, Official Environment

One important clarification up front: WoW Forever is an official Blizzard server environment — the throwback, vanilla-style world Blizzard is running alongside Retail — and it is not a private server. It deserves the same respect and terminology as Retail, and it comes with its own set of rules.

Under the hood, WoW Forever adopts the modern addon API (the same restricted environment as Midnight), rather than the old Classic API. In the Forever beta, Blizzard has been tightening what addons can touch: combat-sensitive values — like health numbers addons can read from UnitHealth — are treated as “secret” values that addon code is not allowed to do arithmetic on, and many long-standing globals have moved into the modern C_* namespaces (C_Item, C_Spell, and so on). The result is that many older, combat-dependent addons silently break on Forever.

This is precisely where Personal Blacklist Manager is at an advantage. PBL is a 100% client-side data addon — it does not read health values, it does not run arithmetic on combat numbers, and it does not depend on tainted combat frames. It respects the restricted environment by doing only what Forever explicitly allows: storing your personal blacklist locally and surfacing it in the UI.

Unlimited SavedVariables capacity — no more full lists

The crucial piece for Forever players is that PBL’s blacklist lives in your local SavedVariables — not in Blizzard’s server-side, size-capped ignore mechanic. Blizzard’s hard ignore limit simply does not apply, because you are not inserting entries into the capped ignore list at all. Your saved database can hold effectively unlimited entries, bound only by your disk, not by a 100-player ceiling.

And because everything is stored offline in your own SavedVariables folder, nothing is ever sent to a server, and nothing is tied to a fragile character rename. On WoW Forever — where addon restrictions and the “addon disarmament” conversation are most active — a fully client-side, local-only tool is not just convenient; it is the only design that keeps working reliably under the new rules.

Why Legacy Addons Fail

You may already be using an older blacklist or ignore-list addon — and you may have noticed it quietly running out of steam. There are three structural reasons older tools fall short against a modern, zero-taint architecture:

1. Name-based, not identity-based

Legacy blacklist addons track players by character name, which a rename defeats in one click. If a tool is not built around the immutable GUID, it cannot protect you from the single most common evasion tactic. Addons that predate GUID-era thinking simply never recover from a rename.

2. No real group-finder integration

Many older addons only warn you after a player is already in your group — or worse, after they have already left. Without Premade Group Finder awareness, they cannot intercept a known leaver at the sign-up stage, which is the only point where prevention is actually possible.

3. Combat taint and API breakage

Older addons were often written against the permissive Classic-era API. With the modern restricted environment in Retail 12.1 and WoW Forever — secret health values, moved globals, and strict combat isolation — these tools throw Lua errors, taint combat frames, or stop loading entirely. Personal Blacklist Manager was built from the ground up against the current API with a zero-taint, combat-isolated design: all configuration frames close on entering combat, protected group functions defer safely until combat drops, and the memory footprint stays under ~1.2 MB. It works in Retail and it works in Forever.

Take back control of your groups

Join thousands of WoW players who never want to see another toxic leaver in their Mythic+ or raid again. Free, 100% client-side, and localized in EN, DE, RU, FR, and ES.

Download Personal Blacklist Manager