-
Couldn't load subscription status.
- Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestfutureFuture issues. Not really important right nowFuture issues. Not really important right now
Description
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"
}
]
}
}
]Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfutureFuture issues. Not really important right nowFuture issues. Not really important right now