ECO - Adding to the Whitelist / Blacklist
Here's a guide on how to add/remove players to the Whitelist or Blacklist.
Click on configuration files
Click text editor next to users.eco
Enter the character name under whitelist/blacklist as required like so (replace "yourcharacternamehere" with the charactername you want to whitelist/blacklist)
save the file
reboot the server
Click on configuration files
Click text editor next to users.eco
Enter the character name under whitelist/blacklist as required like so (replace "yourcharacternamehere" with the charactername you want to whitelist/blacklist)
{
"$id": "1",
"RequireAuthentication": true,
"AllowDebugCalls": true,
"PrivateServer": false,
"WhiteList": {
"$id": "2",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"yourcharacternamehere",
"yourcharacternamehere"
]
}
},
"BlackList": {
"$id": "3",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"yourcharacternamehere",
"yourcharacternamehere"
]
}
},
"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"yourcharacternamehere",
"yourcharacternamehere"
]
}
},
"MaxSlots": -1
}
save the file
reboot the server
Updated on: 12/01/2021
Thank you!