Magic Swing!, the hypixel grappling hook but a little more realistic based on physics, and almost supports all versions of bukkit. Enjoy your own spider-verse.
Default config:
Code (YAML):
item:
name
: '&6&lMAGIC SWING HOOK'
lore
:
- '&7Cast and enjoy the momentum'
- '&7Fly up and swing like spider-man!'
physics:
minDistance
: 2
maxDistance
: 20
acceleration
: 0.4
launch
: 1.35
gravity
: 0.125
force
: 0.04
Each physics components are configurable.
Here is a guide:
maxDistance: The maximum distance of the rope (maximum-supported length from the attachment point)
minDistance: The minimum distance of the rope (When reached, by the attachment point)
acceleration: The value that has been multiplied on spherical force based on the vertical distance from the attachment point.
launch: The amount of force that'll be done to the player on the first time casting the row.
gravity: The amount of gravity that has been done to the player velocity-Y component.
force: Spherical force multiplier.
Here is a showcase: