command not working

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

reimadema

Member
Jun 5, 2022
1
0
1
23
i am making a gui (following a tutorial) and when i reload there is nothing wrong but when i try to execute the command it says unkown comman

command /headgui:
trigger:
set metadata tag "headGUI" of player to chest inventory with 3 rows named "&6Head Gui"
set slot 13 of metadata tag "headGUI" of player to player's skull named "&6%player%s Head" with lore "&7Click to get your head."
open (metadata tag "headGUI" of player) to player
on inventory click:
if event inventory = (metadata tag "headGUI" of player)
cancel event
if index of event-slot is 13:
give 1 of player's skull to player:
[doublepost=1654506402,1654452665][/doublepost]nevermind its fixed
 
Status
Not open for further replies.