Version: 0.8
This plugin will allow you to make blocks that when walked over, will launch a player in any direction you wish! Even above the clouds!
Usage:
Place a sign with (without the quotes): '[Jump]' on the first line (case doesn't matter) The launch speed X on the second line The launch speed Y on the second line The launch speed Z on the second line
The sign must be directly below the block you want people to launch when stepped on.
If you want to test it, put in plugins folder, start server, and have the following text on a sign: [Jump] 2 0.5 0.2
Config File:
onlyOpPlace: 'true' # Choose if only ops can create jump signs. timeout: '0.5' # Choose timeout, to prevent users from getting launched twice, or to place a limit on how often they can use it, in seconds, -1 for no timeout
Permission nodes:
Right now I only have one for creating the jumps, superjump.create
Features:
- Launches users that walk over particular blocks
- Useful for a base with a cool entrance
- isOp option to only let ops create jump signs
- Timeout config option to choose how often users can use it
Planned:
- Let users select options
- Mob Launching
- Minecart Launching
- Boat Launching (Should work in water!)
Download above
Old versions:
Changelog:
Version 0.8
- Updated for latest version of bukkit/minecraft
Version 0.7
- Fixed some performance issues
Version 0.6
- Fixed issues where people wouldn't land in the same spot
Version 0.5
- Added config file and option to only let ops create the jump signs
Version 0.4
- Updated Plugin to recommended build.
Version 0.3
- Fixed a bug where numbers can't be too long
Version 0.2
- Changes the way it flings the user, to help prevent inconstancies
Version 0.1
- Releasing my awesome plugin