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.

Found some nice solid skinheads for whoever needs them

Discussion in 'Snippets' started by Tinkot, Apr 26, 2018.

  1. Tinkot

    Tinkot Active Member

    Joined:
    Feb 10, 2018
    Messages:
    57
    Likes Received:
    1
    Are you looking for solid colored heads for your gui?

    I found a few players that have a solid colored skin and didn't play for a long time. Its not likely that they change their skin. Pls let me know if you know a better method of doing this. I am interested in that!

    code:
    Code (Skript):
    1. command /colors:
    2.     trigger:
    3.         open chest with 5 rows named "&a&l+-Colors-+!" to player
    4.         format slot 28 of player with skull of ("cy1337" parsed as an offline player) named "&fWhite" to close
    5.         format slot 29 of player with skull of ("blackk" parsed as an offline player) named "&0Black" to close
    6.         format slot 30 of player with skull of ("isaacSS" parsed as an offline player) named "&cRed" to close
    7.         format slot 31 of player with skull of ("RileyYS" parsed as an offline player) named "&eYellow" to close
    8.         format slot 32 of player with skull of ("sean1346" parsed as an offline player) named "&2Green" to close
    9.         format slot 33 of player with skull of ("ztag100" parsed as an offline player) named "&bBlue" to close
    10.         format slot 34 of player with skull of ("bacondagod" parsed as an offline player) named "&dPink" to close
     
  2. Snow-Pyon

    Snow-Pyon Well-Known Member

    Joined:
    Jan 25, 2017
    Messages:
    1,235
    Likes Received:
    176
    Medals:

Share This Page

Loading...