player nametags

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

    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!

kkaemok

Member
May 29, 2025
21
0
1
how do i set a custom nametag> mundosk and tablisknu are now unsupported, and there is some plugins maybe? but they don't support other languages such as korean.
 
You can set a custom name tag using the TAB plugin and automatically executing a command to change the player's name tag.

Code:
execute console command "tab player %player% customtabname (name)"
 
You can set a custom name tag using the TAB plugin and automatically executing a command to change the player's name tag.

Code:
execute console command "tab player %player% customtabname (name)"
I would not recommend doing this. Executing console commands using Skript is inefficient since there's so many expressions that you can use instead of it. I would instead recommend (This is assuming you have LuckPerms + TAB) simply setting the player's group/prefix (Which is a vanilla skript expression, without the execute console command): https://skripthub.net/docs/?id=2062