Custom Nameplates : Nameplate TextDisplay entities now stay hidden from the owning player when jumping in first-person view. The bug was caused by `entity.teleport()` resending the entity spawn packet to the client, which silently reset the `hideEntity` state. Visibility is now re-enforced for all non-viewers after every position update.
MOTD Fixes an issue where MOTD was not parsing minimessage correctly