Unable to see command
So the UpLiftEd command I added to my Server Rewards, does not show at the HumanNPC. I see the command if I do /s but players don't have access to /s, I have to me missing some small thing. Permissions? wrong shirt? no tuna?

"UpLiftEd": {
"description": "Aim High, Lift Up, Calm down! Fast-Travel inside your buildings with comfortable Lifts",
"iconName": null,
"commands": [
"oxide.usergroup add $player.name VIP",
"say Welcome to VIP <link to UpLifEd> to use UpLiftEd"
],
"displayName": "UpLiftEd",
"cost": 50000,
"cooldown": 0
},

Thank you in advance
you have to add the command on your npc.
Edit following file :

/oxide/data/ServerRewards/npc_data.json

the line : "commands": []
should be :  "commands": ["UpLiftEd"]