Banlist format description - is there one?

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
psihius
Fast Inserter
Fast Inserter
Posts: 192
Joined: Mon Dec 15, 2014 12:47 am
Contact:

Banlist format description - is there one?

Post by psihius »

Hello,

is there a proper banlist format description on what fields there might be and what structure does it expect?
Right now the format is shown bellow, but I have seen references to other fields that might or not might be there. Also, that one empty element at the start looks weird, but it is what headless generates when you don't have any bans and you ban a single person.

Code: Select all

[
    "",
    {
        "username":"xxxxx",
        "address":"0.0.0.0"
    },
    {
        "username":"yyyyy",
        "address":"0.0.0.0"
    },
    ...
]
Post Reply

Return to “Technical Help”