ColonBlow
Players can parachute / paraglide using realistic flight physics for a smooth and fun ride !!

Supported Games
GameServerKingsGameServerKings
works with

JUNE 21, 2023 - NEW VERSION 3.0.0 - MAJOR UPDATE and RE WRITE

ALL NEW FLIGHT PHYSICS FOR REALISTIC PARACHUTE / PARAGLIDER FEEL

Players with permssions can type /chute to attach a parachute to themselves while in the sky and parachute down with ease, or type /chuteup to parachute up to the specified height admin set and float down nice and easy.

Also now includes a cooldown timer as well.

While Parachuting - Players can also use the "Jump" button to FIRST, Release the "Chute Safety", then if they press is again, it will cut the chute away and player will free fall. There is no backup chute anymore.

Update 3.0.1 - Adds NoEscape Plugin support for Raid / Combat Block checks. And seperate cooldowns for commands.

Video Overview

NEW VIDEO UPLOADED !!!

Alt text

Permissions

  • chute.allowed-- Allows player to use the /chute and chute commands
  • chute.up.allowed-- Allows player to use the /chuteup and chutecup commands
  • chute.vipcooldown-- Allows player to use the VIP cooldown settings and time
  • chute.nocooldown-- Allows player to have no cooldowns for command usage

Commands

Chat Commands:

  • /chute -- Attach a parachute to player at there current location to float back down
  • /chuteup -- Teleport player up high (configurable) and then adds parachute to player to float back down
  • JUMP BUTTON - pressing this while chuting will message you that your saftey has been removed, press it again to release chute. There is no backup chute !!!!

Console Commands:

  • chute -- Attach a parachute to player at there current location to float back down
  • chuteup -- Teleport player up high (configurable) and then adds parachute to player to float back down

Admins can use command with playerID. this is useful for other plugins like server rewards to allow players to Buy a chute

Configuration

    "Parachute - Speed - Max Forward speed allowed : ": 15.0,
    "Parachute - Lift - Max up lift force allowed : ": 15.0,
    "Drop Height - Altitude at which Chuteup moves player to : ": 500.0,
    "Cooldown - Enable Cooldown on using any Chute command ? ": true,
    "Cooldown - Chute Command Cooldown Time (seconds) : ": 600.0,
    "Cooldown - Chute Up Command Cooldown Time (seconds) : ": 1000.0,
    "Cooldown - VIP Chute Command Cooldown Time (Seconds) : ": 300.0,
    "Cooldown - VIP Chute Up Command Cooldown Time (Seconds) : ": 500.0,
    "Global - Map size offset - Moves the spawn locations farther inland so Chute and Player dont spawn at edge of map : ": 500.0,
    "NoEspace - Raid Blocked  - Prevent Chute Up command if players are Raid Blocked with No Escape Plugin ? ": false,
    "NoEspace - Combat Blocked  - Prevent Chute Up command if players are Combat Blocked with No Escape Plugin ? ": false

Localization

  "noperms": "You don't have permission to use this command.",
  "commandnotfound": "Command was not found, please try again.",
  "undercooldown": "Chute Cooldown Active, please wait : ",
  "cooldownremoved": "Chute Cooldown removed !! ",
  "onground": "You are too close to the ground to do that !!! ",
  "alreadymounted": "You are already mounted !!",
  "raidblocked": "Sorry, you are Raid Blocked, you cannot do that.",
  "combatblocked": "Sorry, you are Combat Blocked, you cannot do that.",
  "readytodismount": "<color=red>SAFTEY RELEASED !!!</color> PRESS <color=black>[JUMP KEY]</color> again to cut parachute away.. warning you will Freefall !!!",
  "usagemessage": "Use <color=black>[FWD, BACK, LEFT and RIGHT]</color> Keys to Speed UP, Slow Down and Turn\nPRESS <color=black>[JUMP KEY]</color> to cut away parachute and Free Fall !!"

For Developers

void ExternalAddPlayerChute(BasePlayer player)
void ExternalAddPlayerChute(BasePlayer player, true)

Adds a parachute to player at there current location or, if you add the true, will do chute up at random location.

MIT License


Copyright (c) 2018 ColonBlow


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.