Console command call personal heliSolved
Hi, I just started using your plugin and it works great - the only problem I have is that there is no console command, so it is not possible to utilise it with other plugins such as ServerRewards where players could order a personal heli to their location from an NPC. Would it be possible to add this some time in the near future?

Thanks :) 
In response to Elixxity ():
Hi, I just started using your plugin and it works great - the only problem I have is that there is n...

Hi,

I see capability to add command in this format:

`personalheli.call {steamId}`

To make  you able to call helicopter for player by it's steam Id, will it work for you

If it's a console command, that would be perfect! :)
In response to Elixxity ():
If it's a console command, that would be perfect! :)
Please, reach for update.
In response to ():
Please, reach for update.
It works perfectly, thank you so much for the quick response!

May I also ask, is it possible to protect personal helis from being mined by other players? 
In response to Elixxity ():
It works perfectly, thank you so much for the quick response!

May I also ask, is it possi...
Regarding minig, it's a good remark. I'll consider adding of this in future release.
i try that and it doesn work. Elixxity what do you have as mine for server reswards is like 
    "Call Heli": {
      "description": "Calls the Heli extremely close to you (please only use if no heli is out)",
      "iconName": null,
      "commands": [
        "personalheli.call {steamId}",
        "say Heli called by $player.name, to their location. Please do not interfere with it unless you have permission."
      ],
      "displayName": "Call Heli to you",
      "cost": 1600,
      "cooldown": 0
    },​
Change {steamId} to $player.id and it should work.
In response to Elixxity ():
It works perfectly, thank you so much for the quick response!

May I also ask, is it possi...
Mining lock was implemented in v1.1.4
Locked automatically