Adding a whiltelist and blacklist option for the command to select which players can use the command or not
[
{
"Title": "Ping",
"Description": "Send back Pong! to the user",
"Command": "ping",
"Message": "Pong!",
"PrintTo": 0,
"Permission": {
"RequiresPermissionOr": false,
"PermissionList": [
"@css/cvar"
],
"Blacklist": [
{
"PlayerName": "name",
"SteamID": "steamid"
},
{
"PlayerName": "name",
"SteamID": "steamid"
}
],
"Whitelist": [
{
"PlayerName": "name",
"SteamID": "steamid"
}
]
}
}
]
Adding a whiltelist and blacklist option for the command to select which players can use the command or not
[ { "Title": "Ping", "Description": "Send back Pong! to the user", "Command": "ping", "Message": "Pong!", "PrintTo": 0, "Permission": { "RequiresPermissionOr": false, "PermissionList": [ "@css/cvar" ], "Blacklist": [ { "PlayerName": "name", "SteamID": "steamid" }, { "PlayerName": "name", "SteamID": "steamid" } ], "Whitelist": [ { "PlayerName": "name", "SteamID": "steamid" } ] } } ]