Edits how scrap helis, minicopters and player attack helis behave and work

Supported Games
GameServerKingsGameServerKings

Features

  • Max Health - Sets the maximum health of the helicopter when it spawns.

  • Invincible - Prevents the helicopter from taking any damage.

  • Block Explosions - Prevents explosion effects, debris, and fireballs when the helicopter is destroyed.

  • Instant Takeoff - Skips the engine startup phase and starts the helicopter immediately when the engine is turned on. (If "Use Permission For Instant Takeoff" is enabled, players must have the "helieditor.takeoff" permission.)

  • Hydrophobic - Allows the helicopter to function underwater by disabling water interaction.

Permissions

  • helieditor.takeoff - Allows players to use instant takeoff when it is enabled in the config and permission checks are enabled.

Configuration

{
  "Permission Settings": {
    "Use Permission For Instant Takeoff": true
  },
  "Minicopter Settings": {
    "Max Health": 750,
    "Invincible": false,
    "Block Explosions": false,
    "Instant Takeoff": false,
    "Hydrophobic": false
  },
  "Scrap Helicopter Settings": {
    "Max Health": 1000,
    "Invincible": false,
    "Block Explosions": false,
    "Instant Takeoff": false,
    "Hydrophobic": false
  },
  "Attack Helicopter Settings": {
    "Max Health": 850,
    "Invincible": false,
    "Block Explosions": false,
    "Instant Takeoff": false,
    "Hydrophobic": false
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 1
  }
}
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.