gokaybalci / BlackSheep

A WoW add-on for blacklisting people in game
GNU General Public License v3.0
2 stars 0 forks source link
warcraft-addon world-of-warcraft-addon wow-addon
![BlackSheep](/images/logo.png) 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

How to Use

Baine

How to Integrate a Custom List

CustomList = {
    ["custom_retail_DATA"] = {
        {
            "NameofthePlayer", -- [1]
            "ReasonforBlacklisting", -- [2]
        }, -- [1]
    }
} 
CustomList = {
    ["custom_retail_DATA"] = {
        {
            "NameofthePlayer", -- [1]
            "ReasonforBlacklisting", -- [2]
        }, -- [1]
        {
            "NameofthePlayer2", -- [1]
            "ReasonforBlacklisting2", -- [2]
        }, -- [2]    
    }
} 

Todo

Download

License

GPL-3.0 license