I need a skript

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

Status
Not open for further replies.
You can use the on first join method, and set their display name to &7 (Light-Gray)

Then save that, and transfer it to the on join method.
 
I don't understand, you could achieve the same effect using EssentialsX or LuckPerms / PowerRanks. Why do you need a skript for it?
[doublepost=1630717885,1630717828][/doublepost]Also please elaborate on where the color should appear (ex: Tab, Chat)
 
So when a new player joins the skript makes there name light-gray
Code:
on join:
  set {_Display} to &7%player%
  execute console command "nick %player% %{_Display}%"
[doublepost=1631025630,1631025553][/doublepost]
So when a new player joins the skript makes there name light-gray
but you could just use a Rank Plugin and do "/lp user meta setdisplayname (Whatever you want)"
 
Code:
on join:
  set {_Display} to &7%player%
  execute console command "nick %player% %{_Display}%"
[doublepost=1631025630,1631025553][/doublepost]
but you could just use a Rank Plugin and do "/lp user meta setdisplayname (Whatever you want)"

That.... wont. erm, work.
 
Status
Not open for further replies.