GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.75k stars 687 forks source link

NPC does not display the correct name #5089

Closed DavyCraft648 closed 3 weeks ago

DavyCraft648 commented 1 month ago

Describe the bug

The NPC does not display the correct name after updating Geyser to commit ef4acb121f0f8746fa18a27f6acb1fc032ec7b2b. This might be related to issues #5085 and #5080. The last commit where this bug did not occur was c656e41.

To Reproduce

  1. Update Geyser to the latest version.
  2. Install the ZNPCsPlus plugin on Paper.
  3. Run /npc create 1 player.
  4. Run /npc holo add 1 tesss.

Expected behaviour

image

Screenshots / Videos

image

Server Version and Plugins

No response

Geyser Dump

No response

Geyser Version

2.4.3-b685 (git-master-ef4acb1) (Java: 1.21, Bedrock: 1.20.80/1.20.81 - 1.21.30/1.21.31)

Minecraft: Bedrock Edition Device/Version

1.21.31 Windows, 1.21.20 Android

Additional Context

No response

Tim203 commented 1 month ago

Thank you for adding steps to reproduce it. I'll take a look later today

Tim203 commented 1 month ago

Quick update: apparently this bug is in fact two bugs. 1 that prevents the nametag from showing 'tesss' and one that prevents the nametag of the actual NPC '419' from being hidden. The first one is resolved locally and the other one is still a WIP.