TreyRuffy / TreysDoubleJump

A double jump plugin for Bukkit and Spigot users!
https://www.spigotmc.org/resources/19630/
GNU General Public License v3.0
7 stars 7 forks source link

[Feature] Add PlayerDoubleJumpEvent to API #15

Closed Drc-DEV closed 3 years ago

Drc-DEV commented 3 years ago

In order to make the plugin compatible with any setup, such an event should exist as a cancellable event, called before the double jump is applied to the player, so that it can be cancelled in some situations, like pvp, no-flight areas etc.

TreyRuffy commented 3 years ago

Yeah I will look into it. It is going to take a little bit just because of school but I will try to find time to add this for you.

TreyRuffy commented 3 years ago

Alright, I am almost finished with adding it. I just need to add the documentation and a couple more things, but I will add a new branch if you want to try it now.

TreyRuffy commented 3 years ago

Added in #17