Adding evt.time command as reward?
trying to add server time to 9am for 500 RP
rewards add command DayLight env.time 9 500
not working. im not understanding if the "9" is seen as the cost or not if so how can this be fixed
    "Daytime": {
      "description": "Make it daytime",
      "iconName": null,
      "commands": [
        "time 9",
        "say $player.name just changed it to daytime. Isn't he nice ... :)"
      ],
      "displayName": "Make it Daytime",
      "cost": 500,
      "cooldown": 0
    },	


Merged post

Just add that to the commands section of your oxide/data/serverrewards/reward_data.json  
In response to LoneWolfAU ():
"Daytime": { "description": "Make it daytime", "iconName": null, "commands": [...
ty i did that and reloaded plugin and i get "There are currently no commands set up" and the json is valid
Loading up my test server now to check it. 
im a dumbass sry i was putting it in with my "items" and not in "commands"....it works ty so much
No worries.
if i want to add an image icon would it be like this?
image library
image_urls.json  "daytime": "https://i.imgur.com/g6ZRzT8.png"
server rewards
reward_data.json 
 "commands": {
"Daytime": {
"description": "Make it daytime",
"iconName": daytime,
"commands": [
"time 9",
"say $player.name just changed it to daytime. Isn't that nice ... :)"
],
"displayName": "Make it Daytime",
"cost": 500,
"cooldown": 0
}
Try it and see. Never done it personally.
well it doesnt seem to work and now i have no images in server rewards...lol and i even restarted server
Take it out, restart the plugin and try something else?