Command 'pheli' not foundNot An Issue

not too sure what i am doing wrong. 

This is my Server reward config for the command.

"commands": {
"PersonalHeli": {
"description": "PersonalHelicopter",
"iconName": null,
"commands": [
"pheli"
],
"displayName": "PersonalAttackHelicopter",
"cost": 1200,
"cooldown": 30

and this is the config for personal heli.

{
"UseFriends": true,
"UseTeams": true,
"UseClans": true,
"CooldownSeconds": 1800,
"ChatCommand": "pheli",
"ResetCooldownsOnWipe": true,
"MemorizeTeamOnCall": false,
"RetireOnAllTeamDead": false,
"DenyCratesLooting": true,
"DenyGibsMining": true,
"RemoveFireFromCrates": true
}

and i get Command 'pheli' not found.

Thanks in advance

This would generally mean the plugin isn't loaded. Check your oxide/logs for errors and/or the plugins command.
Locked automatically