Allows smooth takeoff with helicopters

Supported Games
GameServerKingsGameServerKings

Permissions

  • autotakeoff.use - Allows use of the plugin

Chat Commands

  • /takeoff - Start helicopter automatic takeoff

Configuration

{
  "Take off method type": true,
  "Helicopter move distance": 10.0,
  "Minicopter can auto takeoff": true,
  "Minicopter move speed": 0.025,
  "Minicopter push force": 50.0,
  "Scrap Helicopter can auto takeoff": true,
  "Scrap helicopter move speed": 0.0075,
  "Scrap helicopter push force": 100.0
}
  • Take off method type - Which method does the plugin use to rise the helicopter. True = move method (moves the helicopter to position x distance above ground) , False = push method ('Bumps' helicopter into the air).
  • Helicopter move distance - How far the helicopter is moved with move method.
  • Minicopter can auto takeoff - Can the minicopter use autotakeoff.
  • Minicopter move speed- How fast the helicopter is moved with move method.
  • Minicopter push force - Push force applied to minicopter with push method.
  • Scrap helicopter can auto takeoff - Can the scrap helicopter use autotakeoff.
  • Scrap helicopter move speed - How fast the helicopter is moved with the move method.
  • Scrap helicopter push force- Push force applied to scrap helicopter with push method
MIT License

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.