Better/more in-depth explanation on the commands?
the only command i can get to work is the rewards add command, but the rewards edit etc doesnt work at all!

I tried rewards edit command"Heli" description "Callheli"
/rewards edit command"Heli" "description Callheli"
/rewards edit commandHeli "description" Callheli
/rewards edit commandHeli description Callheli
/rewards edit command Heli

When i do rewards list commands, Heli is the name it says in ID section.. and i try that , it says no command with that name exist


and they do not work at all!
Here is a config where shows you how it works:

"commands": {
"Backpack": {
      "description": "Command: /backpack", <- Description for the Player
      "iconName": null,
      "commands": [
        "oxide.grant user $player.id backpacks.use", <- Permission 1
        "oxide.grant user $player.id backpacks.use.5" <- Permission 2
      ],
      "displayName": "Backpack 30 Slots", <- Name of the Permissions/Commands for Shop
      "cost": 300, <- How much should it cost
      "cooldown": 0​

Use this one here for you config, that above its just explained!

"commands": {
    "Backpack": {
      "description": "Command: /backpack", 
      "iconName": null,
      "commands": [
        "oxide.grant user $player.id backpacks.use",
        "oxide.grant user $player.id backpacks.use.5"
      ],
      "displayName": "<color=#ffd479>Backpack 30 Slots</color>",
      "cost": 300,
      "cooldown": 0
It look than like that:
hmm, that looks quite good.
can you tell me how to set that with timer, like people can have that when they are X hours on server will be need to add cooldown is that? thank you