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
-
View User Profile
-
Send Message
Posted Nov 24, 2017Can you make that everybody can change the text messages and the tag?
-
View User Profile
-
Send Message
Posted Jul 7, 2016How about adding the config to let us chose which item to be used as parachute?
-
View User Profile
-
Send Message
Posted Mar 22, 2016I updated the plugin for all! https://www.spigotmc.org/resources/skydiver.20465/
My plugins https://www.spigotmc.org/resources/authors/baksovic.17269/
-
View User Profile
-
Send Message
Posted Feb 29, 2016can you update this plugin to spigot? Thanks
-
View User Profile
-
Send Message
Posted Oct 30, 2015hi hi hi
-
View User Profile
-
Send Message
Posted Aug 11, 2015@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
-
View User Profile
-
Send Message
Posted Jul 10, 2015Still love and use this plugin. :) I use in v 1.7.9
-
View User Profile
-
Send Message
Posted Jun 16, 2015Hey, 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.
-
View User Profile
-
Send Message
Posted Jun 10, 2015Great plugin!
-
View User Profile
-
Send Message
Posted Jun 5, 2015I actually used this a while back on spigot 1.8.1 and I had no trouble using it.
-
View User Profile
-
Send Message
Posted Jun 5, 2015A similiar plugin is parachuteplus, if you are searching for a parachute plugin for your server
-
View User Profile
-
Send Message
Posted Apr 4, 2015Somebody please update this for 1.8 or make something similar. Its a great plugin.
I wish I could do it myself!
-
View User Profile
-
Send Message
Posted Sep 20, 2014how do you change the permissions to allow all players to use it
-
View User Profile
-
Send Message
Posted Sep 16, 2014Hope 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.
-
View User Profile
-
Send Message
Posted Aug 29, 2014Players 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?
-
View User Profile
-
Send Message
Posted Aug 19, 2014@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.
-
View User Profile
-
Send Message
Posted Jul 21, 2014could someone update????
-
View User Profile
-
Send Message
Posted Jun 3, 2014The 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.
-
View User Profile
-
Send Message
Posted May 20, 2014Anticheat blocks this. Please look at the api page and disable the fly check temporaly: http://dev.bukkit.org/bukkit-plugins/anticheat/pages/api-documentation/
-
View User Profile
-
Send Message
Posted Apr 23, 2014@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!!