Skip to content

PocketMine-MP plugin that fixes form images taking too long to load

License

Notifications You must be signed in to change notification settings

AzniDev/FormImagesFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormImagesFix

Fixes button icon type: "url" images taking too long to load up.

Is this what featured servers use too?

No. This is infact faster (pretty much instantaneous) than form image loading on featured servers... at least until a developer on a featured server finds out about this "fix".

How does the plugin "fix" it?

The fix is to send a title, a chat message or the experience attribute (level or value, any) to the player after sending the form. No, don't send the two packets at the same time, consecutively. There are definitely other packets you can send too that will trigger the client to update the loading images. Sending adventure settings works too.

You need to send the title after you have made sure the client has received the form packet. For this, you'll need to handle NetworkStackLatencyPacket.

Anyway, if you're confused, just download this plugin and continue living your noob life.

This seems bullshit dude you're just sending an empty title. How does that "fix" it?

Tell Mojang why this is even a bug. I was only messing around with packet sending after form sending when I found this out.

About

PocketMine-MP plugin that fixes form images taking too long to load

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%