Tab Help

  • 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.
Hi,

This isn't so much skript but color codes. I've seen many servers with this on their tab:

0ygIs8w.png


(The yellow lines at top and bottom)

I just wanted to know how they get the complete straight line.

Anything helps,

- TheCringleYT
 
Hi,

This isn't so much skript but color codes. I've seen many servers with this on their tab:

0ygIs8w.png


(The yellow lines at top and bottom)

I just wanted to know how they get the complete straight line.

Anything helps,

- TheCringleYT
You should use the help format because right now I don't know how to help you, I don't know which add-on you are using for the tab
 
So I'm using SkRayFall to make them, here's my code if it somehow helps:

code_language.skript:
on join:
    set player's tab list header to "&7[----- &6&lPeetah&e&lPvP&r&7-----]"
    set player's tab list footer to "&7[--------------------------------]"

The thing I'm trying to make is this:

KPVAT9S.png


(the yellow line color)

I've tried with loads of stuff but it always has a space in between.

Any help appriciated,

- TheCringleYT
[doublepost=1599672116,1599669497][/doublepost]Anyone?
 
@TheCringleYT the "&m" color code is strikethrough, this is what you are looking for
[doublepost=1599672501,1599672460][/doublepost]so
Code:
on join:
    set player's tab list header to "&7[&m----- &6&lPeetah&e&lPvP&r&7&m-----]"
    set player's tab list footer to "&7[&m--------------------------------&r]"
 
Ok
[doublepost=1599718183,1599718140][/doublepost]
code_language.skript:
on join:
    set player's tab list header to "&7[&m----- &6&lPeetah&e&lPvP&r&7&m-----]"
    set player's tab list footer to "&7[&m--------------------------------&r]"
[doublepost=1599718368][/doublepost]
A6OiXrv.png


Still got them little bumps
 
it works for me, see the attached image.
Are you sure there isn't any code interfering with the tab?
[doublepost=1599719343,1599718896][/doublepost]
Here let me send u a full screenshot of every line of code.
[doublepost=1599719311,1599719154][/doublepost]
Cfe5Agq
The image seems to be invalid
 

Attachments

  • 2020-09-10_08.20.04.png
    2020-09-10_08.20.04.png
    164.8 KB · Views: 128
Maybe try this instead
Code:
every second:
    loop all players:
        set tab header to "&7[&m----- &6&lPeetah&e&lPvP&r&7&m-----]" and footer to "&7[&m--------------------------------&r]" for loop-player

also, paste the input from /skript info
 
2.5-beta2-MH
[doublepost=1599720146,1599720109][/doublepost]Join HermitYou.minehut.gg
Ohhh, you are making it on a Minehut server?

Minehut uses a different version of skript, that's probably why it errors.

So there isn't really that much I can do.
I recommend contacting Minehut to see if they can fix this
 
Status
Not open for further replies.