- Required Dependencies
- https://chaoscode.io/resources/chaos.321/
| |
|
|
Features
Option to select either a Cargo Plane, CH47 helicopter or F15 jet as the transport vehicle.
Shows the aircraft as a respawn location in the death screen.
Option to force all random spawns to be from the aircraft (the 'Respawn' button in the death screen)
Adjust the altitude and speed of the aircraft.
The aircraft will continually fly randomly across the map and out of sight before returning for another random pass.
Players can only jump when they are within the world bounds.
Optional cooldown time.
Option to adjust the condition of the parachute to reduce movement ability.
Option to remove the parachute once it has been used.
Permissions
AirbourneSpawn uses Oxides permission system
To assign a user permission use oxide.grant user "username|steam id" "permission" in console.
To assign a group permission use oxide.grant group "groupname" "permission" in console.
You can read more about how to use the permission system here : uMod - Permissions
To assign a user permission use oxide.grant user "username|steam id" "permission" in console.
To assign a group permission use oxide.grant group "groupname" "permission" in console.
You can read more about how to use the permission system here : uMod - Permissions
airbournespawn.ignorecooldown - Players with this permission are exempt from the cooldown time
Notes
- Cooldowns are applied when the player has jumped from the aircraft
- Enabling "Force random respawns to be on the plane" in the config with disable both the custom respawn location and cooldowns
- Available options for the config option "Mode (See plugin overview for options)" are; "CargoPlane", "CH47" and "F15"
Configuration
The configuration file can be found in your server directory at .../oxide/config/AirbourneSpawn.json
The use of an editor and validator is recommended to avoid formatting issues
The use of an editor and validator is recommended to avoid formatting issues
JSON:
{
"Flight Options": {
"Altitude (150 - 450)": 450.0,
"Speed": 40.0,
"Mode (See plugin overview for options)": "CH47"
},
"Spawn Options": {
"Force random respawns to be on the plane": false,
"Spawn cooldown (seconds)": 60
},
"Parachute Options": {
"Parachute condition (0.0 - 1.0)": 0.5,
"Destroy parachute after use": true
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}