Heli call in shop

Hello, I wanted to sell a Call Heli in the shop, but when players buy it, they don't have permissions to call, this is my config for it :

"Heli": {
"buy": "10000",
"img": "https://i.imgur.com/xIn57tc.png",
"cmd": ["callheli $player.id"],
"sell": "0"

Did I missed something ?

thank you

In response to electrikbox ():
Hello, I wanted to sell a Call Heli in the shop, but when players buy it, they don't have permission...
Yeah, that should work fine
If you are running the mod "heli control" you need to give them this permission helicontrol.callheli
In response to DragonMuffin ():
If you are running the mod "heli control" you need to give them this permission helicontrol.callheli
They can call the helicopter then by command and do not require to use the shop ? ?
they could but he wants to make it cost money to call it
In response to mTrX ():
They can call the helicopter then by command and do not require to use the shop ? ?
You can just change the command to something like helicoptercall so player won't know what command is
what are you even talking about

Merged post

sorry not to sound rude or anything but thats not what he wanted to know
In response to DragonMuffin ():
what are you even talking about

Merged post

sorry not to sound rude or anythin...
He wants to let players to buy "callheli" but he don't want players to call it itself... with the command
that makes sense
In response to DragonMuffin ():
that makes sense
Hey there, I just took this plugin over.
There actually is a command within Rust to spawn a heli without needing the HeliControl plugin.
I'll be going in and fixing a few things here and there.
Thanks for keeping the support tabs active!
In response to LoneWolfAU ():
heli.call  heli.calltome
Those are client-side commands, they will not work via the server last I checked.