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"
},
...
]