fuyutsuki / Texter

Texter is a plugin for PocketMine-MP that supports multiple worlds and allows you to add, edit, move, and delete FloatingText.
https://poggit.pmmp.io/p/Texter
University of Illinois/NCSA Open Source License
61 stars 39 forks source link

Update floating text packet to floating block #138

Closed xLordShadow closed 1 year ago

xLordShadow commented 1 year ago

Ima be honest, ive never used this plugin just happen to come across it. Its currently using an outdated method of creating floating text with packets. Pocketmine had a update awhile back changing from PlayerPackets to ActorPackets with floating block entities. (Details https://github.com/pmmp/PocketMine-MP/pull/4714)

Feel free to deny my request, figured I would try to update.

fuyutsuki commented 1 year ago

ad92caa7468e08438391d29f3d675af9c2e556d2

fuyutsuki commented 1 year ago

This PR was finally reverted. Texter features the ability to edit floating text as if it were a billboard, but this change means that editing, moving, or deleting floating text will no longer take effect immediately; the FPS improvement is attractive, but losing the feature would mean the death of the plugin.

Thanks for the PR!