Maxqia / PoreRT

[Abandoned] Run Bukkit plugins on Sponge natively! (Batteries now included)
Other
32 stars 23 forks source link

Double Jump Plugins #15

Closed GershonR closed 7 years ago

GershonR commented 7 years ago

These seem to be working fine without errors, the issue is these plugins depend on turning on fly mode for the player, changing the velocity, turning off fly and waiting for a player to hit a block.

The problem is that once flight is turned on, it won't turn off until a player flies onto a block, the timer for turning it off automatically doesn't seem to work.

I tried these plugins: https://dev.bukkit.org/projects/double-jump https://dev.bukkit.org/projects/hub-double-jump

Maxqia commented 7 years ago

Hmm, that seems to be because PorePlayer.of(Player) != PorePlayer.of(Player) which screws up anything trying to store it.

Maxqia commented 7 years ago

-_- also that PlayerToggle(Flight, Sprint, and Sneak)Event isn't implemented

Maxqia commented 7 years ago

Fixed by fa4359c and efa1491 for my old plugin (Double Jump Minus). The plugins you listed were too old or not open source, so I didn't test using them.

GershonR commented 7 years ago

Awesome! Can you you add Double Jump Minus to the statues of plugins?

Maxqia commented 7 years ago

Added it

GershonR commented 7 years ago

Getting: http://pastebin.com/kGYcbqeS

On startup

spongeforge-1.10.2-2171-5.1.0-BETA-2010 Forge 12.18.2.2171

Maxqia commented 7 years ago

:/ don't have it backported for 1.10

GershonR commented 7 years ago

Pore is 1.11?