Skull skin in custom inventory

  • 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 community!

    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.

couger44

Supporter
Feb 19, 2017
713
31
28
Chile
code_language.skript:
command /staff:
     trigger:
         format slot 11 of event-player with couger44's head named "&4&lADMIN&c couger44" with lore "&4Administrador de &6&lMine&2&lTerra" to be unstealable

I try using "couger44's skull" but create this error:

2b549f87ac1c219a8165a5db0df631b5.png

https://gyazo.com/2b549f87ac1c219a8165a5db0df631b5
[doublepost=1493155202,1493154977][/doublepost]Not Solved
 
Skript doesn't what "couger44" is, you have to parse it as an offline player like this:
code_language.skript:
"couger44" parsed as offline player #you can save this on a variable or use it directly
And use the skull expression for get the skull of that player
 
Status
Not open for further replies.