Adding Nametags To Players?

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Injoyed_

Member
Apr 6, 2025
17
0
1
I am struggling to add name tags to my server Idk what plugin I need to use I seached everywhere
 
what do you mean by "name tags" like a line of text under the player name, giving the player name the effect of a entity with a name tag, or changing the players name completely
 
what do you mean by "name tags" like a line of text under the player name, giving the player name the effect of a entity with a name tag, or changing the players name completely
I mean the players text above there name I want it show maybe the owners tag or something like that
 
ooohhh, ya I looked thru the docs and I didn't see anything about editing players name. but you can add text under the players name using scoreboards.
 
ooohhh, ya I looked thru the docs and I didn't see anything about editing players name. but you can add text under the players name using scoreboards.
I already did that I have a working tablist working scordboard saying there rank and stuff but all I need now is something to have text around there name
aka there nametag
 
Nevermind, scratch what I just said. Looked seconds later to find that MundoSK has this.

 
Nevermind, scratch what I just said. Looked seconds later to find that MundoSK has this.

Sadly mundosk doesnt work with the lasest version of skript :emoji_frowning:
 
If you want to keep player’s actual name you can use component prefix/suffix from SkBee

Code:
set component team prefix of team of player to mini message from "<red>[OWNER] ”

set component team suffix of team of player to mini message from "<gradient:gold:white>Staff Member"