PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.26k stars 660 forks source link

FloatingTextParticle not working #4209

Closed ghost closed 6 years ago

PrimusLV commented 8 years ago

Pictures, proof, way to reproduce the bug?

ghost commented 8 years ago

@PrimusLV

screenshot

ifvictr commented 8 years ago

Tested and confirmed. The particle spawns (hence the shadow in the picture), but the text does not show. @0929hitoshi is this correct? The particle spawns, but the text is not visible?

jojoe77777 commented 8 years ago

Just did some testing with other entities and it seems that the name is visible only when you look at it. Don't know if it can be fixed server-side.

Muqsit commented 8 years ago

Same problem over here, just like @Gamecrafter mentioned.

jojoe77777 commented 8 years ago

@Muqsit Everyone has the problem. Don't think anything can be done server-side to fix it.

/lock?

PrimusLV commented 8 years ago

Maybe packet isn't decoded in correct way on client-side?

Guillaume351 commented 8 years ago

MiNET has fixed the issue. (Try play.inpvp.net). So there is a way to fix

AirLinesCraft commented 8 years ago

Is this already fixed?

dries-c commented 8 years ago

NO : IS IT CLOSED?

inxomnyaa commented 8 years ago

Well, there is a "hack" to do it: AddEntityPacket, and using Renamed items ^^"

iksaku commented 8 years ago

FloatingTextParticle is kinda hacky with the client, but somehow got fixed with 0.15... Your only solution is to mess with invisible entity types

dries-c commented 8 years ago

it work on genisys

AirLinesCraft commented 8 years ago

It works on genisys but only you can see the FloatingTextParticles and when you leave the server and join again you cant see anymore the FloatingTextParticle

dries-c commented 8 years ago

It work for me Op 4-jul.-2016 12:10 schreef "AirLinesCraft" notifications@github.com:

It works on genisys but only you can see the FloatingTextParticles and when you leave the server and join again you cant see anymore the FloatingTextParticle

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PocketMine/PocketMine-MP/issues/4209#issuecomment-230255653, or mute the thread https://github.com/notifications/unsubscribe/APEEPizH_qOALmKe5EoqaneU1fuCzz1Hks5qSNwrgaJpZM4I3JZh .

AirLinesCraft commented 8 years ago

Which is your plugin?

LCraftPE commented 7 years ago

For me, FloatingTextParticle are visible in all worlds... Can you fix this ?

Guillaume351 commented 7 years ago

@LCraftPE It's normal, once the particle is sent, it won't move. You have to code yourself to make it appear/disappear depending on the world

LCraftPE commented 7 years ago

@Guillaume351 Vous pouvez parler en Français avec moi... Ok pas de problème, je vais essayer de me débrouiller pour faire cela... Vous avez réussi pour CookieBuild ?

Guillaume351 commented 7 years ago

@LCraftPE Sur Cookie Build je ne la fait pas disparaître car elle n'est pas trop visible une fois téléporté sur l'autre monde, mais je crois savoir comment faire

LCraftPE commented 7 years ago

Ah oui comment ? J'ai trouvé cela aussi : https://github.com/Samueljh1/Darkhammer-Open-Source-Classes/blob/master/Hologram/Hologram.php...