Version 1.0.1
401 downloads
Features in SpawnVehicles
ScrapCost, will take the amount of scrap needed.
Possible option, to check if player is in TC Range
Possible option, to check if player has the correct permission to spawn the specific vehicle
Mini Helicopter spawn, /spawn mini
Scrap Helicopter spawn, /spawn scrappy
Boat spawn, /spawn boat
Configuration
{
"Vehicles": {
"mini": {
"ScrapCost": 750,
"Prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab",
"UsePermission": true,
"Permission": "spawnvehicles.mini",
"CheckForTCRange": true
},
"scrappy": {
"ScrapCost": 1250,
"Prefab": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab",
"UsePermission": true,
"Permission": "spawnvehicles.scrappy",
"CheckForTCRange": true
},
"boat": {
"ScrapCost": 250,
"Prefab": "assets/content/vehicles/boats/rowboat/rowboat.prefab",
"UsePermission": true,
"Permission": "spawnvehicles.boat",
"CheckForTCRange": false
}
}
}