FastBurst
Allows players to spawn a CH47 helicopter

Supported Games
GameServerKingsGameServerKings

A simple plugin to spawn a CH47 for yourself. Limits to one CH47 per player.

  • Cooldown (on permission)
  • Remove debris (true/false in config)

Permissions

  • mych47.spawn -- Allows player to spawn a CH47
  • mych47.cooldown -- Activate a cooldown for player (set cooldown in config)

Chat Commands

  • /mych47 -- Spawn a CH47 near player's position
  • /noch47 -- Remove the CH47 that player spawned

Configuration

{
  "Chat Settings": {
    "ChatColor": "#bbffb1",
    "Prefix": "[My CH47]",
    "Prefix Color": "#149800",
    "Chat Icon": 76561198332562475
  },
  "Cooldown (on permissions)": {
    "Value in minutes": 60.0
  },
  "Debris Settings": {
    "Remove debris": false
  },
  "Debug Option": {
    "Enable debug Messages in console": false
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 2
  }
}  

Localization

{
  "AlreadyMsg": "You already have a CH47 helicopter.\nuse command '/noch47' to remove it.",
  "SpawnedMsg": "Your CH47 has spawned !\nuse command '/noch47' to remove it.",
  "KilledMsg": "Your CH47 has been removed/killed.",
  "NoPermMsg": "You are not allowed to do this.",
  "CooldownMsg": "You must wait before a new CH47"
}  

MIT License


Copyright (c) 2021 FastBurst


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.