1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved TAB LIST

Discussion in 'Requests' started by Kristian Rahbek, Jul 3, 2018.

  1. Kristian Rahbek

    Kristian Rahbek New Member

    Joined:
    Jun 12, 2018
    Messages:
    9
    Likes Received:
    0
    Hey!
    So i want to make a server trying to only use the script plugins.
    So i need a tab list, but can't figure out making one?
    I do not need the name to be changed, but they line over the heads, like the "WukkitCraft" you can see on the picture! :emoji_grinning:
    Example like this:
    [​IMG]
    I would really appreciate it
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    depending on exactly what you want there, you could do something simple like this
    You will need SkQuery i believe for the %nl% which makes a new line in your header
    Code (Skript):
    1. on join:
    2.     set tab header to "&3WukkitCraft%nl%&bMinigames now out!" and footer to "&b----------" for player
     
  3. Kristian Rahbek

    Kristian Rahbek New Member

    Joined:
    Jun 12, 2018
    Messages:
    9
    Likes Received:
    0
    thank you very much
     
  4. akros

    akros Member

    Joined:
    Mar 2, 2020
    Messages:
    3
    Likes Received:
    0
    Hi, i know this is a really old thread but what skript addons do you have? because this gives me an error every time i try it. upload_2020-3-2_20-12-55.png

    #CODE:
    set tab header to "&6Crypto&3Craft%nl%&cGlasswars coming soon!" and footer to "&cOwner: akros#7886 on &1Discord" for player
     
  5. iJDuhb

    iJDuhb Active Member

    Joined:
    Mar 14, 2017
    Messages:
    54
    Likes Received:
    0
    You need to get rid of the #.
    So this:
    set tab header to "&6Crypto&3Craft%nl%&cGlasswars coming soon!" and footer to "&cOwner: akros7886 on &1Discord" for player
    instead of this:
    set tab header to "&6Crypto&3Craft%nl%&cGlasswars coming soon!" and footer to "&cOwner: akros#7886 on &1Discord" for player
    If you really wanted to have the # for your discord tag, you could use this emoji which works; ♯ There might be another way, but not sure.
     
  6. akros

    akros Member

    Joined:
    Mar 2, 2020
    Messages:
    3
    Likes Received:
    0
    This worked! Thank you so much!
     
  7. sluhtie

    Supporter

    Joined:
    Feb 8, 2020
    Messages:
    30
    Likes Received:
    2
    Just double the # like this:

    Code (Text):
    1. set tab header to "&6Crypto&3Craft%nl%&cGlasswars coming soon!" and footer to "&cOwner: akros##7886 on &1Discord" for player
    It will be displayed as just one # because it's in a string
     

Share This Page

Loading...