Hi, im trying to ride an enderpearl, i have done it back then in 1.7 and it worked fine but now im trying to do it and it looks buggy as hell, if just doing enderpearl.setPassenget(player); on ProjectileLaunchEvent, idk what i might be doing wrong.
You could supply the code you're using Are you using Player.spigot().setCollidesWithEntities(false) ?
Hey, I found the solution in a thread I made a while back. The key is to cancel the PlayerInteractEvent, and spawn your own pearl. Link to my thread.
I tried the same thing originally, but it didn't work. I would just stick with PlayerInteractEvent to spawn your own. Tell me how it goes
Of course i have tried many things, but the enderpearls goes throught the blocks, i have a World with a glass sphere and it just goes throught it.