- Configuration
-
Open me
JSON:{ "Vehicles": [ { "Shortname": "Example", "Display name": "There are 3 example vehicles, you can add more!", "Prefab": "http://bit.ly/orange_entities", "Skin ID": 0 }, { "Shortname": "rhib", "Display name": "Military Boat", "Prefab": "assets/content/vehicles/boats/rhib/rhib.prefab", "Skin ID": 1942896432 }, { "Shortname": "rowboat", "Display name": "Boat", "Prefab": "assets/content/vehicles/boats/rowboat/rowboat.prefab", "Skin ID": 1942897238 }, { "Shortname": "minicopter", "Display name": "Minicopter", "Prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab", "Skin ID": 1942898011 } ] }
- Extra Information
-
Open me
Permissions:
- vehicledrops.use - to use give command
- vehicledrops.give player shortname - to give player drop with vehicle from config
- Configuration 2.0
-
Open me
JSON:{ "Vehicles": [ { "Shortname": "Example", "Display name": "There are 3 example vehicles, you can add more!", "Prefab": "http://bit.ly/orange_entities", "Skin ID": 0, "Delivery time (seconds)": 0, "Plane fly height": 100.0, "Fuel inside vehicle": 0, "Fall speed (percents)": 100.0 }, { "Shortname": "rhib", "Display name": "Military Boat", "Prefab": "assets/content/vehicles/boats/rhib/rhib.prefab", "Skin ID": 1942896432, "Delivery time (seconds)": 0, "Plane fly height": 100.0, "Fuel inside vehicle": 0, "Fall speed (percents)": 100.0 }, { "Shortname": "rowboat", "Display name": "Boat", "Prefab": "assets/content/vehicles/boats/rowboat/rowboat.prefab", "Skin ID": 1942897238, "Delivery time (seconds)": 0, "Plane fly height": 100.0, "Fuel inside vehicle": 0, "Fall speed (percents)": 100.0 }, { "Shortname": "minicopter", "Display name": "Minicopter", "Prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab", "Skin ID": 1942898011, "Delivery time (seconds)": 0, "Plane fly height": 100.0, "Fuel inside vehicle": 0, "Fall speed (percents)": 100.0 } ] }
- Language 2.0
-
Open me
JSON:{ "Usage": "Usage:\n vehicledrops.give player shortname", "Permission": "<color=#ff0000>You don't have permission to use that!</color>", "UnknownVehicle": "Unknown vehicle '{shortname}', '{prefab}'", "Success": "Player {player} successfully got an item!" }
Allows player to get vehicles from supply drops