Cube-Space / geSuit

Plugin suite for BungeeCord
5 stars 8 forks source link

Lava portals damage players when touching or going through them. #30

Closed Absentee23 closed 10 years ago

Absentee23 commented 10 years ago

Title pretty much explains it. Getting too close, or going through a lava portal hurts players.

portal created with command /setportal netherportal warp netherportal LAVA (yes, the portal name and warp name are the same on purpose)

geNAZt commented 10 years ago

https://github.com/Cube-Space/geSuitPortals/commit/bf281e56516af2bdc2a7c857d77b332d8eb409d3

Absentee23 commented 10 years ago

Still not fixed. The lava isn't damaging players, but it still lights them on fire. They don't receive fire damage for the first few seconds, then are damaged by burning for a few seconds before the fire goes out. Possible to cancel players getting lit on fire from portal lava? I think that would solve it.

Issue was more pronounced when warping to a different world, the slight lag warping to a different world (compared to warping to a closed room very nearby the original warp point) seemed to keep them in the lava portal for an extra second, then they are lit on fire.

geNAZt commented 10 years ago

Well the problem is that Fire handling from Lava is currently broken in Bukkit. This is the best i can do for now until its fixed in Bukkit