Hide player name above head

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

medivh

Member
Jan 28, 2017
43
0
0
33
Im trying hide player name above head but no had any idea, ayone knows a method for that on skript?
 
Just put an invisible armor stand as vehicle of the player, it'll hide the nametag. You should make the hitbox of the armor stand (with the marker tag) so it doesn't annoy the player.
 
You can do this with /scoreboard commands!
just run these commands
code_language.skript:
/scoreboard teams add GROUP
/scoreboard teams option GROUP nametagVisibility never
/scoreboard teams join GROUP <playername>
 
You can do this with /scoreboard commands!
just run these commands
code_language.skript:
/scoreboard teams add GROUP
/scoreboard teams option GROUP nametagVisibility never
/scoreboard teams join GROUP <playername>
Yeah but this can interfere with scoreboards.
 
  • Like
Reactions: medivh