×

注意!页面内容来自https://forums.skunity.com/threads/change-players-tab-name.5509/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> .p-pageWrapper .p-navSticky { top: 0 !important; } .uix_mainTabBar {top: 90px !important;} .uix_stickyBodyElement:not(.offCanvasMenu) { top: 110px !important; min-height: calc(100vh - 110px) !important; } .uix_sidebarInner .uix_sidebar--scroller {margin-top: 110px;} .uix_sidebarInner {margin-top: -110px;} .p-body-sideNavInner .uix_sidebar--scroller {margin-top: 110px;} .p-body-sideNavInner {margin-top: -110px;} .uix_stickyCategoryStrips {top: 110px !important;} #XF .u-anchorTarget { height: 110px; margin-top: -110px; } @media (max-width: 900px) { .p-sectionLinks {display: none;} .uix_mainTabBar {top: 50px !important;} .uix_stickyBodyElement:not(.offCanvasMenu) { top: 70px !important; min-height: calc(100vh - 70px) !important; } .uix_sidebarInner .uix_sidebar--scroller {margin-top: 70px;} .uix_sidebarInner {margin-top: -70px;} .p-body-sideNavInner .uix_sidebar--scroller {margin-top: 70px;} .p-body-sideNavInner {margin-top: -70px;} .uix_stickyCategoryStrips {top: 70px !important;} #XF .u-anchorTarget { height: 70px; margin-top: -70px; } } .uix_sidebarNav .uix_sidebar--scroller {max-height: calc(100vh - 70px);}

Change players tab name

  • 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 alreadyfeel free to join our official Discord server to expand your level of interaction with the community!

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

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
Status
Not open for further replies.

GamingGeek

Supporter
Aug 12017
46
0
0
Skript Version: Skript 2.2 Fixes V8b
Skript Author: Mirreski
Minecraft Version: 1.8.8

HiI'm trying to change a players nametag (name above headnot tablist) to have a prefix and colors (like &a&b&c) but I tried
[set player tab name to "&7%player%"]
but that only changes the name in the tab list... Any other way of doing it?
 
Skript Version: Skript 2.2 Fixes V8b
Skript Author: Mirreski
Minecraft Version: 1.8.8

HiI'm trying to change a players nametag (name above headnot tablist) to have a prefix and colors (like &a&b&c) but I tried
[set player tab name to "&7%player%"]
but that only changes the name in the tab list... Any other way of doing it?
MundoSK has a settable
code_language.skript:
%player%'s name tag
expression
 
If your setting a players name in tab then do
Set player's name in tab to "&1Admin &r%player%"
Not sure if that's what it is but try it if it doesn't work I'll tell you when I'm not at school.
 
If your setting a players name in tab then do
Set player's name in tab to "&1Admin &r%player%"
Not sure if that's what it is but try it if it doesn't work I'll tell you when I'm not at school.
I want it to be their nametagI already have tab working.
 
Status
Not open for further replies.