
This is a simple plugin that allow you to use a bow as a grab to climb mountains for example. It's UUID ready so the latest versions are 1.7.* compatible.

Just shoot an arrow with the grab. If the arrow goes at maximum 30 blocks of you, you will go to its location by left clicking. Just do a left click to cancel. Left click is the only way to remove the grab !
To install this plugin you need to install first ZLib plugin, it's a simple library I made to help in my plugins. Download ZLib here
Once ZLib installed, just download the jar, and put it in your plugins/ folder.
Here is the default configuration
# The maximum range the grab will be usable (in blocks)
max-range: 30
# Grab lore (text under the items)
grab-lore:
- It's a great grab !
- Right Click to shoot the grab
- Left Click to cancel
# True for the debug mode
debug: false
If you got a bug you can create check if it is reported here and if not, create an issue at the same link. When creating an issue please be explicit and explain in details your problem.
You can help developping this plugin on github !