Donnickis Jumppads
Donnickis Jumppads
Installation
- Download the Plugin
- Drag it in your Plugins Folder
- Have Fun! :D
How to create
- Create a Redstone- or iron- or Gold- or Diamond- Block
- Place it
- Create a Stone Plate
- Place the Stone Plate over your Block
- JUMP!!!
Commands
- /jumppads
Permissions
- jumppads.info
Types
- - Redstone Block Jumppad
- - Iron Block Jumppad
- - Gold Block Jumppad
- - Diamond Block Jumppad
Future
- - More Jumppads
- - Config
Legend
- - Text like this = Comming in the Next Update
- - Text like this = Comming soon


-
View User Profile
-
Send Message
Posted Apr 20, 2015Donnickis, I have a suggestion!
You should add a config, and in the config you can edit how far and how high you jump! This would be wonderful if you could add this to your amazing plugin!
Thanks,
NicholasDiamond4
-
View User Profile
-
Send Message
Posted Feb 10, 2015Thanks for the awesome plugin! You've really helped out our network (helviticapvp.mc-srv.com)
-
View User Profile
-
Send Message
Posted May 6, 2014@Incompy
thanks for the suggestion! I wanted to make it in the next version anyway so! :D
-
View User Profile
-
Send Message
Posted May 5, 2014Not a bad plugin, but I noticed that you use the PlayerMoveEvent to see if someone steps on a launchpad. This is not recommended as the move event is fired even when you look somewhere. This can cause extreme lag with many players.
I recommend using the PlayerInteractEvent, checking is the type was physical, and if the block involved was a pressure plate, then applying the velocity.