Skip to content

gokaybalci/BlackSheep

Repository files navigation

BlackSheep

a World of Warcraft blacklisting addon

A simple WoW add-on for blacklisting people you don't want to play with.

Buy Me A Coffee

FeaturesHow To UseDownloadLicense

Key Features

  • Blacklist people for leaving, scamming or any reason whatsoever.
  • Your list works on across all your characters.
  • You can import and export lists.

How to Use

Baine

  • Write /bs in-game chat (/bs help for all commands)
  • Write the name of the player and blacklisting reason
  • Enjoy!

How to Integrate a Custom List

  • 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]    
    }
} 

Todo

  • 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

Download

License

GPL-3.0 license