Add Head

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

SafaYVS

Member
Jun 22, 2018
30
0
0
how to add heads in gui. 6. line
Code:
command /amenu:
   trigger:
      wait 2 ticks
      open chest with 1 row named "&6&lSafa&d&lNETWORK" to player
      wait 3 ticks
      format slot 0 of player with green wool named "&aAda Oluştur" with lore "&8» &6Ada oluşturmak için tıkla." to close then run [execute console command "/i"]
 
how to add heads in gui. 6. line
Code:
command /amenu:
   trigger:
      wait 2 ticks
      open chest with 1 row named "&6&lSafa&d&lNETWORK" to player
      wait 3 ticks
      format slot 0 of player with green wool named "&aAda Oluştur" with lore "&8» &6Ada oluşturmak için tıkla." to close then run [execute console command "/i"]
I just understand that you want a head to be like an item in a slot. Something like that would be.
code_language.skript:
command /amenu:
    trigger:
        open chest with 1 row named "&6&lSafa&d&lNETWORK" to player
        wait 3 ticks
        format a gui slot 0 of player with player's skull named "Name here" with lore "Lore here" to close:
            console command "/i"
If this is not correct, please describe more what you want.
 
Status
Not open for further replies.