MundoSK, Array Tablist Icon

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

Avaplays

Member
Jan 29, 2017
23
2
3
28
I tryed all of thoose, but no one works:

code_language.skript:
set icon of tab loop-number-1, loop-number-2 for player to mhf_exclamation

set icon of tab loop-number-1, loop-number-2 for player to "mhf_exclamation"

set {_p} to "mhf_exclamation" parsed as offline player
set icon of tab loop-number-1, loop-number-2 for player to {_p}

Any ideas?
 
Found a thread about mundoSk tablist and found all the tablist stuff that you can use:

Btw you should have protocolLib installed on your server

(Thanks to @Snow-Pyon for posting it to another thread all credit goes to him)

Tablist stuff:
code_language.skript:
%player%'s [mundo[sk]] tab[list] name
[mundo[sk]] tab[list] name of %player%
 
(%-tablist%|%-player%'s tablist) contains players
 
new tablist
 
scores enabled in (%-tablist%|%-player%'s tablist)
 
tablist name of %player% (in %-tablist%|for %-player%)
%player%'s tablist name (in %-tablist%|for %-player%)
 
tablist score of %player% (in %-tablist%|for %-player%)
%player%'s tablist score (in %-tablist%|for %-player%)
 
(show|hide) %players% in (%-tablist%|tab[list] of %player%)
 
set tablist of %players% to %tablist%
set %player%'s tablist to %tablist%
 
create tab id %string% (in %-tablist%|for %-player%) with [display] name %string% [(ping|latency) %-number%] [(head|icon|skull) %-skin%] [score %-number%]
 
delete tab id %string% (in %-tablist%|for %-player%)
 
delete all id tabs (in %-tablist%|for %-player%)
 
[display] name of tab id %string% (in %-tablist%|for %-player%)
 
(latency|ping) of tab id %string% (in %-tablist%|for %-player%)
 
(head|icon|skull) of tab id %string% (in %-tablist%|for %-player%)
 
score of tab id %string% (in %-tablist%|for %-player%)
 
(disable|deactivate) array tablist for %player%
 
(enable|activate) array tablist for %player% [with [%-number% columns] [%-number% rows] [initial (head|icon|skull) %-skin%]]
 
[display] name of tab %number%, %number% (in %-tablist%|for %-player%)
 
(latency|ping) of tab %number%, %number% (in %-tablist%|for %-player%)
 
(head|icon|skull) of tab %number%, %number% (in %-tablist%|for %-player%)
 
initial icon of (%-tablist%|%player%'s [array] tablist)
 
score of tab %number%, %number% (in %-tablist%|for %-player%)
 
amount of (0¦column|1¦row)s in (%-tablist%|%-player%'s [array] tablist)
 
Status
Not open for further replies.