Tablisknu Array Errors

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

WhiteWolf

Member
May 2, 2020
32
2
8
he/him
Hello!

I've been using Tablisknu on my server for array tablists, and it's been working well so far, until I tried setting a tab's icon:
code_language.skript:
command /array:
    trigger:
        enable array tablist for player
        set display name of tab 1, 1 for player to "&bFortunit &d&lBETA"
        set icon of tab 1, 1 for player to player
But I get this error when I reload it:
Code:
icon of array tab 1, 1 for the player can't be set to the player
because the latter is not a types.skin (welcome.sk, line 13:
set icon of tab 1, 1 for player to player')
I've also tried to troubleshoot it by using ("akurx" parsed as player) and searching both the forums and the docs but it seems only "steve" and "alex" work. Can someone help me figure it out?

Thanks in advance!
 
Status
Not open for further replies.