Rocket Jumping
A Minecraft plugin that allows players to use exploding rockets to boost themselves around the map with configurable power, radius, and effects.
🚀 Features
- Explosive Boosting: Use fireworks to propel yourself through the air
- Customizable Settings: Adjust boost power, radius, flight duration, and explosion behavior
- Damage Control: Toggle whether shooters take damage from their own rockets
- Creeper Fireworks: Optional explosive effects from creeper-shaped fireworks
⚙️ Configuration
Paper/Folia
# config.yml  
# DO NOT TOUCH  
config-version: 2.0  
# boostPower sets how powerful the rocket boost is (default: 1.5)  
boostPower: 1.5  
# multiplier sets how powerful the multiplier is for each flight level (default: 0.8)  
multiplier: 0.8  
# damageShooter defines whether the shooter gets damages by their own fireworks (default: false)  
damageShooter: false  
# Maximum distance (in blocks) that entities will be affected by the rocket jump  
radius: 5.0  
# Should creeper fireworks cause explosions? (default: true)  
creeperExplodeRockets: true  
explosionPower: 2.0 # default: 2.00  
explosionSetFire: false # default: false  
explosionBreakBlocks: false # default: false  
📋 Commands
- /rocket help- Shows the help message
- /rocket rl- Reloads the configuration
 Permission:- rocketjumping.admin
🔒 Permissions
- rocketjumping.admin- Allows running commands
🔄 How It Works
- Players shoot fireworks that explode within the configured radius
- The explosion applies a velocity boost to nearby entities
- Boost power scales with flight duration (configurable multiplier)
- Optional explosion effects can be enabled for creeper fireworks

Perfect for parkour, PvP, or movement-based minigames aswell as Surival or RPG! 🎆


