Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setNameTagAlwaysVisible() not working as intended #2187

Open
Sherko231 opened this issue Jun 18, 2024 · 0 comments
Open

setNameTagAlwaysVisible() not working as intended #2187

Sherko231 opened this issue Jun 18, 2024 · 0 comments

Comments

@Sherko231
Copy link
Contributor

Sherko231 commented Jun 18, 2024

setNameTagAlwaysVisible() not working as intended (it was working in previous versions (last time i checked was on 1.20.30))

Expected Behavior

to hide player's nametag (only shown when hovering over the player)

Actual Behavior

doesn't work at all ... except if I despawned the player -> run the method -> spawn the player again :

player.despawnFromAll();
player.setNameTagAlwaysVisible(false);
player.spawnToAll();

Steps to Reproduce

just run the method setNameTagAlwaysVisible() on any player

Debug Information

No errors

Checklist:

  • [✅] I made sure there aren't duplicates of this report (Use Search)
  • [✅] I made sure I am using an up-to-date version of Nukkit
  • [✅] I Made sure the bug/error is not caused by a plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant