Support for scrap copterSolved
Will the new copter be available in this plugin anytime soon?
Which new copter?
I'm guessing he's talking about the Scrap Helicopter.
Yes the Scrap Copter
yeah the transport helicopter is the new one
Yes I was just thinking about it, should have that added shortly...
i would replace ch47 with it since it is a better model and ch47s lag the server 
Someone please let me know when they make a plugin to insta-spawn a scrap copter.  Front page hasn't refreshed the newest plugins for 2 days now.
dravenmeex
Someone please let me know when they make a plugin to insta-spawn a scrap copter.  Front page hasn't refreshed the newest plugins for 2 days now.

I updated the plugin with:
-scraphelicopter support (including the permission as for all other vehicles, don't forget to grant them)
-german language

Feel free to backup your plugin\VehicleLicence.cs and create a new file with this as content:
Modertor edit: Please do not post random plugin versions in forum posts.

Add this to your config\VehicleLicence.json

"ScrapHelicopter": {
	"name": "ScrapHelicopter",
	"prefab": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab",
	"purchasable": true,
	"price": 10000,
	"cooldownToSpawn": 300,
	"distanceToSpawn": 8,
	"commands": ["scrapheli", "scrapcopter"]
}



it don't work. Don't need an update of .cs ?

Works for me.
Can I redo the plugin file?
It's been updated, latest release is out. Sorry about the delay... I do work for living. ;)
i edited the config File 3 Times.
What am i doing wrong???
{
"Define your licence settings": {
"Interval in minutes to check vehicle for wipe": 20,
"Time before vehicle wipe in minutes": 8640,
"Use Economics to buy vehicles": false,
"Use ServerRewards to buy vehicles": false,
"Shortname of item needed to buy vehicles": "scrap",
"Use permissions for chat commands": false,
"Use Raid Blocker": false,
"Use Combat Blocker": false,
"Remove Vehicles On Crash": false
},
"Define your vehicles options": {
"RowBoat": {
"name": "Row Boat",
"prefab": "assets/content/vehicles/boats/rowboat/rowboat.prefab",
"purchasable": true,
"price": 500,
"cooldownToSpawn": 180,
"distanceToSpawn": 3,
"commands": [
"row",
"rowboat"
]
},
"RHIB": {
"name": "RHIB",
"prefab": "assets/content/vehicles/boats/rhib/rhib.prefab",
"purchasable": true,
"price": 1000,
"cooldownToSpawn": 300,
"distanceToSpawn": 10,
"commands": [
"rhib"
]
},
"Sedan": {
"name": "Sedan",
"prefab": "assets/content/vehicles/sedan_a/sedantest.entity.prefab",
"purchasable": true,
"price": 300,
"cooldownToSpawn": 180,
"distanceToSpawn": 5,
"commands": [
"sedan",
"car"
]
},
"HotAirBalloon": {
"name": "Hot Air Balloon",
"prefab": "assets/prefabs/deployable/hot air balloon/hotairballoon.prefab",
"purchasable": true,
"price": 5000,
"cooldownToSpawn": 900,
"distanceToSpawn": 20,
"commands": [
"hotairballoon",
"hab"
]
},
"MiniCopter": {
"name": "MiniCopter",
"prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab",
"purchasable": true,
"price": 10000,
"cooldownToSpawn": 1800,
"distanceToSpawn": 8,
"commands": [
"minicopter",
"copter"
]
},
"TransportCopter": null,
"Chinook": {
"name": "Chinook",
"prefab": "assets/prefabs/npc/ch47/ch47.entity.prefab",
"purchasable": true,
"price": 30000,
"cooldownToSpawn": 3000,
"distanceToSpawn": 25,
"commands": [
"chinook",
"ch47"
]
},
"ScrapHelicopter": {
"name": "ScrapHelicopter",
"prefab": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab",
"purchasable": true,
"price": 10000,
"cooldownToSpawn": 300,
"distanceToSpawn": 8,
"commands": [
"scrapheli",
"scrapcopter"]
}
}
}​
Scrap copter don't appear in /buy /spawn and /recall
and in the message from plugin we always have "do /licenCe"

My bad, I didn't erase the lang file

but, I set the minicopter at 20 000

the transport at 50 000

but both are at 20 000
you have (5) for minicopter and transport, and (6) for CH47

maybe we need to have (5) minicopter (6) transport and (7) CH47 no ?

Locked automatically