We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (it was working in previous versions (last time i checked was on 1.20.30))
to hide player's nametag (only shown when hovering over the player)
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();
just run the method setNameTagAlwaysVisible() on any player
setNameTagAlwaysVisible()
No errors
Checklist:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
Steps to Reproduce
just run the method
setNameTagAlwaysVisible()
on any playerDebug Information
No errors
Checklist:
The text was updated successfully, but these errors were encountered: