Features • How To Use • Download • License
- Blacklist people for leaving, scamming or any reason whatsoever.
- Your list works on across all your characters.
- You can import and export lists.
- Write /bs in-game chat (/bs help for all commands)
- Write the name of the player and blacklisting reason
- Enjoy!
- Enter into the Addon directory (.../World of Warcraft/retail/Interface/AddOns/BlackSheep/)
- Open CustomList.lua file
- Manually enter the name of the player and a reason. It should look like this:
CustomList = {
["custom_retail_DATA"] = {
{
"NameofthePlayer", -- [1]
"ReasonforBlacklisting", -- [2]
}, -- [1]
}
}
- You can enter as many names as you like:
CustomList = {
["custom_retail_DATA"] = {
{
"NameofthePlayer", -- [1]
"ReasonforBlacklisting", -- [2]
}, -- [1]
{
"NameofthePlayer2", -- [1]
"ReasonforBlacklisting2", -- [2]
}, -- [2]
}
}
- Character-wide blacklist
- Custom player list integration
- Import-export function
- Send data to guildies through guild chat
- Right-click context menu
- Warning screen when they are in your group
- Or go to Releases and download.
GPL-3.0 license