DoubleJump Plugin

I would use it if its publically released and maintained

I tried this, but all that happens is that when they double click space bar to fly is that they jump forwards, and then stop flying or double jumping at all.

Bump on this, seems like a fun plugin to have

Does this need updated to API 5 or 6? There’s no information on it so I can’t tell.

The source code is not even available. You should go for a new plugin.

I’ll probably just decompile it and take a look at it, but if I took this I’d want to make sure it fits standard practices…then actually release it on the forums.

// start shill
I have an experimental module for this for my plugin MiscStuff, see here for code
It doesn’t quite work to how I’d like, because it triggers Minecraft’s (or Sponges) “You’re going too fast” protection and has a weird direction in which it launches you.
My plugin (PoreRT) with my bukkit plugin (Double Jump Minus) works perfectly with it however (at least on 1.11 with the latest version) due to it listening to custom Mixin events.
// end shill

I coded it and got it working, I just haven’t had time to compile it and make a forum post for it.

Got it working and posted for my plugin MiscStuff! :wink: