This plugin forces the chinook to drop its crate between two configurable time values, if it hasn't dropped yet.
In the chinook flight process, check regularly whether the crate can be dropped.
This plugin does not control the flight path of the chinook
Configuration
{
"Prevent the game from handling chinook drops": false,
"Time before chinook starts trying to drop (seconds)": 200.0,
"Minimum time until drop (seconds)": 40.0,
"Maximum time until drop (seconds)": 60.0,
"Minimum number of online players to drop": 0,
"Don't drop above water": true,
"Don't drop above monuments": false,
"What monuments to check (only works if monument checking is enabled)": {
"Harbor": {
"Enabled": true,
"Monument size": 125.0
},
"Giant Excavator Pit": {
"Enabled": true,
"Monument size": 180.0
},
"Launch Site": {
"Enabled": true,
"Monument size": 265.0
},
"Train Yard": {
"Enabled": true,
"Monument size": 130.0
},
"Power Plant": {
"Enabled": true,
"Monument size": 150.0
},
"Junkyard": {
"Enabled": true,
"Monument size": 150.0
},
"Airfield": {
"Enabled": true,
"Monument size": 200.0
},
"Water Treatment Plant": {
"Enabled": true,
"Monument size": 190.0
},
"Bandit Camp": {
"Enabled": true,
"Monument size": 80.0
},
"Outpost": {
"Enabled": true,
"Monument size": 115.0
},
"Sewer Branch": {
"Enabled": true,
"Monument size": 80.0
},
"HQM Quarry": {
"Enabled": true,
"Monument size": 30.0
},
"Mining Outpost": {
"Enabled": true,
"Monument size": 40.0
},
"Oxum's Gas Station": {
"Enabled": true,
"Monument size": 40.0
},
"Satellite Dish": {
"Enabled": true,
"Monument size": 95.0
},
"Sulfur Quarry": {
"Enabled": true,
"Monument size": 30.0
},
"Abandoned Supermarket": {
"Enabled": true,
"Monument size": 30.0
},
"The Dome": {
"Enabled": true,
"Monument size": 65.0
},
"Stone Quarry": {
"Enabled": true,
"Monument size": 30.0
},
"Abandoned Cabins": {
"Enabled": true,
"Monument size": 50.0
},
"Lighthouse": {
"Enabled": true,
"Monument size": 40.0
},
"Large Oil Rig": {
"Enabled": true,
"Monument size": 100.0
},
"Oil Rig": {
"Enabled": true,
"Monument size": 50.0
}
}
}
Thanks for
glasiore: designed the icon for the plugin. Great man!!!**Arainrr **: Previous maintainer
MIT License
Copyright (c) 2019 Arainrr
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.