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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

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

Help With Tab List

Discussion in 'Skript' started by CyberedCake, Apr 9, 2020.

Thread Status:
Not open for further replies.
  1. CyberedCake

    CyberedCake Member

    Joined:
    Mar 16, 2020
    Messages:
    3
    Likes Received:
    0
    --> Sorry if this is bad, it's like my first or second time posting to SkUnity! <--

    Skript Version:
    Skript v2.4.1
    Skript Author: Bensku
    Minecraft Version: 1.15.2 PaperSpigot

    Code for Tablist:
    Code (Text):
    1. on join:
    2.     set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player
    3.    
    4. command /fixtab:
    5.     cooldown: 5 seconds
    6.     cooldown message: &7[Example] &cYou must wait before fixing the tab menu!
    7.     trigger:
    8.         set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player
    The command /fixtab is mainly used if tab doesn't work. I also use it so I don't have to leave/rejoin to reload tab.


    Errors on reload:

    Line 2:
    Code (Text):
    1. [17:43:11 ERROR]: Can't understand this condition/effect: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player (tablist.sk, line 2: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player')
    Line 8:
    Code (Text):
    1. [17:43:11 ERROR]: Can't understand this condition/effect: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player (tablist.sk, line 8: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player')


    Active addons:
    SkQuery v4.1.1, skript-mirror v0.19.1, Skellett v1.9.8, skRayFall v1.9.18, TuSKe v1.8.2

    Troubleshooting:

    Have I tried searching the docs?
    Yes
    Have I tried searching the forums? Partially
    What other methods have I tried to fix it? I have tried to use Reloader to disable certain Skript addons. Most of the time it would say, "--this addon-- cannot be disabled!." I also tried to mess around with the wording of the Skript.

    --> Sorry if this is bad, it's like my first or second time posting to SkUnity! <--
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page

Loading...