Open Simmo06 opened 1 year ago
@srnyx Your code has a bug.
entity.setGlowing(true);
This always enbales the glow regardless of glowing boolean.
Also, white glow is visible to other players, probably because you are not using
sendGlowPacket(Entity entity, boolean wasGlowing, boolean glowing, Player receiver)
@srnyx Your code has a bug.
It's not my code, I've also noticed some bugs with it and just ended up not using it and sticking to GlowAPI 1.19.2. WarpedGlowAPI's developer is also not responding (tried friending them on Discord). I've requested another developer to make a new fork of GlowAPI that would be similar to WarpedGlowAPI except be maintained and actually work...
oops, sorry! I see. I was trying to use it in 1.19.4 ver but I might wanna lower it to 1.19.2 then. Also with the crouch bug, its a tough situation here :/
Found a new one that seems to work good: https://github.com/SkytAsul/GlowingEntities
Oh thanks for sharing! I will give it a try.
Hello there! I will try to look into this issue and solve it during those two days.
I apologize for not noticing it earlier 😅
Thank you! I look forward to the update :)
Sorry for the delay, The changes in 1.19 and 1.20 seems a little complicated due to Mojang changing the format of some packets. But, I will be able to work it them around shortly inshallah.
Server Ver Paper 1.19.4 Using Latest GLOWAPI distro.