Can't get reward commands to workSolved

Hi

I cant seem to get the commands to call the attack heli or the spawn a mini heli. What am i doing wrong that it wont spawn

},
  "kits": {},
  "commands": {
    "MiniHeli": {
      "description": "<color=yellow>Spawn a Mini Heli. May not work!!</color>",
      "iconName": null,
      "commands": [
        "spawn minicopter.entity $player.name"
      ],
      "displayName": "<color=orange>Spawn a Mini Heli</color>",
      "cost": 1200,
      "cooldown": 0
    },
Keep in mind that commands such as the one you are using there are most likely client-side only commands. This plugin can only run commands that exist and work on the server itself.
Locked automatically