SkyDiver
Description
With this plugin you don't have to worry about falling down from tall buildings, mountains or even trees anymore. Just pull open your parachute and sail your way down
Updated for Bukkit version 1.9
Video
Controls
Take a piece of String in your hand
- Rightclick to Open parachute
- Rightclick again to Close parachute
- Press SHIFT to toggle between Fast and Slow Descending
Commands
- /sd reload #Reloads the configuration
Permissions
- skydiver.admin #All permissions
- skydiver.reload #Reload SkyDiver
- skydiver.parachute.* #Open and Close permissions
- skydiver.parachute.open #Open parachute
- skydiver.parachute.close #Close parachute
Configuration
- FastDescending: 0.2 #Choose the down force for fast descending
- SlowDescending: 0.01 #Choose the down force for slow descending
- ForwardSpeed: 0.2 #Choose the forward gliding speed
- UseUpString.Enable: false #Choose if Strings should be used up or not
- UseUpString.Amount: 10 #Choose how many Strings are needed to open a parachute when they are being used up
Can you make that everybody can change the text messages and the tag?
How about adding the config to let us chose which item to be used as parachute?
I updated the plugin for all! https://www.spigotmc.org/resources/skydiver.20465/
My plugins https://www.spigotmc.org/resources/authors/baksovic.17269/
can you update this plugin to spigot? Thanks
hi hi hi
@JK82NL
I do already have a Skydive plugin but im going to look into implementing a "parachute" into it but atm my plugin is just a fun way for players to kill themselves
Still love and use this plugin. :) I use in v 1.7.9
Hey, is it possible to make the parachute more realistic by making it 3 rows thick? And make it made out of wool so we can have different colors and designs. Everything else is great. Thanks.
Great plugin!
I actually used this a while back on spigot 1.8.1 and I had no trouble using it.
A similiar plugin is parachuteplus, if you are searching for a parachute plugin for your server
Somebody please update this for 1.8 or make something similar. Its a great plugin.
I wish I could do it myself!
how do you change the permissions to allow all players to use it
Hope author or another person can pick this project back up.
Plugin works on 1.7.9 but i had to reinstall it after it stopped working.
Players are able to fly around with the parachute. All they must do is press the jump key and they can stay in the air as long as they like. Whats the fix for this?
@jessebannon123
in the code it says:
public void Close() { this.stop = true; if (this.player.getGameMode() == GameMode.SURVIVAL) { this.player.setAllowFlight(false); } this.player.setFlying(false); removeShoot(); }
So pretty much they're only looking if you're in survival to get your flying to false, to fix this easily just do:
public void Close() { this.stop = true; if (this.player.getGameMode() == GameMode.SURVIVAL || this.player.getGameMode() == GameMode.ADVENTURE) { this.player.setAllowFlight(false); } this.player.setFlying(false); removeShoot(); }
Someone wanted me to update/remake this plugin but I'm not exactly sure how to "update" it seeing how it's already up to 1.7.9 with just two bugs.
could someone update????
The plugin is broken for 1.7.2. After you use your parachute, regardless of your permissions, you obtain creative flying when you land. If someone could remake this plugin that'd be fantastic. It's a shame this one hasn't been updated
EDIT 1: This is only when players are in adventure mode.
Anticheat blocks this. Please look at the api page and disable the fly check temporaly: http://dev.bukkit.org/bukkit-plugins/anticheat/pages/api-documentation/
@Daverhan9
I'm making a new version, Undust4able asked me to.
@JK82NL
Same here
@JK82NL
Listen to this:
@Undust4able Guys, if you log out while on parachute, next time you log in, you will fall to the ground, and leave the unbreakable parachute blocks in the sky!!